From 4fa81f47143f5c8eea92717d5e928797e964e52d Mon Sep 17 00:00:00 2001 From: CAP Bot <122624402+cap-bots@users.noreply.github.com> Date: Tue, 4 Mar 2025 14:03:53 +0100 Subject: [PATCH 1/4] chore: release main --- .release-please-manifest.json | 4 ++-- hana/CHANGELOG.md | 14 ++++++++++++++ hana/package.json | 2 +- postgres/CHANGELOG.md | 12 ++++++++++++ postgres/package.json | 2 +- 5 files changed, 30 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 006e759ae..7fa58b71a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "db-service": "1.18.0", "sqlite": "1.9.0", - "postgres": "1.11.1", - "hana": "1.6.1" + "postgres": "1.12.0", + "hana": "1.7.0" } diff --git a/hana/CHANGELOG.md b/hana/CHANGELOG.md index 5c13a5a24..0ec3c5d7b 100644 --- a/hana/CHANGELOG.md +++ b/hana/CHANGELOG.md @@ -13,6 +13,20 @@ * support for `SELECT.hint` ([#1004](https://github.com/cap-js/cds-dbs/issues/1004)) ([2c6a763](https://github.com/cap-js/cds-dbs/commit/2c6a7634450047cab22322abb7312f8f3d432cdf)) +### Fixed + +* `[@odata](https://github.com/odata).count` queries ([#966](https://github.com/cap-js/cds-dbs/issues/966)) ([6607a84](https://github.com/cap-js/cds-dbs/commit/6607a8404aa70f2f3f7c6c65c7e9b1c324a5230b)) +* Remove sub query alias check ([#953](https://github.com/cap-js/cds-dbs/issues/953)) ([e5a716c](https://github.com/cap-js/cds-dbs/commit/e5a716c6133be92810800231ba14fe6f33a2597b)) + +## [1.7.0](https://github.com/cap-js/cds-dbs/compare/hana-v1.6.1...hana-v1.7.0) (2025-03-04) + + +### Added + +* pass through of arbitrary client options ([#1024](https://github.com/cap-js/cds-dbs/issues/1024)) ([b090ccd](https://github.com/cap-js/cds-dbs/commit/b090ccda2dfd4fa535aa0fd5be9d2fc27531db05)) +* support for `SELECT.hint` ([#1004](https://github.com/cap-js/cds-dbs/issues/1004)) ([2c6a763](https://github.com/cap-js/cds-dbs/commit/2c6a7634450047cab22322abb7312f8f3d432cdf)) + + ### Fixed * `[@odata](https://github.com/odata).count` queries ([#966](https://github.com/cap-js/cds-dbs/issues/966)) ([6607a84](https://github.com/cap-js/cds-dbs/commit/6607a8404aa70f2f3f7c6c65c7e9b1c324a5230b)) diff --git a/hana/package.json b/hana/package.json index 61d973b57..70405d0c4 100644 --- a/hana/package.json +++ b/hana/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/hana", - "version": "1.6.1", + "version": "1.7.0", "description": "CDS database service for SAP HANA", "homepage": "https://cap.cloud.sap/", "keywords": [ diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index 3e816bd07..42ac00291 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -12,6 +12,18 @@ * pass through of arbitrary client options ([#1024](https://github.com/cap-js/cds-dbs/issues/1024)) ([b090ccd](https://github.com/cap-js/cds-dbs/commit/b090ccda2dfd4fa535aa0fd5be9d2fc27531db05)) +### Fixed + +* `[@odata](https://github.com/odata).count` queries ([#966](https://github.com/cap-js/cds-dbs/issues/966)) ([6607a84](https://github.com/cap-js/cds-dbs/commit/6607a8404aa70f2f3f7c6c65c7e9b1c324a5230b)) + +## [1.12.0](https://github.com/cap-js/cds-dbs/compare/postgres-v1.11.1...postgres-v1.12.0) (2025-03-04) + + +### Added + +* pass through of arbitrary client options ([#1024](https://github.com/cap-js/cds-dbs/issues/1024)) ([b090ccd](https://github.com/cap-js/cds-dbs/commit/b090ccda2dfd4fa535aa0fd5be9d2fc27531db05)) + + ### Fixed * `[@odata](https://github.com/odata).count` queries ([#966](https://github.com/cap-js/cds-dbs/issues/966)) ([6607a84](https://github.com/cap-js/cds-dbs/commit/6607a8404aa70f2f3f7c6c65c7e9b1c324a5230b)) diff --git a/postgres/package.json b/postgres/package.json index ff7314612..76503afc8 100644 --- a/postgres/package.json +++ b/postgres/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/postgres", - "version": "1.11.1", + "version": "1.12.0", "description": "CDS database service for Postgres", "homepage": "https://github.com/cap-js/cds-dbs/tree/main/postgres#cds-database-service-for-postgres", "repository": { From 5346bc509002b067d9100a1b5f90157c9203fcd9 Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Tue, 4 Mar 2025 14:08:29 +0100 Subject: [PATCH 2/4] Update CHANGELOG.md --- hana/CHANGELOG.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/hana/CHANGELOG.md b/hana/CHANGELOG.md index 0ec3c5d7b..5c13a5a24 100644 --- a/hana/CHANGELOG.md +++ b/hana/CHANGELOG.md @@ -13,20 +13,6 @@ * support for `SELECT.hint` ([#1004](https://github.com/cap-js/cds-dbs/issues/1004)) ([2c6a763](https://github.com/cap-js/cds-dbs/commit/2c6a7634450047cab22322abb7312f8f3d432cdf)) -### Fixed - -* `[@odata](https://github.com/odata).count` queries ([#966](https://github.com/cap-js/cds-dbs/issues/966)) ([6607a84](https://github.com/cap-js/cds-dbs/commit/6607a8404aa70f2f3f7c6c65c7e9b1c324a5230b)) -* Remove sub query alias check ([#953](https://github.com/cap-js/cds-dbs/issues/953)) ([e5a716c](https://github.com/cap-js/cds-dbs/commit/e5a716c6133be92810800231ba14fe6f33a2597b)) - -## [1.7.0](https://github.com/cap-js/cds-dbs/compare/hana-v1.6.1...hana-v1.7.0) (2025-03-04) - - -### Added - -* pass through of arbitrary client options ([#1024](https://github.com/cap-js/cds-dbs/issues/1024)) ([b090ccd](https://github.com/cap-js/cds-dbs/commit/b090ccda2dfd4fa535aa0fd5be9d2fc27531db05)) -* support for `SELECT.hint` ([#1004](https://github.com/cap-js/cds-dbs/issues/1004)) ([2c6a763](https://github.com/cap-js/cds-dbs/commit/2c6a7634450047cab22322abb7312f8f3d432cdf)) - - ### Fixed * `[@odata](https://github.com/odata).count` queries ([#966](https://github.com/cap-js/cds-dbs/issues/966)) ([6607a84](https://github.com/cap-js/cds-dbs/commit/6607a8404aa70f2f3f7c6c65c7e9b1c324a5230b)) From dbf42c0279d404f5cd67e9ddb0c99dc2d3c49b94 Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Tue, 4 Mar 2025 14:08:48 +0100 Subject: [PATCH 3/4] Update CHANGELOG.md --- postgres/CHANGELOG.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index 42ac00291..3e816bd07 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -12,18 +12,6 @@ * pass through of arbitrary client options ([#1024](https://github.com/cap-js/cds-dbs/issues/1024)) ([b090ccd](https://github.com/cap-js/cds-dbs/commit/b090ccda2dfd4fa535aa0fd5be9d2fc27531db05)) -### Fixed - -* `[@odata](https://github.com/odata).count` queries ([#966](https://github.com/cap-js/cds-dbs/issues/966)) ([6607a84](https://github.com/cap-js/cds-dbs/commit/6607a8404aa70f2f3f7c6c65c7e9b1c324a5230b)) - -## [1.12.0](https://github.com/cap-js/cds-dbs/compare/postgres-v1.11.1...postgres-v1.12.0) (2025-03-04) - - -### Added - -* pass through of arbitrary client options ([#1024](https://github.com/cap-js/cds-dbs/issues/1024)) ([b090ccd](https://github.com/cap-js/cds-dbs/commit/b090ccda2dfd4fa535aa0fd5be9d2fc27531db05)) - - ### Fixed * `[@odata](https://github.com/odata).count` queries ([#966](https://github.com/cap-js/cds-dbs/issues/966)) ([6607a84](https://github.com/cap-js/cds-dbs/commit/6607a8404aa70f2f3f7c6c65c7e9b1c324a5230b)) From 8cb1136aa8b659ebc772fb59ed707e43e03c9e58 Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Tue, 4 Mar 2025 14:15:48 +0100 Subject: [PATCH 4/4] Update release-please.yml --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3ab8f2dce..381e63212 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -25,7 +25,7 @@ jobs: registry-url: 'https://registry.npmjs.org' ## debug info - - run: echo ${{ toJSON(steps.release.outputs) }} + - run: echo "Release outputs:" echo "${{ toJson(steps.release.outputs) }}" # Run tests - run: npm install -g @sap/cds-dk # Run tests