Compatibility Notes
- Batch
ReadResponse.as
does not parse errors anymore, but throws an error if the response in fact was anErrorResponse
. To avoid this checkresponse.isSuccess()
before casting. - Rename deprecated ODataRequestConfigs e.g.
ODataCreateRequestConfig
->ODataCreateRequestConfigLegacy
due to naming conflicts.
Improvements
- Export the
tenant
interface from the scp-cf module. - Throw an error when attempting to parse a batch
ReadResponse
that in fact is anErrorResponse
.
Fixed Issues
- [Generator] Fix the enum type (V4), when only one enum member is defined in the metadata.
- [OData] Fix function imports with and without parameters using the OData V4 syntax.