Skip to content

Releases: cap-js-community/odata-v2-adapter

v1.15.5

13 Oct 09:22

Choose a tag to compare

Trusted publishing

v1.15.4

08 Sep 12:49

Choose a tag to compare

Fixed:

  • Consume file upload stream in error case
  • Option jsonDateOffset: false to suppress timezone offset in JSON date serialization
  • Draft messages are not (yet) supported for OData V2
  • Projects using CDS OData V2 Adapter need to set cds.fiori.draft_messages: false

v1.15.3

04 Aug 07:43

Choose a tag to compare

Fixed:

  • Query parameter value undefined is not passed on

v1.15.2

01 Jul 08:18

Choose a tag to compare

Fixed:

  • Use node-fetch library to support http(s) agent
  • Allow dynamic http(s) agent via req.agent in cds.cov2ap.before middleware

v1.15.1

05 Jun 08:32

Choose a tag to compare

Fixed:

  • Paths with leading slash / are handled resiliently
  • Option httpAgent to pass http(s) agent to requests

v1.15.0

03 Jun 06:46

Choose a tag to compare

Fixed:

  • CDS 9 compatibility

v1.14.4

05 May 12:19

Choose a tag to compare

Fixed:

  • Body parser limit defaults to cds.server.body_parser.limit

v1.14.3

02 Apr 06:04

Choose a tag to compare

Fixed:

  • Housekeeping

v1.14.2

04 Mar 16:54

Choose a tag to compare

Fixed:

  • Specific logger component for http proxy middleware
  • Expose count in response for Atom (XML) format
  • Escape XML entities in values for Atom (XML) format
  • Option excludeNonSelectedKeys: true to exclude non-selected keys from response (OData V4 auto-includes keys)
  • Serialize date with empty value correctly

v1.14.1

03 Feb 07:24

Choose a tag to compare

Fixed:

  • Fix content-type for failing $metadata call
  • Update supported CDS types for OData V2