Skip to content

Commit b6fbd19

Browse files
chore: release main
1 parent baa3528 commit b6fbd19

10 files changed

Lines changed: 53 additions & 18 deletions

File tree

.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.11.0",
3-
"sqlite": "2.4.0",
4-
"postgres": "2.3.0",
5-
"hana": "2.8.0"
2+
"db-service": "2.11.1",
3+
"sqlite": "2.4.1",
4+
"postgres": "2.3.1",
5+
"hana": "2.8.1"
66
}

db-service/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
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.11.1](https://github.com/cap-js/cds-dbs/compare/db-service-v2.11.0...db-service-v2.11.1) (2026-05-12)
8+
9+
10+
### Fixed
11+
12+
* resolve `$self` in infix filters with path expressions and nested exists ([#1604](https://github.com/cap-js/cds-dbs/issues/1604)) ([baa3528](https://github.com/cap-js/cds-dbs/commit/baa3528aa735cc3707c4c2a128cf6b57feaf913b))
13+
* resolve nested assoc-into-assoc inline path resolution ([#1602](https://github.com/cap-js/cds-dbs/issues/1602)) ([ec6fba0](https://github.com/cap-js/cds-dbs/commit/ec6fba0597c75bb206c859bea4e50ce61be40b40))
14+
715
## [2.11.0](https://github.com/cap-js/cds-dbs/compare/db-service-v2.10.1...db-service-v2.11.0) (2026-04-29)
816

917

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.11.0",
3+
"version": "2.11.1",
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.8.1](https://github.com/cap-js/cds-dbs/compare/hana-v2.8.0...hana-v2.8.1) (2026-05-12)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* @cap-js/db-service bumped from ^2.11.0 to ^2.11.1
15+
716
## [2.8.0](https://github.com/cap-js/cds-dbs/compare/hana-v2.7.2...hana-v2.8.0) (2026-04-29)
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.8.0",
3+
"version": "2.8.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.11.0",
32+
"@cap-js/db-service": "^2.11.1",
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.3.1](https://github.com/cap-js/cds-dbs/compare/postgres-v2.3.0...postgres-v2.3.1) (2026-05-12)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* @cap-js/db-service bumped from ^2.11.0 to ^2.11.1
15+
716
## [2.3.0](https://github.com/cap-js/cds-dbs/compare/postgres-v2.2.2...postgres-v2.3.0) (2026-04-29)
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.3.0",
3+
"version": "2.3.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.11.0",
30+
"@cap-js/db-service": "^2.11.1",
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.4.1](https://github.com/cap-js/cds-dbs/compare/sqlite-v2.4.0...sqlite-v2.4.1) (2026-05-12)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* @cap-js/db-service bumped from ^2.11.0 to ^2.11.1
15+
716
## [2.4.0](https://github.com/cap-js/cds-dbs/compare/sqlite-v2.3.0...sqlite-v2.4.0) (2026-04-29)
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.4.0",
3+
"version": "2.4.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.11.0"
30+
"@cap-js/db-service": "^2.11.1"
3131
},
3232
"peerDependencies": {
3333
"@sap/cds": ">=9.8",

0 commit comments

Comments
 (0)