You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The internal deserialization and serialization of Edm.TimeOfDay representations is not lossless for corner cases where the fractional seconds contain trailing zeros. As a sideeffect 12:12:12.0 can potentially be transformed to 12:12:12 when performing a GET and PATCH / PUT request subsequently.
OData v4 edm types that are unknown to the SAP Cloud SDK are ignored, such that properties and parameters of those types are missing.
Compatibility Notes
Experimental fractionalSeconds were removed from the Time representation and merged with seconds instead.
New Functionality
Support OData v4 specific parsing of Edm types in the generator.
Add a static representation for durations on entity classes / namespaces.
Improvements
Reduce the number of circular dependencies within the SDK Core.
Fixed Issues
Fix type error due to a breaking change from winston version 3.3.2 -> 3.3.3 see here for details.
Fix serialization error for number values 'INF','-INF' and 'NaN'.