Skip to content

Commit

Permalink
add changelog entries (#138)
Browse files Browse the repository at this point in the history
* add changelog entries

* more changelogs

* cl

* add date

* Apply suggestions from code review

Co-authored-by: Patrice Bender <patrice.bender@sap.com>

* 2023-08-01

---------

Co-authored-by: sjvans <30337871+sjvans@users.noreply.github.com>
Co-authored-by: Patrice Bender <patrice.bender@sap.com>
  • Loading branch information
3 people committed Aug 1, 2023
1 parent 2f33099 commit f39b83e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion db-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).

## Version 1.1.0 - tbd
## Version 1.1.0 - 2023-08-01

### Fixed

Expand Down
11 changes: 9 additions & 2 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,25 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).

## Version 1.1.0 - tbd
## Version 1.1.0 - 2023-08-01

### Added

- connectivity to Azure PostgreSQL
- Connectivity to Azure PostgreSQL.

### Fixed

- Order by collation waterfall:
1. ICU
2. best-effort mapping (`xx` -> `xx_YY`, where `xx_YY` is the first match)
3. without collation
- More stable configuration of `schema_evolution = 'auto'`.
- Log `hostname` preferrably during deployment.
- Allow overriding of pool configuration.

### Changed

- Session context variables are set as lower case instead of upper case.

## Version 1.0.1 - 2023-07-03

Expand Down
6 changes: 5 additions & 1 deletion sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).

## Version 1.1.0 - tbd
## Version 1.1.0 - 2023-08-01

### Changed

- Updated minimum required version of `@cap-js/db-service`.

## Version 1.0.1 - 2023-07-03

Expand Down

0 comments on commit f39b83e

Please sign in to comment.