Skip to content

Commit d6b5a2f

Browse files
chore: release main (#1267)
🤖 I have created a release *beep* *boop* --- <details><summary>db-service: 2.3.0</summary> ## [2.3.0](db-service-v2.2.0...db-service-v2.3.0) (2025-07-28) ### Added * **`exists`:** support additional query modifiers ([#1261](#1261)) ([1394b46](1394b46)) * **hierarchy:** LimitedRank ([#1268](#1268)) ([52e16db](52e16db)) ### Fixed * `count` subquery for queries with only `expand` columns ([#1264](#1264)) ([097a332](097a332)) * **cqn4sql:** multiple path expressions in where clause ([#1272](#1272)) ([9b35366](9b35366)) * **hierarchy:** only modify where if existent ([#1265](#1265)) ([eaca855](eaca855)) * TypeError for empty `list` ([#1269](#1269)) ([f262718](f262718)) </details> <details><summary>postgres: 2.0.4</summary> ## [2.0.4](postgres-v2.0.3...postgres-v2.0.4) (2025-07-28) ### Fixed * ensure ordering of `ParameterStream` chunks ([#1280](#1280)) ([a49e200](a49e200)) </details> <details><summary>hana: 2.1.2</summary> ## [2.1.2](hana-v2.1.1...hana-v2.1.2) (2025-07-28) ### Fixed * TypeError for empty `list` ([#1269](#1269)) ([f262718](f262718)) </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 79ce8d0 commit d6b5a2f

7 files changed

Lines changed: 36 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"db-service": "2.2.0",
2+
"db-service": "2.3.0",
33
"sqlite": "2.0.2",
4-
"postgres": "2.0.3",
5-
"hana": "2.1.1"
4+
"postgres": "2.0.4",
5+
"hana": "2.1.2"
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.3.0](https://github.com/cap-js/cds-dbs/compare/db-service-v2.2.0...db-service-v2.3.0) (2025-07-28)
8+
9+
10+
### Added
11+
12+
* **`exists`:** support additional query modifiers ([#1261](https://github.com/cap-js/cds-dbs/issues/1261)) ([1394b46](https://github.com/cap-js/cds-dbs/commit/1394b46b10f628748dd1f945095ab4ce7f3963f6))
13+
* **hierarchy:** LimitedRank ([#1268](https://github.com/cap-js/cds-dbs/issues/1268)) ([52e16db](https://github.com/cap-js/cds-dbs/commit/52e16db2c83d06e318ea05947a3c3c3153bd3ab2))
14+
15+
16+
### Fixed
17+
18+
* `count` subquery for queries with only `expand` columns ([#1264](https://github.com/cap-js/cds-dbs/issues/1264)) ([097a332](https://github.com/cap-js/cds-dbs/commit/097a332f78156526823b2088bdc35278aea09854))
19+
* **cqn4sql:** multiple path expressions in where clause ([#1272](https://github.com/cap-js/cds-dbs/issues/1272)) ([9b35366](https://github.com/cap-js/cds-dbs/commit/9b353660f4c2568176f57baa642ab2b052cfcff9))
20+
* **hierarchy:** only modify where if existent ([#1265](https://github.com/cap-js/cds-dbs/issues/1265)) ([eaca855](https://github.com/cap-js/cds-dbs/commit/eaca855ec06087e22bf780fac5e4010ef1b5ff4f))
21+
* TypeError for empty `list` ([#1269](https://github.com/cap-js/cds-dbs/issues/1269)) ([f262718](https://github.com/cap-js/cds-dbs/commit/f26271813e161c9f7c05fbc82b10c4d5f14916a7))
22+
723
## [2.2.0](https://github.com/cap-js/cds-dbs/compare/db-service-v2.1.2...db-service-v2.2.0) (2025-06-30)
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.2.0",
3+
"version": "2.3.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
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.1.2](https://github.com/cap-js/cds-dbs/compare/hana-v2.1.1...hana-v2.1.2) (2025-07-28)
8+
9+
10+
### Fixed
11+
12+
* TypeError for empty `list` ([#1269](https://github.com/cap-js/cds-dbs/issues/1269)) ([f262718](https://github.com/cap-js/cds-dbs/commit/f26271813e161c9f7c05fbc82b10c4d5f14916a7))
13+
714
## [2.1.1](https://github.com/cap-js/cds-dbs/compare/hana-v2.1.0...hana-v2.1.1) (2025-06-06)
815

916

hana/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/hana",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "CDS database service for SAP HANA",
55
"homepage": "https://cap.cloud.sap/",
66
"keywords": [

postgres/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
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.0.4](https://github.com/cap-js/cds-dbs/compare/postgres-v2.0.3...postgres-v2.0.4) (2025-07-28)
8+
9+
10+
### Fixed
11+
12+
* ensure ordering of `ParameterStream` chunks ([#1280](https://github.com/cap-js/cds-dbs/issues/1280)) ([a49e200](https://github.com/cap-js/cds-dbs/commit/a49e200eb3c08cedcea04ffc5ecb7c664ee885c0))
13+
714
## [2.0.3](https://github.com/cap-js/cds-dbs/compare/postgres-v2.0.2...postgres-v2.0.3) (2025-06-30)
815

916

postgres/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/postgres",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
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": {

0 commit comments

Comments
 (0)