This file contains all the notable changes done to the Ballerina OAuth2 package through the releases.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- This version maintains the latest dependency versions.
- This version maintains the latest dependency versions.
- This version maintains the latest dependency versions.
- This version maintains the latest dependency versions.
- This version maintains the latest dependency versions.
- This version maintains compatibility with Lang Update 5 without any external changes.
- Allow password grant type to refresh token using the inferred values
- Allow string value for scope field in client configurations
- Oauth2 client treats 201-Created response as a failure
- Java exception when tokenUrl set to empty string in OAuth2GrantConfig
- Remove usages of
checkpanic
for type narrowing
- Add OAuth2 client auth support for introspection request
- Add cert file and mTLS support for JDK11 client
- Refactor error messages and debug logs
- Update error types and log API
- Update for Time API changes
- Generate OAuth2 token while the provider is initialized
- Update for Cache API changes
- Update for refresh token grant config