Skip to content

Commit 4f9cbbf

Browse files
chore: release main (#1541)
🤖 I have created a release *beep* *boop* --- <details><summary>db-service: 2.10.0</summary> ## [2.10.0](db-service-v2.9.0...db-service-v2.10.0) (2026-04-22) ### Added * `cds.features.count_as_string` ([#1556](#1556)) ([00e0e60](00e0e60)) * **cqn4sql:** support for enums ([#1527](#1527)) ([27c4279](27c4279)) * pql ([#1532](#1532)) ([943f76a](943f76a)) ### Fixed * `$self` reference to func column in `having` ([#1539](#1539)) ([9eac576](9eac576)), closes [#1528](#1528) * foreign key not included in wildcard select from subquery ([#1540](#1540)) ([0fde4ed](0fde4ed)), closes [#1127](#1127) * sqlite generated key is named lastInsertRowid ([#1501](#1501)) ([a4d3437](a4d3437)) </details> <details><summary>hana: 2.7.1</summary> ## [2.7.1](hana-v2.7.0...hana-v2.7.1) (2026-04-22) ### Fixed * select forUpdate ignoreLocked; entity \w composite-key HANA error ([#1572](#1572)) ([49df942](49df942)) ### Dependencies * The following workspace dependencies were updated * dependencies * @cap-js/db-service bumped from ^2.9.0 to ^2.10.0 </details> <details><summary>postgres: 2.2.1</summary> ## [2.2.1](postgres-v2.2.0...postgres-v2.2.1) (2026-04-22) ### Dependencies * The following workspace dependencies were updated * dependencies * @cap-js/db-service bumped from ^2.9.0 to ^2.10.0 </details> <details><summary>sqlite: 2.2.1</summary> ## [2.2.1](sqlite-v2.2.0...sqlite-v2.2.1) (2026-04-22) ### Fixed * sqlite generated key is named lastInsertRowid ([#1501](#1501)) ([a4d3437](a4d3437)) ### Dependencies * The following workspace dependencies were updated * dependencies * @cap-js/db-service bumped from ^2.9.0 to ^2.10.0 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com>
1 parent 49df942 commit 4f9cbbf

10 files changed

Lines changed: 71 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.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
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-04-22)
8+
9+
10+
### Added
11+
12+
* `cds.features.count_as_string` ([#1556](https://github.com/cap-js/cds-dbs/issues/1556)) ([00e0e60](https://github.com/cap-js/cds-dbs/commit/00e0e60d68edf0d42c1fce2fae3bb1286aca131e))
13+
* **cqn4sql:** support for enums ([#1527](https://github.com/cap-js/cds-dbs/issues/1527)) ([27c4279](https://github.com/cap-js/cds-dbs/commit/27c4279c495fce8344c785e4489e3116d1a52c55))
14+
* pql ([#1532](https://github.com/cap-js/cds-dbs/issues/1532)) ([943f76a](https://github.com/cap-js/cds-dbs/commit/943f76a3e4405eb91f0f4b929590212500c49c30))
15+
16+
17+
### Fixed
18+
19+
* `$self` reference to func column in `having` ([#1539](https://github.com/cap-js/cds-dbs/issues/1539)) ([9eac576](https://github.com/cap-js/cds-dbs/commit/9eac5762fc4d254a1bc54bded1dd6a492299f576)), closes [#1528](https://github.com/cap-js/cds-dbs/issues/1528)
20+
* 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)
21+
* sqlite generated key is named lastInsertRowid ([#1501](https://github.com/cap-js/cds-dbs/issues/1501)) ([a4d3437](https://github.com/cap-js/cds-dbs/commit/a4d34378297c8afdb13abb7e664165012c36eb8f))
22+
723
## [2.9.0](https://github.com/cap-js/cds-dbs/compare/db-service-v2.8.2...db-service-v2.9.0) (2026-03-09)
824

925

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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
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-04-22)
8+
9+
10+
### Fixed
11+
12+
* select forUpdate ignoreLocked; entity \w composite-key HANA error ([#1572](https://github.com/cap-js/cds-dbs/issues/1572)) ([49df942](https://github.com/cap-js/cds-dbs/commit/49df9422285cd9c2f7de21cde7933f4065ae88b9))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* @cap-js/db-service bumped from ^2.9.0 to ^2.10.0
20+
721
## [2.7.0](https://github.com/cap-js/cds-dbs/compare/hana-v2.6.0...hana-v2.7.0) (2026-03-09)
822

923

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-04-22)
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
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-04-22)
8+
9+
10+
### Fixed
11+
12+
* sqlite generated key is named lastInsertRowid ([#1501](https://github.com/cap-js/cds-dbs/issues/1501)) ([a4d3437](https://github.com/cap-js/cds-dbs/commit/a4d34378297c8afdb13abb7e664165012c36eb8f))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* @cap-js/db-service bumped from ^2.9.0 to ^2.10.0
20+
721
## [2.2.0](https://github.com/cap-js/cds-dbs/compare/sqlite-v2.1.3...sqlite-v2.2.0) (2026-03-09)
822

923

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)