Skip to content

Commit afbfed3

Browse files
committed
metadata etag
1 parent 52cb0c0 commit afbfed3

7 files changed

Lines changed: 3201 additions & 91 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Version 1.15.6 - 2025-11-xx
8+
## Version 1.15.6 - 2025-11-17
99

1010
### Fixed
1111

12-
- tbd
12+
- Fix metadata etag handling
1313

1414
## Version 1.15.5 - 2025-10-13
1515

package-lock.json

Lines changed: 63 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,25 +68,25 @@
6868
},
6969
"devDependencies": {
7070
"@cap-js-community/odata-v2-adapter": "./",
71-
"@cap-js/cds-test": "^0.4.0",
72-
"@cap-js/hana": "^2.3.3",
73-
"@cap-js/postgres": "^2.0.5",
74-
"@cap-js/sqlite": "^2.0.3",
75-
"@eslint/js": "^9.37.0",
76-
"@sap/cds": "^9.4.3",
77-
"@sap/cds-dk": "^9.4.1",
78-
"@types/express": "^5.0.3",
71+
"@cap-js/cds-test": "^0.4.1",
72+
"@cap-js/hana": "^2.3.4",
73+
"@cap-js/postgres": "^2.0.6",
74+
"@cap-js/sqlite": "^2.0.4",
75+
"@eslint/js": "^9.39.1",
76+
"@sap/cds": "^9.4.4",
77+
"@sap/cds-dk": "^9.4.3",
78+
"@types/express": "^5.0.5",
7979
"@types/jest": "^30.0.0",
8080
"compression": "^1.8.1",
81-
"eslint": "^9.37.0",
81+
"eslint": "^9.39.1",
8282
"eslint-config-prettier": "^10.1.8",
83-
"eslint-plugin-jest": "^29.0.1",
84-
"eslint-plugin-n": "^17.21.3",
83+
"eslint-plugin-jest": "^29.1.0",
84+
"eslint-plugin-n": "^17.23.1",
8585
"jest": "^30.2.0",
8686
"prettier": "^3.6.2",
8787
"supertest": "^7.1.4",
8888
"typescript": "^5.9.3",
89-
"typescript-eslint": "^8.46.0"
89+
"typescript-eslint": "^8.46.4"
9090
},
9191
"license": "Apache-2.0",
9292
"repository": {

0 commit comments

Comments
 (0)