- [eslint-config] Downgrade
@stylistic/eslint-plugin
to v3 as v4 is EMS-only. (97ad0ad)
- [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.DateTimeOffset
fields in OData v4. (ab6ca60)
- [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
PartialDestinationFetchOptions
type has been removed. Use eitherServiceBindingTransformOptions
orgetDestinationFromServiceBinding()
function. - The
serviceToken()
function no longer takesxsuaaCredentials
as part of theoptions
parameter. - The
parseDestination()
function is no longer a public API. - The
DestinationForServiceBindingOptions
interface has been renamed toDestinationFromServiceBindingOptions
. (7d92a1b)
- The behaviour of
- [connectivity] Disable
iasToXsuaaTokenExchange
by default if not defined. (25c9dd8) - [odata-common] The following deprecated content has been removed from the package:
- The
FunctionImportParameters
type has been removed. UseOperationParameters
instead. - The
ODataFunctionImportRequestConfig
constant has been removed. UseODataFunctionRequestConfig
instead. - The
FunctionImportParameter
constant has been removed. UseOperationParameter
instead. - The
ActionFunctionImportRequestBuilderBase
constant has been removed. UseOperationRequestBuilderBase
instead. (7d92a1b)
- The
- [odata-v2] The following deprecated content has been removed from the package:
- The
ODataFunctionImportRequestConfig
constant has been removed. UseODataFunctionRequestConfig
instead. - The
FunctionImportRequestBuilder
constant has been removed. UseOperationRequestBuilder
instead. (7d92a1b)
- The
- [odata-v4] The following deprecated content has been removed from the package:
- The
ODataFunctionImportRequestConfig
constant has been removed. UseODataFunctionRequestConfig
instead. - The
ActionImportParameter
class has been removed. UseOperationParameter
instead. - The
ActionImportParameters
type has been removed. UseOperationParameters
instead. - The
FunctionImportRequestBuilder
class has been removed. UseOperationRequestBuilder
instead. - The
BoundFunctionImportRequestBuilder
class has been removed. UseOperationRequestBuilder
instead. - The
BoundActionImportRequestBuilder
class has been removed. UseOperationRequestBuilder
instead. - The
ODataActionImportRequestConfig
constant has been removed. UseODataActionRequestConfig
instead. - The
ODataBoundActionImportRequestConfig
class has been removed. UseODataBoundActionRequestConfig
instead. - The
OdataBoundFunctionImportRequestConfig
constant has been removed. UseODataBoundFunctionRequestConfig
instead. - The
ActionImportRequestBuilder
class has been removed. UseOperationRequestBuilder
instead. (7d92a1b)
- The
- [resilience] The following deprecated content has been removed from the package:
- The
circuitBreakerHttp
constant has been removed. UsecircuitBreaker
instead. (7d92a1b)
- The
- [util] The following deprecated content has been removed from the package:
- The
assoc
constant has been removed. There is no replacement. (7d92a1b)
- The