New Functionality
- Added experimental support for OData V4 enum type. Use the
@sap/cloud-sdk-generator
to generate the type safe client. - Include fallback
Edm.Any
for previously unsupported edm types like Edm.Geography.
Type safety and related features like URI conversion are not supported for the fallback type.
Improvements
- Log a warning in case the destination and the custom request config contain both
authorization
headers. - Special characters like
'
(single quotes),ä
(umlaut) are encoded properly when used in theFilter
.
Fixed Issues
- [Generator] Fix wrong type argument for collection types containing Edm types.