Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 627 Bytes

File metadata and controls

23 lines (12 loc) · 627 Bytes

5.X.0-SNAPSHOT

All Release Changes

🚧 Known Issues

🔧 Compatibility Notes

  • ODataResourcePath#addSegment(...) and addParameterToLastSegment(...) now return a new path instance instead of mutating the existing one. Custom extensions that relied on in-place mutation need to reassign the returned path.

✨ New Functionality

📈 Improvements

🐛 Fixed Issues

  • Fixed stateful OData request path construction caused by shared ODataResourcePath instances being mutated when building count, read-by-key, and function requests.