|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | The format is based on [Keep a Changelog](http://keepachangelog.com/). |
5 | 5 |
|
| 6 | +## [2.0.2] - 2026-05-01 |
| 7 | + |
| 8 | +**Changed** |
| 9 | + |
| 10 | +- Update @sap/cds from 9.8.5 to 9.9.1 |
| 11 | +- Update @cap-js/cds-test from 0.4.1 to 1.0.1 (stable release) |
| 12 | +- Update eslint from 10.2.1 to 10.3.0 |
| 13 | +- Update @cap-js/hana from 2.7.0 to 2.8.0 |
| 14 | +- Update @cap-js/sqlite from 2.2.0 to 2.4.0 |
| 15 | +- Update @cap-js/postgres from 2.2.0 to 2.3.0 |
| 16 | +- Update @sap/cds-common-content from 3.1.0 to 3.2.0 |
| 17 | +- Update @sap/dev-cap-tools from 1.53.2 to 1.53.3 |
| 18 | +- Update @cap-js/change-tracking from 1.2.1 to 2.0.0-beta.11 (trigger-based architecture with ~2.4-50x performance improvement) |
| 19 | +- Update site dependencies (mermaid 11.13→11.14, vue 3.5.31→3.5.33) |
| 20 | +- Update scraper dependencies (axios 1.14→1.15) |
| 21 | +- Raise minimum Node.js version from 20 to 22 (CDS 10 requirement) |
| 22 | +- Enable CDS 10 forward-compatibility flags: ieee754compatible, consistent_params, compat_srv_getters, compat_texts_entities, compat_assert_not_null, compat_save_drafts, calc_elements |
| 23 | +- Disable legacy queue locking (queue.legacyLocking: false) in preparation for CDS 10 |
| 24 | +- Add HANA migration table (sap.changelog.Changes.hdbmigrationtable) for change-tracking v2 schema migration |
| 25 | +- Enable native node:sqlite driver (driver: "node") — uses Node.js built-in SQLite instead of better-sqlite3 |
| 26 | +- Enable parallel $batch GET processing (max_batch_parallelization: 3) for concurrent read-only batch atomicity groups |
| 27 | + |
| 28 | +**Added** |
| 29 | + |
| 30 | +- cds-test-v1.test.js — showcase test demonstrating @cap-js/cds-test v1.0 features: Chai assertions, Fetch-based HTTP shortcuts, native sqlite verification |
| 31 | +- @cap-js/ord plugin (v1.6.0) — exposes Open Resource Discovery endpoints (/.well-known/open-resource-discovery, /ord/v1/documents/ord-document) for machine-readable application metadata |
| 32 | + |
6 | 33 | ## [2.0.0] - 2026-04-04 |
7 | 34 |
|
8 | 35 | **Added** |
|
0 commit comments