diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 36d187441..a102446a2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "db-service": "2.6.0", - "sqlite": "2.0.4", - "postgres": "2.0.6", - "hana": "2.3.4" + "db-service": "2.7.0", + "sqlite": "2.1.0", + "postgres": "2.1.0", + "hana": "2.4.0" } diff --git a/db-service/CHANGELOG.md b/db-service/CHANGELOG.md index f3ab2b786..a7c020abd 100644 --- a/db-service/CHANGELOG.md +++ b/db-service/CHANGELOG.md @@ -4,6 +4,19 @@ - The format is based on [Keep a Changelog](http://keepachangelog.com/). - This project adheres to [Semantic Versioning](http://semver.org/). +## [2.7.0](https://github.com/cap-js/cds-dbs/compare/db-service-v2.6.0...db-service-v2.7.0) (2025-11-26) + + +### Added + +* `error` standard function ([#1421](https://github.com/cap-js/cds-dbs/issues/1421)) ([b1b0fca](https://github.com/cap-js/cds-dbs/commit/b1b0fca00387c45ed91280b2df4282be90ea0a6e)) + + +### Fixed + +* LimitedRank with compositions ([#1391](https://github.com/cap-js/cds-dbs/issues/1391)) ([31766cd](https://github.com/cap-js/cds-dbs/commit/31766cd8f9b626d090129b174ac9a04b4d578c21)) +* reject nested projection if duplicated ([#1411](https://github.com/cap-js/cds-dbs/issues/1411)) ([6e924c9](https://github.com/cap-js/cds-dbs/commit/6e924c9942de6e6a4abf7b2c168d4378efcaefa9)) + ## [2.6.0](https://github.com/cap-js/cds-dbs/compare/db-service-v2.5.1...db-service-v2.6.0) (2025-10-23) diff --git a/db-service/package.json b/db-service/package.json index 09dccf3af..4f5e8fd28 100644 --- a/db-service/package.json +++ b/db-service/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/db-service", - "version": "2.6.0", + "version": "2.7.0", "description": "CDS base database service", "homepage": "https://github.com/cap-js/cds-dbs/tree/main/db-service#cds-base-database-service", "repository": { diff --git a/hana/CHANGELOG.md b/hana/CHANGELOG.md index 44b840244..575fbb643 100644 --- a/hana/CHANGELOG.md +++ b/hana/CHANGELOG.md @@ -4,6 +4,26 @@ - The format is based on [Keep a Changelog](http://keepachangelog.com/). - This project adheres to [Semantic Versioning](http://semver.org/). +## [2.4.0](https://github.com/cap-js/cds-dbs/compare/hana-v2.3.4...hana-v2.4.0) (2025-11-26) + + +### Added + +* `error` standard function ([#1421](https://github.com/cap-js/cds-dbs/issues/1421)) ([b1b0fca](https://github.com/cap-js/cds-dbs/commit/b1b0fca00387c45ed91280b2df4282be90ea0a6e)) +* show default pool configuration in `env` ([#1422](https://github.com/cap-js/cds-dbs/issues/1422)) ([89b397a](https://github.com/cap-js/cds-dbs/commit/89b397ade2a15be8ce81ed3e8d717fc98f1a8107)) + + +### Fixed + +* **deps:** update dependency hdb to v2 ([#1266](https://github.com/cap-js/cds-dbs/issues/1266)) ([742a784](https://github.com/cap-js/cds-dbs/commit/742a784171503a5805c3f2e9d4f13135fa745ccb)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @cap-js/db-service bumped from ^2.6.0 to ^2.7.0 + ## [2.3.4](https://github.com/cap-js/cds-dbs/compare/hana-v2.3.3...hana-v2.3.4) (2025-10-23) diff --git a/hana/package.json b/hana/package.json index 1fa56e548..640943301 100644 --- a/hana/package.json +++ b/hana/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/hana", - "version": "2.3.4", + "version": "2.4.0", "description": "CDS database service for SAP HANA", "homepage": "https://cap.cloud.sap/", "keywords": [ @@ -25,7 +25,7 @@ "start:hxe": "cd ./tools/docker/hxe/ && ./start.sh" }, "dependencies": { - "@cap-js/db-service": "^2.6.0", + "@cap-js/db-service": "^2.7.0", "hdb": "^2.0.0" }, "peerDependencies": { diff --git a/package-lock.json b/package-lock.json index 32135180a..edb723b4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ }, "db-service": { "name": "@cap-js/db-service", - "version": "2.6.0", + "version": "2.7.0", "license": "Apache-2.0", "dependencies": { "generic-pool": "^3.9.0" @@ -32,10 +32,10 @@ }, "hana": { "name": "@cap-js/hana", - "version": "2.3.4", + "version": "2.4.0", "license": "Apache-2.0", "dependencies": { - "@cap-js/db-service": "^2.6.0", + "@cap-js/db-service": "^2.7.0", "hdb": "^2.0.0" }, "devDependencies": { @@ -1936,10 +1936,10 @@ }, "postgres": { "name": "@cap-js/postgres", - "version": "2.0.6", + "version": "2.1.0", "license": "Apache-2.0", "dependencies": { - "@cap-js/db-service": "^2.6.0", + "@cap-js/db-service": "^2.7.0", "pg": "^8" }, "peerDependencies": { @@ -1954,10 +1954,10 @@ }, "sqlite": { "name": "@cap-js/sqlite", - "version": "2.0.4", + "version": "2.1.0", "license": "Apache-2.0", "dependencies": { - "@cap-js/db-service": "^2.6.0", + "@cap-js/db-service": "^2.7.0", "better-sqlite3": "^12.0.0" }, "peerDependencies": { diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index 4b5a479a8..c19927229 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -4,6 +4,20 @@ - The format is based on [Keep a Changelog](http://keepachangelog.com/). - This project adheres to [Semantic Versioning](http://semver.org/). +## [2.1.0](https://github.com/cap-js/cds-dbs/compare/postgres-v2.0.6...postgres-v2.1.0) (2025-11-26) + + +### Added + +* show default pool configuration in `env` ([#1422](https://github.com/cap-js/cds-dbs/issues/1422)) ([89b397a](https://github.com/cap-js/cds-dbs/commit/89b397ade2a15be8ce81ed3e8d717fc98f1a8107)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @cap-js/db-service bumped from ^2.6.0 to ^2.7.0 + ## [2.0.6](https://github.com/cap-js/cds-dbs/compare/postgres-v2.0.5...postgres-v2.0.6) (2025-10-23) diff --git a/postgres/package.json b/postgres/package.json index 3ff5172f9..e43c5de50 100644 --- a/postgres/package.json +++ b/postgres/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/postgres", - "version": "2.0.6", + "version": "2.1.0", "description": "CDS database service for Postgres", "homepage": "https://github.com/cap-js/cds-dbs/tree/main/postgres#cds-database-service-for-postgres", "repository": { @@ -27,7 +27,7 @@ "start": "docker compose -f pg-stack.yml up -d" }, "dependencies": { - "@cap-js/db-service": "^2.6.0", + "@cap-js/db-service": "^2.7.0", "pg": "^8" }, "peerDependencies": { diff --git a/sqlite/CHANGELOG.md b/sqlite/CHANGELOG.md index 96382e9c3..a5a81f74d 100644 --- a/sqlite/CHANGELOG.md +++ b/sqlite/CHANGELOG.md @@ -4,6 +4,20 @@ - The format is based on [Keep a Changelog](http://keepachangelog.com/). - This project adheres to [Semantic Versioning](http://semver.org/). +## [2.1.0](https://github.com/cap-js/cds-dbs/compare/sqlite-v2.0.4...sqlite-v2.1.0) (2025-11-26) + + +### Added + +* show default pool configuration in `env` ([#1422](https://github.com/cap-js/cds-dbs/issues/1422)) ([89b397a](https://github.com/cap-js/cds-dbs/commit/89b397ade2a15be8ce81ed3e8d717fc98f1a8107)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @cap-js/db-service bumped from ^2.6.0 to ^2.7.0 + ## [2.0.4](https://github.com/cap-js/cds-dbs/compare/sqlite-v2.0.3...sqlite-v2.0.4) (2025-10-23) diff --git a/sqlite/package.json b/sqlite/package.json index aa49cabf4..980974939 100644 --- a/sqlite/package.json +++ b/sqlite/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/sqlite", - "version": "2.0.4", + "version": "2.1.0", "description": "CDS database service for SQLite", "homepage": "https://github.com/cap-js/cds-dbs/tree/main/sqlite#cds-database-service-for-sqlite", "repository": { @@ -26,7 +26,7 @@ "test": "cds-test" }, "dependencies": { - "@cap-js/db-service": "^2.6.0", + "@cap-js/db-service": "^2.7.0", "better-sqlite3": "^12.0.0" }, "peerDependencies": {