Skip to content

Latest commit

 

History

History
195 lines (98 loc) · 8.59 KB

CHANGELOG.md

File metadata and controls

195 lines (98 loc) · 8.59 KB

Changelog

1.10.4 (2024-11-14)

Fixed

1.10.3 (2024-10-30)

Fixed

  • increase min version cap-js/db-service (#876) (e20eef8)

1.10.2 (2024-10-28)

Fixed

  • properly support default, cds.on.insert and cds.on.update for UPSERT queries (#425) (338e9f5)

1.10.1 (2024-10-15)

Fixed

  • add cds schema for postgres build plugin (#843) (6306d5c)
  • Improved behavioral consistency between the database services (#837) (b6f7187)
  • null as default value (#845) (0041ec0)

1.10.0 (2024-07-25)

Changed

  • build script generates cds8 dependency in deployer app (#758) (5c21a67)

1.9.1 (2024-07-09)

Fixed

  • expand reach of cds.features.ieee754compatible to int64 (#722) (7eef5e9)

1.9.0 (2024-05-29)

Added

1.8.0 (2024-05-08)

Added

  • select decimals as strings if cds.env.features.string_decimals (#616) (39addbf)

Fixed

  • Align all quote functions with @sap/cds-compiler (#619) (42e9828)
  • Change sql property to query for errors (#611) (585577a)
  • Improved placeholders and limit clause (#567) (d5d5dbb)
  • Use json datatype for INSERT (#582) (f1c9c89)

1.7.0 (2024-04-12)

Added

1.6.0 (2024-03-22)

Added

Changed

  • use new cds build API @sap/cds-dk >= 7.5.0 (#508) (ef22ebe)
  • this package now requires @cap-js/db-service >= v1.7.0 (#545) (2cec27d)

1.5.1 (2024-02-16)

Fixed

  • sqlite: Retain Error object for unique constraint violation (#446) (d27ee79)

1.5.0 (2024-02-02)

Added

  • SELECT returns LargeBinaries as streams unless feature flag "stream_compat" is set (#251) (8165a4a)
  • Support Readable Streams inside INSERT.entries (#343) (f6faf89)

Fixed

  • switch Postgres from json to jsonb (#402) (c98a964)
  • UPSERT for @cap-js/hana for entities with multiple keys (#418) (9bbac6e)

1.4.1 (2023-11-24)

Fixed

  • cds build now generates the correct output folder structure for Node.js and Java apps. (#353) (875aca4)

1.4.0 (2023-11-20)

Added

  • adapt build plugin implementation to new API (#319) (aec9966)

Fixed

1.3.1 (2023-10-10)

Fixed

  • cds build-relevant files are now correctly packaged into the release. #266

Version 1.3.0 - 2023-10-06

Added

  • cds build is now natively supported in @cap-js/postgres. Thus, a cds build will automatically generate deployment artifacts for Postgres-enabled projects.

Version 1.2.1 - 2023-09-08

Changed

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

Version 1.2.0 - 2023-09-06

Added

  • Reduced the usage of is not distinct [not] from. #157

Fixed

  • Reserved words are now used to automatically escape reserved words which are used as identifier. #178
  • Remove column count limitation. #150

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