This file contains all the notable changes done to the Ballerina JWT package through the releases.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Remove usages of
checkpanic
for type narrowing
- Replace base64 URL encode/decode APIs
- Update error types and log API
- Update for Time API changes
- Fix nbf/exp claim validation
- Refactor JWT validating API
- Refactor JWT issue/validate test cases
- Update for crypto API changes
- Extend private key/public cert support for JWT signature generation/validation