Releases: cap-js-community/odata-v2-adapter
Releases · cap-js-community/odata-v2-adapter
v1.12.2
v1.12.1
v1.12.0
Removed
- Drop Node.js 16 support (as out-of-maintenance)
- Replace node-fetch by standard fetch
Added
- Support Node.js 20 (as new active)
- Default of target changed to auto
- Activate CDS plugin per default (can be disabled with option plugin: false)
- Activate CDS build to precompile OData V2 metadata per default (can be disabled with option build: false)
- Start CDS OData V2 adapter as CDS plugin in test setup
- Protect against double instantiation, when loaded via CDS plugin
v1.11.12
v1.11.11
v1.11.10
- Respect return type for unbound actions/functions for message target resolution
- Convert transient and absolute message targets correctly
- Access prepared EDMX files if existing, otherwise compile like before
- Register build plugin to prepare V2 metadata (enabled via adapter option
build: true
) - Skip conversion for element name only message targets
- Check ModelProviderService before access
- Service annotation
@cov2ap.ignore
to exclude service from OData V2 adapter - Log error with status code 400 as warning (before it was error)
- Replace deprecated
substr
usages