Skip to content

Commit 69c7b55

Browse files
committed
finalize v1.3.2
1 parent 1bbf43f commit 69c7b55

File tree

6 files changed

+90
-42
lines changed

6 files changed

+90
-42
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
<!-- order is REMOVED, CHANGED, ADDED, FIXED -->
99

10-
## v1.3.2 - tbd
10+
## v1.3.3 - tbd
11+
12+
## v1.3.2 - 2026-01-19
13+
14+
### Changed
15+
16+
- cds-plugin: rely on file neighborhood for service implementation resolution. This helps for scenarios where the
17+
server's model is shared with mtx/sidecar and a local implementation is not present.
1118

1219
### Removed
1320

example-cap-server/package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example-cap-server/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"cloc": "npx cloc --vcs=git --read-lang-def=../cloc.def .",
1111
"upgrade": "npm up --save"
1212
},
13-
"engines": {
14-
"node": ">=20.0.0"
15-
},
1613
"dependencies": {
1714
"@cap-js-community/feature-toggle-library": "file:..",
1815
"@sap/cds": "file:../node_modules/@sap/cds",

0 commit comments

Comments
 (0)