-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- <details><summary>db-service: 1.12.1</summary> ## [1.12.1](db-service-v1.12.0...db-service-v1.12.1) (2024-09-03) ### Fixed * deep `groupby` expand queries ([#768](#768)) ([5423cf3](5423cf3)) * **deep:** prevent false unique constraint errors and combine delete queries ([#781](#781)) ([01de95f](01de95f)) * **logging:** from changes in @sap/cds ([#791](#791)) ([1e8bf06](1e8bf06)) * prepend aliases to refs within function args in on conditions ([#795](#795)) ([9b34314](9b34314)), closes [#779](#779) * prevent $search queries from throwing ([#772](#772)) ([cdf4d37](cdf4d37)) </details> <details><summary>hana: 1.2.0</summary> ## [1.2.0](hana-v1.1.1...hana-v1.2.0) (2024-09-03) ### Added * wrap client if @dynatrace/oneagent-sdk is present ([#777](#777)) ([147b88e](147b88e)) ### Fixed * Add `{list:[{val}]}` json function support ([#784](#784)) ([ce5f856](ce5f856)) * Allow applications to configure `acquireTimeoutMillis` ([#796](#796)) ([abac818](abac818)) * deep `groupby` expand queries ([#768](#768)) ([5423cf3](5423cf3)) * Enforce `LargeStrings` to be `Strings` for `sql_simple_queries=1` ([#774](#774)) ([c38a9e6](c38a9e6)) * wrong falsy checks for vals in list optimization ([#797](#797)) ([e818da8](e818da8)) ### Changed * requires @sap/cds >= 8.2 ([#789](#789)) ([3bbde18](3bbde18)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- Loading branch information
Showing
5 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters