Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 904 Bytes

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 904 Bytes

Change Log

Version 1.1.0 - 2023-08-01

Added

  • 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

Added

  • pg profile as mentioned in documentation

Changed

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

Version 1.0.0 - 2023-06-23

  • Initial Release