Skip to content

Commit 51b2207

Browse files
authored
Update Peer Dependency (#165)
1 parent c7dce38 commit 51b2207

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
2828
- Added warning and mitigation for multi-tenant deployments with MTX
2929
- Added a disclaimer of upcoming new version having a minimum requirement of CDS 8.6 for multitenancy fix
3030
- Changed the default limit on non-HANA databases from 255 to 5000 characters for all String values
31+
- Updated peer dependency from CDS7 to CDS8
3132

3233

3334
## Version 1.0.7 - 20.08.24

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ a [CDS plugin](https://cap.cloud.sap/docs/node.js/cds-plugins#cds-plugin-package
44

55
[![REUSE status](https://api.reuse.software/badge/github.com/cap-js/change-tracking)](https://api.reuse.software/info/github.com/cap-js/change-tracking)
66

7+
> [!IMPORTANT]
8+
> Following the CAP best practices, the new release now requires CDS8 as minimum version in the peer dependencies. If you want to use the plugin with an older version of CAP (CDS7), you will need to manually update the peer dependency in `package.json`. Please be aware that there will be no support for this version of the plugin with a CDS version below 8!
9+
710
> [!IMPORTANT]
811
> This release establishes support for multi-tenant deployments using MTX and extensibility.
912
>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "npx jest --silent"
1919
},
2020
"peerDependencies": {
21-
"@sap/cds": ">=7"
21+
"@sap/cds": ">=8"
2222
},
2323
"devDependencies": {
2424
"@cap-js/change-tracking": "file:.",

0 commit comments

Comments
 (0)