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
New generated OData clients yield more narrow types on the _keys, _keyFields and _allFields properties, that differ from older generated clients. Old clients are still supported but will be deprecated soon.
Internal directory structure has changed. This is a breaking change for users that reference internal modules directly.
New Functionality
Added experimental support for OData v4. All functionality related to OData v4 is subject to change.
Improvements
OData client generator: Narrow the types of the generated properties _keys, _keyFields and _allFields to the correct types.
Fixed Issues
Fix the OData client generator to avoid a compilation error when a complex type only contains complex types.
Fix the dependency versions in the aggregator package generated by the OData client generator.