Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 611 Bytes

release_notes.md

File metadata and controls

24 lines (13 loc) · 611 Bytes

5.X.0-SNAPSHOT

All Release Changes

🚧 Known Issues

🔧 Compatibility Notes

  • Changed a behavior details when obtaining tokens from IAS with the default strategy CURRENT_TENANT. In case the current tenant is the provider tenant, and TenantAccessor.getCurrentTenant() is returning a Tenant object, this object is now required to have a subdomain != null.

✨ New Functionality

📈 Improvements

🐛 Fixed Issues

  • OpenAPI: When apiMaturity is set to beta, generated enums will now be @Beta annotated.