From fdad6557f1aada361d48c751c5c5a290c787b520 Mon Sep 17 00:00:00 2001
From: CAP Bot <122624402+cap-bots@users.noreply.github.com>
Date: Fri, 12 Apr 2024 13:37:37 +0200
Subject: [PATCH] chore: release main (#550)
:robot: I have created a release *beep* *boop*
---
db-service: 1.8.0
##
[1.8.0](https://github.com/cap-js/cds-dbs/compare/db-service-v1.7.0...db-service-v1.8.0)
(2024-04-12)
### Added
* Odata built-in query functions
([#558](https://github.com/cap-js/cds-dbs/issues/558))
([6e63367](https://github.com/cap-js/cds-dbs/commit/6e6336757129c4a9dac56f93fd768bb41d071c46))
* support HANA stored procedures
([#542](https://github.com/cap-js/cds-dbs/issues/542))
([52a00a0](https://github.com/cap-js/cds-dbs/commit/52a00a0d642ba3c58dcad97b3ea1456f1bf3b04a))
### Fixed
* **`expand`:** Only accept on structures, assocs or table aliases
([#551](https://github.com/cap-js/cds-dbs/issues/551))
([3248512](https://github.com/cap-js/cds-dbs/commit/32485129147cd1b376f1d2faf2ea7c7232ba3794))
* **`order by`:** for localized sorting, prepend table alias
([#546](https://github.com/cap-js/cds-dbs/issues/546))
([a273a92](https://github.com/cap-js/cds-dbs/commit/a273a9278b2551ed3381795effe28cf8de41b1bd))
* etag with stream_compat
([#562](https://github.com/cap-js/cds-dbs/issues/562))
([b0a3a41](https://github.com/cap-js/cds-dbs/commit/b0a3a418fbcff7eb7e7b8fa4ff031e1c0c0faac4))
* exclude `cds.LargeBinary` from wildcard expansion
([#577](https://github.com/cap-js/cds-dbs/issues/577))
([6661d63](https://github.com/cap-js/cds-dbs/commit/6661d635b2895a13d47e42495acf6fbd7247c535))
* Reduce insert queries for deep update
([#568](https://github.com/cap-js/cds-dbs/issues/568))
([55e5114](https://github.com/cap-js/cds-dbs/commit/55e511471743c0445d41e8297f5530abe167a270))
* Reduced count query complexity when possible
([#553](https://github.com/cap-js/cds-dbs/issues/553))
([3331f02](https://github.com/cap-js/cds-dbs/commit/3331f0224f02bd2e6cc9c6d2cd5f1c37a36ec8dd))
postgres: 1.7.0
##
[1.7.0](https://github.com/cap-js/cds-dbs/compare/postgres-v1.6.0...postgres-v1.7.0)
(2024-04-12)
### Added
* Odata built-in query functions
([#558](https://github.com/cap-js/cds-dbs/issues/558))
([6e63367](https://github.com/cap-js/cds-dbs/commit/6e6336757129c4a9dac56f93fd768bb41d071c46))
hana: 0.2.0
##
[0.2.0](https://github.com/cap-js/cds-dbs/compare/hana-v0.1.0...hana-v0.2.0)
(2024-04-12)
### Added
* Odata built-in query functions
([#558](https://github.com/cap-js/cds-dbs/issues/558))
([6e63367](https://github.com/cap-js/cds-dbs/commit/6e6336757129c4a9dac56f93fd768bb41d071c46))
* support HANA stored procedures
([#542](https://github.com/cap-js/cds-dbs/issues/542))
([52a00a0](https://github.com/cap-js/cds-dbs/commit/52a00a0d642ba3c58dcad97b3ea1456f1bf3b04a))
---
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>
---
.release-please-manifest.json | 6 +++---
db-service/CHANGELOG.md | 18 ++++++++++++++++++
db-service/package.json | 2 +-
hana/CHANGELOG.md | 8 ++++++++
hana/package.json | 2 +-
postgres/CHANGELOG.md | 7 +++++++
postgres/package.json | 2 +-
7 files changed, 39 insertions(+), 6 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 3e0905f8a..1d949bf34 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,6 +1,6 @@
{
- "db-service": "1.7.0",
+ "db-service": "1.8.0",
"sqlite": "1.6.0",
- "postgres": "1.6.0",
- "hana": "0.1.0"
+ "postgres": "1.7.0",
+ "hana": "0.2.0"
}
diff --git a/db-service/CHANGELOG.md b/db-service/CHANGELOG.md
index 9774c2c08..ea14f99b0 100644
--- a/db-service/CHANGELOG.md
+++ b/db-service/CHANGELOG.md
@@ -4,6 +4,24 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.8.0](https://github.com/cap-js/cds-dbs/compare/db-service-v1.7.0...db-service-v1.8.0) (2024-04-12)
+
+
+### Added
+
+* Odata built-in query functions ([#558](https://github.com/cap-js/cds-dbs/issues/558)) ([6e63367](https://github.com/cap-js/cds-dbs/commit/6e6336757129c4a9dac56f93fd768bb41d071c46))
+* support HANA stored procedures ([#542](https://github.com/cap-js/cds-dbs/issues/542)) ([52a00a0](https://github.com/cap-js/cds-dbs/commit/52a00a0d642ba3c58dcad97b3ea1456f1bf3b04a))
+
+
+### Fixed
+
+* **`expand`:** Only accept on structures, assocs or table aliases ([#551](https://github.com/cap-js/cds-dbs/issues/551)) ([3248512](https://github.com/cap-js/cds-dbs/commit/32485129147cd1b376f1d2faf2ea7c7232ba3794))
+* **`order by`:** for localized sorting, prepend table alias ([#546](https://github.com/cap-js/cds-dbs/issues/546)) ([a273a92](https://github.com/cap-js/cds-dbs/commit/a273a9278b2551ed3381795effe28cf8de41b1bd))
+* etag with stream_compat ([#562](https://github.com/cap-js/cds-dbs/issues/562)) ([b0a3a41](https://github.com/cap-js/cds-dbs/commit/b0a3a418fbcff7eb7e7b8fa4ff031e1c0c0faac4))
+* exclude `cds.LargeBinary` from wildcard expansion ([#577](https://github.com/cap-js/cds-dbs/issues/577)) ([6661d63](https://github.com/cap-js/cds-dbs/commit/6661d635b2895a13d47e42495acf6fbd7247c535))
+* Reduce insert queries for deep update ([#568](https://github.com/cap-js/cds-dbs/issues/568)) ([55e5114](https://github.com/cap-js/cds-dbs/commit/55e511471743c0445d41e8297f5530abe167a270))
+* Reduced count query complexity when possible ([#553](https://github.com/cap-js/cds-dbs/issues/553)) ([3331f02](https://github.com/cap-js/cds-dbs/commit/3331f0224f02bd2e6cc9c6d2cd5f1c37a36ec8dd))
+
## [1.7.0](https://github.com/cap-js/cds-dbs/compare/db-service-v1.6.4...db-service-v1.7.0) (2024-03-22)
diff --git a/db-service/package.json b/db-service/package.json
index 28fa4043f..54b6280aa 100644
--- a/db-service/package.json
+++ b/db-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@cap-js/db-service",
- "version": "1.7.0",
+ "version": "1.8.0",
"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 2e70a4f57..fc9364dce 100644
--- a/hana/CHANGELOG.md
+++ b/hana/CHANGELOG.md
@@ -4,6 +4,14 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).
+## [0.2.0](https://github.com/cap-js/cds-dbs/compare/hana-v0.1.0...hana-v0.2.0) (2024-04-12)
+
+
+### Added
+
+* Odata built-in query functions ([#558](https://github.com/cap-js/cds-dbs/issues/558)) ([6e63367](https://github.com/cap-js/cds-dbs/commit/6e6336757129c4a9dac56f93fd768bb41d071c46))
+* support HANA stored procedures ([#542](https://github.com/cap-js/cds-dbs/issues/542)) ([52a00a0](https://github.com/cap-js/cds-dbs/commit/52a00a0d642ba3c58dcad97b3ea1456f1bf3b04a))
+
## [0.1.0](https://github.com/cap-js/cds-dbs/compare/hana-v0.0.6...hana-v0.1.0) (2024-03-22)
diff --git a/hana/package.json b/hana/package.json
index c7c0cc053..9202099e4 100644
--- a/hana/package.json
+++ b/hana/package.json
@@ -1,6 +1,6 @@
{
"name": "@cap-js/hana",
- "version": "0.1.0",
+ "version": "0.2.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 9f15308ec..c6311f894 100644
--- a/postgres/CHANGELOG.md
+++ b/postgres/CHANGELOG.md
@@ -4,6 +4,13 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.7.0](https://github.com/cap-js/cds-dbs/compare/postgres-v1.6.0...postgres-v1.7.0) (2024-04-12)
+
+
+### Added
+
+* Odata built-in query functions ([#558](https://github.com/cap-js/cds-dbs/issues/558)) ([6e63367](https://github.com/cap-js/cds-dbs/commit/6e6336757129c4a9dac56f93fd768bb41d071c46))
+
## [1.6.0](https://github.com/cap-js/cds-dbs/compare/postgres-v1.5.1...postgres-v1.6.0) (2024-03-22)
diff --git a/postgres/package.json b/postgres/package.json
index 0fd0766eb..ec9788814 100644
--- a/postgres/package.json
+++ b/postgres/package.json
@@ -1,6 +1,6 @@
{
"name": "@cap-js/postgres",
- "version": "1.6.0",
+ "version": "1.7.0",
"description": "CDS database service for Postgres",
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/postgres#cds-database-service-for-postgres",
"repository": {