Skip to content

Commit 1cb9fe7

Browse files
committed
chore: release main
1 parent 0fde4ed commit 1cb9fe7

File tree

10 files changed

+58
-18
lines changed

10 files changed

+58
-18
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"db-service": "2.9.0",
3-
"sqlite": "2.2.0",
4-
"postgres": "2.2.0",
5-
"hana": "2.7.0"
2+
"db-service": "2.10.0",
3+
"sqlite": "2.2.1",
4+
"postgres": "2.2.1",
5+
"hana": "2.7.1"
66
}

db-service/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
55
- This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.10.0](https://github.com/cap-js/cds-dbs/compare/db-service-v2.9.0...db-service-v2.10.0) (2026-03-23)
8+
9+
10+
### Added
11+
12+
* pql ([#1532](https://github.com/cap-js/cds-dbs/issues/1532)) ([943f76a](https://github.com/cap-js/cds-dbs/commit/943f76a3e4405eb91f0f4b929590212500c49c30))
13+
14+
15+
### Fixed
16+
17+
* foreign key not included in wildcard select from subquery ([#1540](https://github.com/cap-js/cds-dbs/issues/1540)) ([0fde4ed](https://github.com/cap-js/cds-dbs/commit/0fde4eda21a389c68982f348e9e7c3680c00dcb3)), closes [#1127](https://github.com/cap-js/cds-dbs/issues/1127)
18+
* **pql:** avoid type error on bad query ([#1544](https://github.com/cap-js/cds-dbs/issues/1544)) ([aa4948c](https://github.com/cap-js/cds-dbs/commit/aa4948c5aaf76a93e778c8a36d2f9a3aa5532ef1))
19+
720
## [2.9.0](https://github.com/cap-js/cds-dbs/compare/db-service-v2.8.2...db-service-v2.9.0) (2026-03-09)
821

922

db-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/db-service",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "CDS base database service",
55
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/db-service#cds-base-database-service",
66
"repository": {

hana/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
55
- This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.7.1](https://github.com/cap-js/cds-dbs/compare/hana-v2.7.0...hana-v2.7.1) (2026-03-23)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* @cap-js/db-service bumped from ^2.9.0 to ^2.10.0
15+
716
## [2.7.0](https://github.com/cap-js/cds-dbs/compare/hana-v2.6.0...hana-v2.7.0) (2026-03-09)
817

918

hana/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/hana",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "CDS database service for SAP HANA",
55
"homepage": "https://cap.cloud.sap/",
66
"repository": {
@@ -29,7 +29,7 @@
2929
"start:hxe": "cd ./tools/docker/hxe/ && ./start.sh"
3030
},
3131
"dependencies": {
32-
"@cap-js/db-service": "^2.9.0",
32+
"@cap-js/db-service": "^2.10.0",
3333
"hdb": "^2.26.3"
3434
},
3535
"peerDependencies": {

package-lock.json

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

postgres/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
55
- This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.2.1](https://github.com/cap-js/cds-dbs/compare/postgres-v2.2.0...postgres-v2.2.1) (2026-03-23)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* @cap-js/db-service bumped from ^2.9.0 to ^2.10.0
15+
716
## [2.2.0](https://github.com/cap-js/cds-dbs/compare/postgres-v2.1.3...postgres-v2.2.0) (2026-03-09)
817

918

postgres/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/postgres",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "CDS database service for Postgres",
55
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/postgres#cds-database-service-for-postgres",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"start": "docker compose -f pg-stack.yml up -d"
2828
},
2929
"dependencies": {
30-
"@cap-js/db-service": "^2.9.0",
30+
"@cap-js/db-service": "^2.10.0",
3131
"pg": "^8"
3232
},
3333
"peerDependencies": {

sqlite/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
55
- This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.2.1](https://github.com/cap-js/cds-dbs/compare/sqlite-v2.2.0...sqlite-v2.2.1) (2026-03-23)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* @cap-js/db-service bumped from ^2.9.0 to ^2.10.0
15+
716
## [2.2.0](https://github.com/cap-js/cds-dbs/compare/sqlite-v2.1.3...sqlite-v2.2.0) (2026-03-09)
817

918

sqlite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/sqlite",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "CDS database service for SQLite",
55
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/sqlite#cds-database-service-for-sqlite",
66
"repository": {
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"better-sqlite3": "^12.0.0",
30-
"@cap-js/db-service": "^2.9.0"
30+
"@cap-js/db-service": "^2.10.0"
3131
},
3232
"peerDependencies": {
3333
"@sap/cds": ">=9.8",

0 commit comments

Comments
 (0)