Releases: IdentityPython/JWTConnect-Python-CryptoJWT
Releases · IdentityPython/JWTConnect-Python-CryptoJWT
v1.9.3
What's Changed
- Lint with ruff by @jschlyter in #163
- Issuer instances need to have the same httpc_params specification as … by @rohe in #168
- Reformat with ruff by @jschlyter in #169
- more lint fixes by @jschlyter in #166
- fix: don't overload primitives by @peppelinux in #173
- Fix missing apu/apv #159 by @vernans in #170
- add CODEOWNERS by @jschlyter in #172
- build with Python 3.13 by @jschlyter in #171
- Update ruff by @jschlyter in #175
- Use modern pypi publishing tool by @jschlyter in #174
- Prepare to release 1.9.3 by @jschlyter in #176
New Contributors
Full Changelog: v1.9.2...v1.9.3
v1.9.2
What's Changed
- Drop legacy Python by @jschlyter in #161
- use importlib.metadata by @jschlyter in #160
- fix typo in release script by @jschlyter in #164
Full Changelog: v1.9.1...v1.9.2
v1.9.1
v1.9.0
What's Changed
- chore: removed RSA1_5 as default enc alg by @jschlyter in #130
- Build with Python 3.11 by @jschlyter in #128
- update dependencies by @jschlyter in #131
- Build with Python 3.11 rc2 by @jschlyter in #132
- build with Python 3.11 by @jschlyter in #133
- upgrade code coverage tools by @jschlyter in #138
- replace cgi by @jschlyter in #139
- Tests for finding out if a token is a compact JWS, json JWS or a JWE.… by @rohe in #140
- EdDSA (Ed25519/Ed448) by @jschlyter in #142
- upgrade to codecov/codecov-action@v3 by @jschlyter in #143
- Bump requests from 2.28.2 to 2.31.0 by @dependabot in #144
- remove Python 3.10 workaround for Poetry by @jschlyter in #145
- Support for P-256K/ES256K by @jschlyter in #147
- remove poetry.lock by @jschlyter in #137
- JWT check nbf/exp by @jschlyter in #149
- Add fully specified algorithms by @jschlyter in #153
- Changes necessary to allow the SD JWT package to build on this. by @rohe in #151
- build with Python 3.12 by @jschlyter in #154
- Editorial changes by @rohe in #155
New Contributors
- @dependabot made their first contribution in #144
Full Changelog: 1.8.3...v1.9.0
v1.8.4
What's Changed
- chore: removed RSA1_5 as default enc alg by @jschlyter in #130
- Build with Python 3.11 by @jschlyter in #128
- update dependencies by @jschlyter in #131
- Build with Python 3.11 rc2 by @jschlyter in #132
- build with Python 3.11 by @jschlyter in #133
- upgrade code coverage tools by @jschlyter in #138
- replace cgi by @jschlyter in #139
- Tests for finding out if a token is a compact JWS, json JWS or a JWE.… by @rohe in #140
- EdDSA (Ed25519/Ed448) by @jschlyter in #142
- upgrade to codecov/codecov-action@v3 by @jschlyter in #143
- Bump requests from 2.28.2 to 2.31.0 by @dependabot in #144
- remove Python 3.10 workaround for Poetry by @jschlyter in #145
- Support for P-256K/ES256K by @jschlyter in #147
- remove poetry.lock by @jschlyter in #137
- JWT check nbf/exp by @jschlyter in #149
- Add fully specified algorithms by @jschlyter in #153
- Changes necessary to allow the SD JWT package to build on this. by @rohe in #151
- build with Python 3.12 by @jschlyter in #154
- Editorial changes by @rohe in #155
New Contributors
- @dependabot made their first contribution in #144
Full Changelog: 1.8.3...1.8.4
Bugfix release
What's Changed
- fix: JWS header typ according to RFC7519 by @peppelinux in #127
Full Changelog: 1.8.2...1.8.3
FernetEncryptor bugfix
What's Changed
- Prefer raw key to FernetEncrypter by @jschlyter in #122
Full Changelog: 1.8.1...1.8.2
Raw Fernet keys
Added fernet encrypter
Added Fernet encrypter