npm @sap-cloud-sdk/core 1.30.0
v1.30.0

latest releases: 1.54.2, 1.54.1, 1.54.0...
3 years ago

Compatibility Notes

  • Deprecate setting the content type header in the constructor of ODataRequests.
  • [Generator] Files with the same names, but different casing were previously not considered, e. g. when SomeEntity.ts and Someentity.ts were generated, the second generated file would overwrite the first. In these cases the generator now adds a suffix to the name, e. g. Someentity_1.ts.

New Functionality

  • [OData] Add withSubRequestType method to configure how batch sub requests are serialized.
  • [OData] Support batch requests for OData v4.

Improvements

  • Allow setting default headers in ODataRequests instead of the content type header only.

Fixed Issues

  • [OData] Fix wrong service paths for batch requests.
  • [Generator] Fix reference to execa dependency.
  • [Generator] Fix writing of files with the same names but different casing.
  • Fix url encoding in batch requests.

Don't miss a new core release

NewReleases is sending notifications on new releases.