Skip to content

Commit

Permalink
chore: release main (#904)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>db-service: 1.16.0</summary>

##
[1.16.0](db-service-v1.15.1...db-service-v1.16.0)
(2024-11-25)


### Changed

* single column in `search` function is also treated as CQN `list`
([#898](#898))
([f6593e6](f6593e6))


### Fixed

* foreignKeys aspect on association may not be set
([#903](#903))
([732a2f3](732a2f3))
* insert on uuid with default value
([#911](#911))
([545e489](545e489))
* `session_context`, `current_date`, `current_time` and
`current_timestamp` are treated as SAP HANA functions and are callable
in upper case ([#910](#910))
([50ebd10](50ebd10))
* wrap values in array if it is object, so it can be spreaded
([#882](#882))
([11f3e8b](11f3e8b))
</details>

<details><summary>hana: 1.5.0</summary>

##
[1.5.0](hana-v1.4.1...hana-v1.5.0)
(2024-11-25)


### Added

* config options for fuzzy search
([#898](#898))
([f6593e6](f6593e6))
* support current_utctimestamp
([#865](#865))
([aaf39ad](aaf39ad))


### Fixed

* `current_date`, `current_time`, `current_timestamp` and
`current_utctimestamp` are SAP HANA functions and are callable in upper
case ([#910](#910))
([50ebd10](50ebd10))
</details>

---
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 <johannes.vogel@sap.com>
  • Loading branch information
cap-bots and johannes-vogel authored Nov 25, 2024
1 parent 545e489 commit 930cbb4
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"db-service": "1.15.1",
"db-service": "1.16.0",
"sqlite": "1.7.7",
"postgres": "1.10.4",
"hana": "1.4.1"
"hana": "1.5.0"
}
15 changes: 15 additions & 0 deletions db-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).

## [1.16.0](https://github.com/cap-js/cds-dbs/compare/db-service-v1.15.1...db-service-v1.16.0) (2024-11-25)


### Changed

* single column in `search` function is also treated as CQN `list` ([#898](https://github.com/cap-js/cds-dbs/issues/898)) ([f6593e6](https://github.com/cap-js/cds-dbs/commit/f6593e69de6df3e85a39c048794a56c7eb842c4c))


### Fixed

* foreignKeys aspect on association may not be set ([#903](https://github.com/cap-js/cds-dbs/issues/903)) ([732a2f3](https://github.com/cap-js/cds-dbs/commit/732a2f385074f50b87ff9715b8bdf48d28a36309))
* insert on uuid with default value ([#911](https://github.com/cap-js/cds-dbs/issues/911)) ([545e489](https://github.com/cap-js/cds-dbs/commit/545e489ecd07b5a3ece9441d95804fb2f3d436fa))
* `session_context`, `current_date`, `current_time` and `current_timestamp` are treated as SAP HANA functions and are callable in upper case ([#910](https://github.com/cap-js/cds-dbs/issues/910)) ([50ebd10](https://github.com/cap-js/cds-dbs/commit/50ebd106b9ee5bf7e1026658b89401e904ffe051))
* wrap values in array if it is object, so it can be spreaded ([#882](https://github.com/cap-js/cds-dbs/issues/882)) ([11f3e8b](https://github.com/cap-js/cds-dbs/commit/11f3e8bdf37d57295c1f2ffb40e217f86ec7d423))

## [1.15.1](https://github.com/cap-js/cds-dbs/compare/db-service-v1.15.0...db-service-v1.15.1) (2024-11-18)


Expand Down
2 changes: 1 addition & 1 deletion db-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js/db-service",
"version": "1.15.1",
"version": "1.16.0",
"description": "CDS base database service",
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/db-service#cds-base-database-service",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions hana/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0](https://github.com/cap-js/cds-dbs/compare/hana-v1.4.1...hana-v1.5.0) (2024-11-25)


### Added

* config options for fuzzy search ([#898](https://github.com/cap-js/cds-dbs/issues/898)) ([f6593e6](https://github.com/cap-js/cds-dbs/commit/f6593e69de6df3e85a39c048794a56c7eb842c4c))
* support current_utctimestamp ([#865](https://github.com/cap-js/cds-dbs/issues/865)) ([aaf39ad](https://github.com/cap-js/cds-dbs/commit/aaf39ad6aacefe501664bc25d1c0330d97f0a389))


### Fixed

* `current_date`, `current_time`, `current_timestamp` and `current_utctimestamp` are SAP HANA functions and are callable in upper case ([#910](https://github.com/cap-js/cds-dbs/issues/910)) ([50ebd10](https://github.com/cap-js/cds-dbs/commit/50ebd106b9ee5bf7e1026658b89401e904ffe051))

## [1.4.1](https://github.com/cap-js/cds-dbs/compare/hana-v1.4.0...hana-v1.4.1) (2024-10-30)


Expand Down
4 changes: 2 additions & 2 deletions hana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js/hana",
"version": "1.4.1",
"version": "1.5.0",
"description": "CDS database service for SAP HANA",
"homepage": "https://cap.cloud.sap/",
"keywords": [
Expand All @@ -23,7 +23,7 @@
"start:hxe": "cd ./tools/docker/hxe/ && ./start.sh"
},
"dependencies": {
"@cap-js/db-service": "^1.14.1",
"@cap-js/db-service": "^1.16.0",
"hdb": "^0.19.5"
},
"peerDependencies": {
Expand Down

0 comments on commit 930cbb4

Please sign in to comment.