Skip to content

v1.14.0

Latest
Compare
Choose a tag to compare
@oklemenz2 oklemenz2 released this 07 Jan 07:36
· 2 commits to main since this release

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