From 5291a79b1407d0bd655c306555d3cf7706d02cbe Mon Sep 17 00:00:00 2001
From: CAP Bot <122624402+cap-bots@users.noreply.github.com>
Date: Wed, 4 Sep 2024 09:00:45 +0200
Subject: [PATCH] chore: release main (#761)
:robot: I have created a release *beep* *boop*
---
db-service: 1.12.1
##
[1.12.1](https://github.com/cap-js/cds-dbs/compare/db-service-v1.12.0...db-service-v1.12.1)
(2024-09-03)
### Fixed
* deep `groupby` expand queries
([#768](https://github.com/cap-js/cds-dbs/issues/768))
([5423cf3](https://github.com/cap-js/cds-dbs/commit/5423cf38574962c09b94febab95f2e3dc118d2c9))
* **deep:** prevent false unique constraint errors and combine delete
queries ([#781](https://github.com/cap-js/cds-dbs/issues/781))
([01de95f](https://github.com/cap-js/cds-dbs/commit/01de95f5050a1d3325459ccb78a4e9a1e0dbcfde))
* **logging:** from changes in @sap/cds
([#791](https://github.com/cap-js/cds-dbs/issues/791))
([1e8bf06](https://github.com/cap-js/cds-dbs/commit/1e8bf06c9ae92ba55d13fe9e3297d6a54c4fc8fe))
* prepend aliases to refs within function args in on conditions
([#795](https://github.com/cap-js/cds-dbs/issues/795))
([9b34314](https://github.com/cap-js/cds-dbs/commit/9b34314d1ef8c6fd7e77451fe9bf0abdc12c27ea)),
closes [#779](https://github.com/cap-js/cds-dbs/issues/779)
* prevent $search queries from throwing
([#772](https://github.com/cap-js/cds-dbs/issues/772))
([cdf4d37](https://github.com/cap-js/cds-dbs/commit/cdf4d37590c2949cdfd6c6533370bc96cd8fd0fc))
hana: 1.2.0
##
[1.2.0](https://github.com/cap-js/cds-dbs/compare/hana-v1.1.1...hana-v1.2.0)
(2024-09-03)
### Added
* wrap client if @dynatrace/oneagent-sdk is present
([#777](https://github.com/cap-js/cds-dbs/issues/777))
([147b88e](https://github.com/cap-js/cds-dbs/commit/147b88ef7f2d790f4f6fbda7bb37942590e1e07a))
### Fixed
* Add `{list:[{val}]}` json function support
([#784](https://github.com/cap-js/cds-dbs/issues/784))
([ce5f856](https://github.com/cap-js/cds-dbs/commit/ce5f856e720ea45e34445925dd22583a9b58cea9))
* Allow applications to configure `acquireTimeoutMillis`
([#796](https://github.com/cap-js/cds-dbs/issues/796))
([abac818](https://github.com/cap-js/cds-dbs/commit/abac818fed46d6ebd50b64b6244fe1352c4d6a84))
* deep `groupby` expand queries
([#768](https://github.com/cap-js/cds-dbs/issues/768))
([5423cf3](https://github.com/cap-js/cds-dbs/commit/5423cf38574962c09b94febab95f2e3dc118d2c9))
* Enforce `LargeStrings` to be `Strings` for `sql_simple_queries=1`
([#774](https://github.com/cap-js/cds-dbs/issues/774))
([c38a9e6](https://github.com/cap-js/cds-dbs/commit/c38a9e612428284a3c1b81c1ee5ab89398e03616))
* wrong falsy checks for vals in list optimization
([#797](https://github.com/cap-js/cds-dbs/issues/797))
([e818da8](https://github.com/cap-js/cds-dbs/commit/e818da85fae8d8b20e8594a3275f30bbb0f6bbfe))
### Changed
* requires @sap/cds >= 8.2
([#789](https://github.com/cap-js/cds-dbs/issues/789))
([3bbde18](https://github.com/cap-js/cds-dbs/commit/3bbde186848ad97ff1191ce3fc50fc4c9f90dee3))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
---
.release-please-manifest.json | 4 ++--
db-service/CHANGELOG.md | 11 +++++++++++
db-service/package.json | 2 +-
hana/CHANGELOG.md | 21 +++++++++++++++++++++
hana/package.json | 2 +-
5 files changed, 36 insertions(+), 4 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index fb80d1193..7713956bb 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,6 +1,6 @@
{
- "db-service": "1.12.0",
+ "db-service": "1.12.1",
"sqlite": "1.7.3",
"postgres": "1.10.0",
- "hana": "1.1.1"
+ "hana": "1.2.0"
}
diff --git a/db-service/CHANGELOG.md b/db-service/CHANGELOG.md
index 90bc56e1c..04995ce8f 100644
--- a/db-service/CHANGELOG.md
+++ b/db-service/CHANGELOG.md
@@ -4,6 +4,17 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.12.1](https://github.com/cap-js/cds-dbs/compare/db-service-v1.12.0...db-service-v1.12.1) (2024-09-03)
+
+
+### Fixed
+
+* deep `groupby` expand queries ([#768](https://github.com/cap-js/cds-dbs/issues/768)) ([5423cf3](https://github.com/cap-js/cds-dbs/commit/5423cf38574962c09b94febab95f2e3dc118d2c9))
+* **deep:** prevent false unique constraint errors and combine delete queries ([#781](https://github.com/cap-js/cds-dbs/issues/781)) ([01de95f](https://github.com/cap-js/cds-dbs/commit/01de95f5050a1d3325459ccb78a4e9a1e0dbcfde))
+* **logging:** from changes in @sap/cds ([#791](https://github.com/cap-js/cds-dbs/issues/791)) ([1e8bf06](https://github.com/cap-js/cds-dbs/commit/1e8bf06c9ae92ba55d13fe9e3297d6a54c4fc8fe))
+* prepend aliases to refs within function args in on conditions ([#795](https://github.com/cap-js/cds-dbs/issues/795)) ([9b34314](https://github.com/cap-js/cds-dbs/commit/9b34314d1ef8c6fd7e77451fe9bf0abdc12c27ea)), closes [#779](https://github.com/cap-js/cds-dbs/issues/779)
+* prevent $search queries from throwing ([#772](https://github.com/cap-js/cds-dbs/issues/772)) ([cdf4d37](https://github.com/cap-js/cds-dbs/commit/cdf4d37590c2949cdfd6c6533370bc96cd8fd0fc))
+
## [1.12.0](https://github.com/cap-js/cds-dbs/compare/db-service-v1.11.0...db-service-v1.12.0) (2024-07-25)
diff --git a/db-service/package.json b/db-service/package.json
index 81322c3cd..4704cd839 100644
--- a/db-service/package.json
+++ b/db-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@cap-js/db-service",
- "version": "1.12.0",
+ "version": "1.12.1",
"description": "CDS base database service",
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/db-service#cds-base-database-service",
"repository": {
diff --git a/hana/CHANGELOG.md b/hana/CHANGELOG.md
index 30845d834..ce7af6eb6 100644
--- a/hana/CHANGELOG.md
+++ b/hana/CHANGELOG.md
@@ -4,6 +4,27 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.2.0](https://github.com/cap-js/cds-dbs/compare/hana-v1.1.1...hana-v1.2.0) (2024-09-03)
+
+
+### Added
+
+* wrap client if @dynatrace/oneagent-sdk is present ([#777](https://github.com/cap-js/cds-dbs/issues/777)) ([147b88e](https://github.com/cap-js/cds-dbs/commit/147b88ef7f2d790f4f6fbda7bb37942590e1e07a))
+
+
+### Fixed
+
+* Add `{list:[{val}]}` json function support ([#784](https://github.com/cap-js/cds-dbs/issues/784)) ([ce5f856](https://github.com/cap-js/cds-dbs/commit/ce5f856e720ea45e34445925dd22583a9b58cea9))
+* Allow applications to configure `acquireTimeoutMillis` ([#796](https://github.com/cap-js/cds-dbs/issues/796)) ([abac818](https://github.com/cap-js/cds-dbs/commit/abac818fed46d6ebd50b64b6244fe1352c4d6a84))
+* deep `groupby` expand queries ([#768](https://github.com/cap-js/cds-dbs/issues/768)) ([5423cf3](https://github.com/cap-js/cds-dbs/commit/5423cf38574962c09b94febab95f2e3dc118d2c9))
+* Enforce `LargeStrings` to be `Strings` for `sql_simple_queries=1` ([#774](https://github.com/cap-js/cds-dbs/issues/774)) ([c38a9e6](https://github.com/cap-js/cds-dbs/commit/c38a9e612428284a3c1b81c1ee5ab89398e03616))
+* wrong falsy checks for vals in list optimization ([#797](https://github.com/cap-js/cds-dbs/issues/797)) ([e818da8](https://github.com/cap-js/cds-dbs/commit/e818da85fae8d8b20e8594a3275f30bbb0f6bbfe))
+
+
+### Changed
+
+* requires @sap/cds >= 8.2 ([#789](https://github.com/cap-js/cds-dbs/issues/789)) ([3bbde18](https://github.com/cap-js/cds-dbs/commit/3bbde186848ad97ff1191ce3fc50fc4c9f90dee3))
+
## [1.1.1](https://github.com/cap-js/cds-dbs/compare/hana-v1.1.0...hana-v1.1.1) (2024-07-25)
diff --git a/hana/package.json b/hana/package.json
index 0f3a54974..99e78efa6 100644
--- a/hana/package.json
+++ b/hana/package.json
@@ -1,6 +1,6 @@
{
"name": "@cap-js/hana",
- "version": "1.1.1",
+ "version": "1.2.0",
"description": "CDS database service for SAP HANA",
"homepage": "https://cap.cloud.sap/",
"keywords": [