Releases: SAP/cloud-sdk-js
Releases · SAP/cloud-sdk-js
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/resilience@4.0.2
- @sap-cloud-sdk/util@4.0.2 (4a187d6)
v3.26.4
Fixed Issues
- [connectivity] Remove destination cache in
getDestinationFromServiceBinding()function to let cached destinations retrieved ingetDestinationFromDestinationService()function be added with theproxyConfigurationproperty.- @sap-cloud-sdk/resilience@3.26.4
- @sap-cloud-sdk/util@3.26.4 (51cab2a)
v4.0.1
v3.26.3
v4.0.0
Improvements
- [connectivity] Enable destination caching by default when retrieving destinations via the destination service. Change affects behavior of
getDestination()method,getAllDestinationsFromDestinationService()method, generated client'sexecute()method and generic HTTP requests execution usingexecuteHttpRequest(). (d69325a) - [generator, odata-common, odata-v4] Support precision handling during serialization of
Edm.DateTimeOffsetfields in OData v4. (ab6ca60)
Compatibility Notes
- [connectivity] The following deprecated content has been removed from the package:
- The behaviour of
getAgentConfig()function is changed to be asynchronous. The temporary asynchronous functiongetAgentConfigAsync()has been removed. - The
destinationForServiceBinding()function has been removed. UsegetDestinationFromServiceBinding()instead. - The
PartialDestinationFetchOptionstype has been removed. Use eitherServiceBindingTransformOptionsorgetDestinationFromServiceBinding()function. - The
serviceToken()function no longer takesxsuaaCredentialsas part of theoptionsparameter. - The
parseDestination()function is no longer a public API. - The
DestinationForServiceBindingOptionsinterface has been renamed toDestinationFromServiceBindingOptions. (7d92a1b)
- The behaviour of
- [connectivity] Disable
iasToXsuaaTokenExchangeby default if not defined. (25c9dd8) - [odata-common] The following deprecated content has been removed from the package:
- The
FunctionImportParameterstype has been removed. UseOperationParametersinstead. - The
ODataFunctionImportRequestConfigconstant has been removed. UseODataFunctionRequestConfiginstead. - The
FunctionImportParameterconstant has been removed. UseOperationParameterinstead. - The
ActionFunctionImportRequestBuilderBaseconstant has been removed. UseOperationRequestBuilderBaseinstead. (7d92a1b)
- The
- [odata-v2] The following deprecated content has been removed from the package:
- The
ODataFunctionImportRequestConfigconstant has been removed. UseODataFunctionRequestConfiginstead. - The
FunctionImportRequestBuilderconstant has been removed. UseOperationRequestBuilderinstead. (7d92a1b)
- The
- [odata-v4] The following deprecated content has been removed from the package:
- The
ODataFunctionImportRequestConfigconstant has been removed. UseODataFunctionRequestConfiginstead. - The
ActionImportParameterclass has been removed. UseOperationParameterinstead. - The
ActionImportParameterstype has been removed. UseOperationParametersinstead. - The
FunctionImportRequestBuilderclass has been removed. UseOperationRequestBuilderinstead. - The
BoundFunctionImportRequestBuilderclass has been removed. UseOperationRequestBuilderinstead. - The
BoundActionImportRequestBuilderclass has been removed. UseOperationRequestBuilderinstead. - The
ODataActionImportRequestConfigconstant has been removed. UseODataActionRequestConfiginstead. - The
ODataBoundActionImportRequestConfigclass has been removed. UseODataBoundActionRequestConfiginstead. - The
OdataBoundFunctionImportRequestConfigconstant has been removed. UseODataBoundFunctionRequestConfiginstead. - The
ActionImportRequestBuilderclass has been removed. UseOperationRequestBuilderinstead. (7d92a1b)
- The
- [resilience] The following deprecated content has been removed from the package:
- The
circuitBreakerHttpconstant has been removed. UsecircuitBreakerinstead. (7d92a1b)
- The
- [util] The following deprecated content has been removed from the package:
- The
assocconstant has been removed. There is no replacement. (7d92a1b)
- The