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