Releases: SAP/cloud-sdk-js
Releases · SAP/cloud-sdk-js
v4.5.1
v4.5.0
Compatibility Notes
- [connectivity] Update
@sap/xssecto version 4.12.2 with changed XSUAA URL behavior.
When fetching XSUAA tokens with zone ID (multi-tenant scenarios), xssec now uses the base domain without a tenant subdomain prefix. (02d1302)
New Features
- [openapi, openapi-generator] Support request bodies with content type "multipart/form-data". (3b95c42)
- [openapi-generator] Allow OpenAPI version 3.1. style "type": "null" schemas. OpenAPI version 3.1. support is limited. (007541a)
Improvements
- [connectivity] Allow passing a
servicebinding directly throughDestinationFromServiceBindingOptionsinstead of looking it up by name. (962cdcb) - [http-client] Add
signalproperty toCustomRequestConfigandHttpRequestConfigBasetype definition to documentAbortSignalsupport for cancelling HTTP requests. (cbed72f) - [http-client] Add request compression middleware.
Use thecompress()middleware to compress HTTP request payloads using gzip, brotli, deflate, or zstd algorithms.
Supports multiple compression modes: auto (size-based), passthrough (pre-compressed), or forced compression. (f5715de)
v4.4.0
v4.3.1
v4.3.0
v4.2.0
New Features
- [generator, generator-common] Introduce option
generateESMin OData generator to generate ESM compatible code. (c73c7fa)
Fixed Issues
v4.1.2
v4.1.1
v4.1.0
Compatibility Notes
- [connectivity] The
getDestinationFromDestinationService()function no longer verifies the incoming XSUAA JWT against the application's bound XSUAA instance. Consequently, thecacheVerificationKeysoption is now deprecated and has no effect. (3c19ffa)
Improvements
- [connectivity] Remove dependency on XSUAA service binding while retrieving destinations using
getDestinationFromDestinationService()andgetAllDestinationsFromDestinationService()functions. (3c19ffa)
v4.0.2
Fixed Issues
- [connectivity] Remove destination cache in
getDestinationFromServiceBinding()function to let cached destinations retrieved ingetDestinationFromDestinationService()function be added with theproxyConfigurationproperty.- @sap-cloud-sdk/[email protected]
- @sap-cloud-sdk/[email protected] (4a187d6)