From f39b83ea689975d75b4e596908591794ea22f14a Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Tue, 1 Aug 2023 16:23:57 +0200 Subject: [PATCH] add changelog entries (#138) * add changelog entries * more changelogs * cl * add date * Apply suggestions from code review Co-authored-by: Patrice Bender * 2023-08-01 --------- Co-authored-by: sjvans <30337871+sjvans@users.noreply.github.com> Co-authored-by: Patrice Bender --- db-service/CHANGELOG.md | 2 +- postgres/CHANGELOG.md | 11 +++++++++-- sqlite/CHANGELOG.md | 6 +++++- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/db-service/CHANGELOG.md b/db-service/CHANGELOG.md index 513d5acb5..11dd6d8df 100644 --- a/db-service/CHANGELOG.md +++ b/db-service/CHANGELOG.md @@ -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 diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index 096bffdb7..ba5beed99 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -4,11 +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 ### Added -- connectivity to Azure PostgreSQL +- Connectivity to Azure PostgreSQL. ### Fixed @@ -16,6 +16,13 @@ 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 diff --git a/sqlite/CHANGELOG.md b/sqlite/CHANGELOG.md index 0563e61ea..1498f817f 100644 --- a/sqlite/CHANGELOG.md +++ b/sqlite/CHANGELOG.md @@ -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