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
As the representation of complex types in the generated OData clients has changed. OData clients generated by the SAP Cloud SDK generator should be regenerated as old versions will no longer be maintained.
OData client generator: Reduce public API of the generator.
Only the service generation remains public.
The old API is obsolete due to a refactoring (see below) but remains available with status deprecated.
New Functionality
Support collection type filter functions.
Improvements
Improve complex type handling and its representation in the generated OData clients.
Improve collection type handling and its representation in the generated OData clients.
OData client generator: Refactor the service generation flow and deprecate the whole previous implementation.