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
[generator] The SAP Cloud SDK does not differentiate between function imports and action imports anymore. Therefore the actionImports and functionImports exposed in generated services are now deprecated and replaced by options. (aa0cf48)
[openapi-generator] The options licenseInPackageJson and versionInPackageJson are deprecated. If you want to set the license or version in your generated package.json file, use the include option to add a custom package.json instead. (aa0cf48)
Fixed Issues
[odata-v2] Allow to update OData v2 entities to null. Fixes 3204.