Skip to content

Latest commit

 

History

History
139 lines (88 loc) · 4.65 KB

CHANGELOG.md

File metadata and controls

139 lines (88 loc) · 4.65 KB

Change Log

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

[1.3.5] - 2024-05-17

Changed

[1.3.0] - 2024-03-01

Changed

[1.2.7] - 2024-02-02

Changed

[1.2.5] - 2024-01-10

Changed

[1.2.3] - 2023-09-06

Changed

[1.2.1] - 2023-07-07

Changed

  • Add support for new sqlite database service
  • Add support for new postgres database service

[1.2.0] - 2023-06-28

Changed

  • SAP CAP updated to 7.0 June 2023 Rel - Major Annual Update
  • SAPUI5 update to 1.115.0

[1.1.8] - 2023-02-28

Changed

  • SAP CAP updated to 6.6 Feb 2023 Rel
  • Fixes in the convertData to avoid issues with parallelization and DB constrains
  • SAPUI5 update to 1.111.0

[1.1.5] - 2022-12-19

Changed

[1.1.5] - 2022-11-28

Changed

  • SAP CAP updated to 6.3
  • SAPUI5 update to 1.108.2
  • New Node.js minimal version is 14.18

[1.1.4] - 2022-08-11

Changed

  • SAP CAP updated to 6.1
  • SAPUI5 update to 1.105.0
  • Kyma Helm Charts updated for new functionality in CAP 6.1

Added

  • Update to SAP Cloud Application Programming Model 6.0.x - Yearly Major Release
  • Add Support for Node.js 18.x
  • Added Helm Charts support for deployment on Kyma/K8S

[1.1.0] - 2022-07-05

Changed

  • GraphQL support is now GA by switching to the @sap/cds-graphql dependency. Removal of old GraphQL dependencies.
  • Remove Support Node.js 12.x, minimal version now 14.15 as enforced by @sap/cds itself
  • SAPUI5 update to 1.103.0

Added

  • Update to SAP Cloud Application Programming Model 6.0.x - Yearly Major Release
  • Add Support for Node.js 18.x
  • Added Helm Charts support for deployment on Kyma/K8S

[1.0.7] - 2022-04-14

Changed

Added

[1.0.6] - 2022-03-30

Changed

  • Update to CAP March 2022 5.9
  • Update to SAPUI5 1.100
  • Reactivated experimental GraphQL support. Use from test application with /graphql
  • People App now uses OS setting and adjusts to dark theme - new sap_horizon_dark

Added