Releases: verygoodsecurity/starlarky
Releases · verygoodsecurity/starlarky
0.9.0
What's Changed
- Update README.md by @mnimmny in #246
- [Snyk] Security upgrade ubuntu from bionic to 18.04 by @snyk-bot in #247
- Upgrade starlark bazel by @mahmoudimus in #252
- ECC (JWS support) by @OmegaPointZero in #250
New Contributors
Full Changelog: 0.8.0...0.9.0
0.8.2
0.8.1
HTTP routes config module
0.8.0-routes Added HTTP route config module
0.8.0
What's Changed
- introduce uuid.uuid4 in #190
- Better error message when loading a non-existent file in #191
- Introduction of support for next() operating on an iterator in #195
- In #226
- Update for pycryptodome
- Update for Result class
- Peekable implementation for collections
- DER support
- Diffie-Hellman support
- x509 support in seprate class
- XML support
- lxml support
- SOAP support
- Introduction of cryptography
- Support for collections.abc
- ... and many more
Full Changelog: 0.7.0...0.8.0
0.7.0
0.6.12
0.6.11
0.6.10
What's Changed
Full Changelog: 0.6.9...0.6.10
0.6.9: AES-CFB, CSV, multidict
Release notes
- enable CFB mode for AES
- CSV
- added unimplemented fuctions to requests/parse
- libstarlark update
- Introduce Multidict
- security update for tink lib
Pull requests
124674c enable aes cfb mode (#165)
e66156d [✅] CSV module (#163)
04c2774 add urlencode, quote_from_bytes, quote_plus, quote to ...
42270b0 Update libstarlark to latest bazel branch (#152)
ad6430d Introduce Multidict (Stacked PR #1 or 3) (#170)
cbe6ef8 fix: upgrade com.google.crypto.tink:tink from 1.5.0 to 1.6.1 (#174)