Skip to content

Update dependency jwcrypto to v1

sys-0403-p-rundeck requested to merge renovate-jwcrypto-1.x into master

This MR contains the following updates:

Package Update Change
jwcrypto major ==0.9.1 -> ==1.4.2

Release Notes

latchset/jwcrypto

v1.4.2: Version 1.4.2

Compare Source

Another minor release to fix a mistake in the compatibility heuristics which affects actual applications

What's Changed

New Contributors

Full Changelog: https://github.com/latchset/jwcrypto/compare/v1.4.1...v1.4.2

v1.4.1: Version 1.4.1

Compare Source

This is a minor release focused on improving backwards compatibility with applications after the API breaking changes introduced in 1.4 This patch adds a bunch of heuristics to be able to safely autodetect a token type. It has been tested to solve the compatibility issues (ie old code works without modifications and fully securely) with at least one large application.

What's Changed

Full Changelog: https://github.com/latchset/jwcrypto/compare/v1.4.0...v1.4.1

v1.4

Compare Source

v1.3.1: Version 1.3.1

Compare Source

Handle a regression when the JWTMissing Key exception was removed when a key is not found in a JWKSet. This adds a new generic JWKeyNotFound exception now returned by JWS and JWE when a JWKSet is used and JWTMissingKey now subclasses this new exception. This way code can now simply trap JWkeyNotFound, while older code can still use JWTMissingKey. Also fix documentation generation.

What's Changed

Full Changelog: https://github.com/latchset/jwcrypto/compare/v1.3.0...v1.3.1

v1.3

Compare Source

v1.2

Compare Source

v1.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading