Releases: cap-js-community/odata-v2-adapter
Releases · cap-js-community/odata-v2-adapter
v1.12.12
v1.12.11
Fixed:
- Improve expand/select handling and support
*
notation - Expose CDS OData V2 Adapter singleton instance from CDS plugin at
cds.cov2ap
- Allow to register
before
express routes for CDS OData V2 Adapter router viacds.cov2ap.before
- Option to cache and stream generated EDMX from disk instead of keeping it in memory
- Use new
cds.build.register
API version
v1.12.10
v1.12.9
v1.12.8
Fixed
- Convert OData V2 date string more relaxed allowing optional backslashes before forward slashes
- Fix definition element cache for prototypes
- Freeze definition element cache to prevent modification and store it as symbol
- Option to disable definition cache via
cacheDefinitions: false
- ESLint interface typings correctly
v1.12.7
v1.12.6
Fixed
- Support OData V2 CDS protocol annotation via (
@protocol: [{ kind: 'odata-v2', path: '<path>' }]
) - Expose OData V2 service at specified
odata-v2
protocol path, in addition to default endpoint - Make pipeline stream errors only warnings as root cause is already logged
- Serve OData V2 Adapter routes always after CDS listening (also for non-plugin case)
- Fix build task in case of compilation errors
- Fix build task to also include pre-compiled OData V2 EDMX files in
srv
- Fix build task for Java
v1.12.5
v1.12.4
v1.12.3
Fixed
- Fix definition lookup for suffixed entity names (e.g.
.texts
) - Support message target context relative to draft root
- Support request header
sap-messages: transientOnly"
where state messages with target not starting with/#TRANSIENT
are removed - Log message target context resolution issues as reduced level (
debug
)