Releases: cap-js-community/odata-v2-adapter
Releases · cap-js-community/odata-v2-adapter
v1.14.0
Fixed:
- Support deactivation of IEEE754 compatibility for OData V2
- With
ieee754Compatible: false
numbers are represented as JSON numbers (not strings anymore)
- JSON numbers may lose precision with this configuration due to number conversion
- Make request and response data conversion more stable
- Fix
util.extend()
Node 22 warning
v1.13.8
Fixed:
- Option to disable route registration on CDS
listening
via registerOnListening: false
- Document that
cds.Map
is not supported
v1.13.6
Fixed:
- Decode
$
in __next
link
- Make
multipart/mixed
parser more robust for blank line detection
v1.13.5
Fixed:
- Fix
__next
link to be url component encoded (e.g. +
needs to be encoded)
v1.13.3
Fixed:
- Convert Draft Administrative Data correctly in response
v1.13.1
Fixed:
- CDS New OData Adapter compatibility
- Fix action call without return value
v1.13.0
Added
- CDS 8 compatibility
- Use base model for CDS build task