From d7920ec3ceeb3a40d923bb1d40a93bc38e68bd23 Mon Sep 17 00:00:00 2001
From: CAP Bot <122624402+cap-bots@users.noreply.github.com>
Date: Thu, 14 Nov 2024 13:02:33 +0100
Subject: [PATCH] chore: release main (#888)
:robot: I have created a release *beep* *boop*
---
db-service: 1.15.0
##
[1.15.0](https://github.com/cap-js/cds-dbs/compare/db-service-v1.14.1...db-service-v1.15.0)
(2024-11-14)
### Added
* enable path expressions in infix filter after `exists` predicate
([#875](https://github.com/cap-js/cds-dbs/issues/875))
([7e50359](https://github.com/cap-js/cds-dbs/commit/7e5035932ac3bf39f052aa67e1565567e9d6b1ad))
### Fixed
* **`search`:** ignore invalid path expressions inside `@cds.search`
([#849](https://github.com/cap-js/cds-dbs/issues/849))
([250edd5](https://github.com/cap-js/cds-dbs/commit/250edd5ec9f7ba1d8e40e1330e4b4f9ad9e599b0))
* nested exists wrapped in xpr
([7e50359](https://github.com/cap-js/cds-dbs/commit/7e5035932ac3bf39f052aa67e1565567e9d6b1ad))
sqlite: 1.7.7
##
[1.7.7](https://github.com/cap-js/cds-dbs/compare/sqlite-v1.7.6...sqlite-v1.7.7)
(2024-11-14)
### Fixed
* boolean for sql_simple_queries
([#886](https://github.com/cap-js/cds-dbs/issues/886))
([d8139fa](https://github.com/cap-js/cds-dbs/commit/d8139fa2ea0cb6bebf966ac5b781b2f8f7c67207))
postgres: 1.10.4
##
[1.10.4](https://github.com/cap-js/cds-dbs/compare/postgres-v1.10.3...postgres-v1.10.4)
(2024-11-14)
### Fixed
* enable nulls first
([#893](https://github.com/cap-js/cds-dbs/issues/893))
([6684436](https://github.com/cap-js/cds-dbs/commit/66844363588864813d304a9dcfd66e856c7542dd))
---
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 | 13 +++++++++++++
db-service/package.json | 2 +-
postgres/CHANGELOG.md | 7 +++++++
postgres/package.json | 2 +-
sqlite/CHANGELOG.md | 7 +++++++
sqlite/package.json | 2 +-
7 files changed, 33 insertions(+), 6 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index e1b29f9eb..51de386f9 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,6 +1,6 @@
{
- "db-service": "1.14.1",
- "sqlite": "1.7.6",
- "postgres": "1.10.3",
+ "db-service": "1.15.0",
+ "sqlite": "1.7.7",
+ "postgres": "1.10.4",
"hana": "1.4.1"
}
diff --git a/db-service/CHANGELOG.md b/db-service/CHANGELOG.md
index 610918eaa..0e537e27b 100644
--- a/db-service/CHANGELOG.md
+++ b/db-service/CHANGELOG.md
@@ -4,6 +4,19 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.15.0](https://github.com/cap-js/cds-dbs/compare/db-service-v1.14.1...db-service-v1.15.0) (2024-11-14)
+
+
+### Added
+
+* enable path expressions in infix filter after `exists` predicate ([#875](https://github.com/cap-js/cds-dbs/issues/875)) ([7e50359](https://github.com/cap-js/cds-dbs/commit/7e5035932ac3bf39f052aa67e1565567e9d6b1ad))
+
+
+### Fixed
+
+* **`search`:** ignore invalid path expressions inside `@cds.search` ([#849](https://github.com/cap-js/cds-dbs/issues/849)) ([250edd5](https://github.com/cap-js/cds-dbs/commit/250edd5ec9f7ba1d8e40e1330e4b4f9ad9e599b0))
+* nested exists wrapped in xpr ([7e50359](https://github.com/cap-js/cds-dbs/commit/7e5035932ac3bf39f052aa67e1565567e9d6b1ad))
+
## [1.14.1](https://github.com/cap-js/cds-dbs/compare/db-service-v1.14.0...db-service-v1.14.1) (2024-10-28)
diff --git a/db-service/package.json b/db-service/package.json
index 3874ce2bc..5a6adc420 100644
--- a/db-service/package.json
+++ b/db-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@cap-js/db-service",
- "version": "1.14.1",
+ "version": "1.15.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/postgres/CHANGELOG.md b/postgres/CHANGELOG.md
index fa8728b50..63b06bf80 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.10.4](https://github.com/cap-js/cds-dbs/compare/postgres-v1.10.3...postgres-v1.10.4) (2024-11-14)
+
+
+### Fixed
+
+* enable nulls first ([#893](https://github.com/cap-js/cds-dbs/issues/893)) ([6684436](https://github.com/cap-js/cds-dbs/commit/66844363588864813d304a9dcfd66e856c7542dd))
+
## [1.10.3](https://github.com/cap-js/cds-dbs/compare/postgres-v1.10.2...postgres-v1.10.3) (2024-10-30)
diff --git a/postgres/package.json b/postgres/package.json
index deb7bbd10..ba0cf5a7c 100644
--- a/postgres/package.json
+++ b/postgres/package.json
@@ -1,6 +1,6 @@
{
"name": "@cap-js/postgres",
- "version": "1.10.3",
+ "version": "1.10.4",
"description": "CDS database service for Postgres",
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/postgres#cds-database-service-for-postgres",
"repository": {
diff --git a/sqlite/CHANGELOG.md b/sqlite/CHANGELOG.md
index 97740dc62..7c6bd1d2c 100644
--- a/sqlite/CHANGELOG.md
+++ b/sqlite/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.7](https://github.com/cap-js/cds-dbs/compare/sqlite-v1.7.6...sqlite-v1.7.7) (2024-11-14)
+
+
+### Fixed
+
+* boolean for sql_simple_queries ([#886](https://github.com/cap-js/cds-dbs/issues/886)) ([d8139fa](https://github.com/cap-js/cds-dbs/commit/d8139fa2ea0cb6bebf966ac5b781b2f8f7c67207))
+
## [1.7.6](https://github.com/cap-js/cds-dbs/compare/sqlite-v1.7.5...sqlite-v1.7.6) (2024-10-30)
diff --git a/sqlite/package.json b/sqlite/package.json
index 607f72d32..1fbb72f1e 100644
--- a/sqlite/package.json
+++ b/sqlite/package.json
@@ -1,6 +1,6 @@
{
"name": "@cap-js/sqlite",
- "version": "1.7.6",
+ "version": "1.7.7",
"description": "CDS database service for SQLite",
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/sqlite#cds-database-service-for-sqlite",
"repository": {