Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 859 Bytes

File metadata and controls

26 lines (15 loc) · 859 Bytes

5.X.0-SNAPSHOT

All Release Changes

🚧 Known Issues

🔧 Compatibility Notes

✨ New Functionality

  • Add TokenCacheParameters to OAuth2Options to configurate token cache duration, expiration delta and cache size.

📈 Improvements

  • Relax OAuth2 token cache duration to 1hr to avoid unnecessary token refreshes.
  • Disable refresh tokens when obtaining user tokens from IAS. This acts as a workaround for a limitation of IAS, where obtaining a refresh token invalidates the original token.

🐛 Fixed Issues

  • OData v2 and OData v4: Fixes eager HTTP response evaluation for Create, Update, and Delete request builders in convenience APIs. Previous change of 5.20.0 may have resulted in the HTTP connection being left open after the request was executed.