File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
66
7+ ## 1.4.5 (2026-03-03)
8+
9+ ## What's Changed
10+
11+ - feat: support GraphQL protocol by @zongqichen in https://github.com/cap-js/ord/pull/362
12+ - feat: auto-generate IntegrationDependencies for consumed Data Products by @zongqichen in https://github.com/cap-js/ord/pull/344
13+ - fix: include service name in error messages by @zongqichen in https://github.com/cap-js/ord/pull/365
14+ - fix: path-to-regexp v8 compatibility for CDS 9.7.0 by @zongqichen in https://github.com/cap-js/ord/pull/361
15+ - fix: detect multi-protocol services by @MariusPerleSAP in https://github.com/cap-js/ord/pull/370
16+ - Interop-CSN: remove annotations @assert .unique by @stewsk in https://github.com/cap-js/ord/pull/348
17+ - test: add IntegrationDependency integration tests by @zongqichen in https://github.com/cap-js/ord/pull/347
18+ - chore(deps): update dependency eslint to v10 by @renovate in https://github.com/cap-js/ord/pull/358
19+ - chore(deps): update dependency @sap/cds-compiler to v6.7.3 by @renovate in https://github.com/cap-js/ord/pull/360
20+ - fix(deps): update spring boot to v3.5.11 by @renovate in https://github.com/cap-js/ord/pull/366
21+ - chore(deps): update dependency org.apache.maven.plugins: maven-surefire-plugin to v3.5.5 by @renovate in https://github.com/cap-js/ord/pull/368
22+
23+ ## New Contributors
24+
25+ - @MariusPerleSAP made their first contribution in https://github.com/cap-js/ord/pull/370
26+
27+ ** Full Changelog** : https://github.com/cap-js/ord/compare/v1.4.4...v1.4.5
28+
729## 1.4.4 (2026-02-05)
830
931## What's Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " @cap-js/ord" ,
3- "version" : " 1.4.4 " ,
3+ "version" : " 1.4.5 " ,
44 "description" : " CAP Plugin for generating ORD document." ,
55 "repository" : " cap-js/ord" ,
66 "author" : " SAP SE (https://www.sap.com)" ,
You can’t perform that action at this time.
0 commit comments