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
[core] Deprecated _customFields in the fromJson method of the entity builders. Instead, add custom fields to the JSON objects directly.
New Functionality
[openapi-generator] Support custom API names and operation names by using OpenAPI extensions x-sap-cloud-sdk-api-name and x-sap-cloud-sdk-operation-name.
Fixed Issues
[core] Fix building of entities using fromJson with navigation properties.
[odata-generator] The exit code of the node process is set to 1 in cases of a generator error.
[odata-generator] Fix the false-positive warning message, when functions/actions are not used by any function/action imports.