Skip to content

Commit

Permalink
Performance improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed Nov 20, 2023
1 parent 686ab57 commit 8e04395
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 72 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Version 1.11.9 - 2023-11-xx
## Version 1.11.9 - 2023-11-20

### Fixed

- Support union queries as parameterized views
- Add pull request for external contributions
- Simplify plugin detection again
- Performance improvements

## Version 1.11.8 - 2023-10-24

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Logging can be configured to respect the following log levels:
##### cds.log.levels.cov2ap: "error"

- `[cov2ap] - Proxy:` Proxy processing error
- `[cov2ap] - Cache:` Metadata cache error
- `[cov2ap] - Authorization:` Authorization header parsing error
- `[cov2ap] - MetadataRequest:` Metadata request processing error
- `[cov2ap] - Request:` Request processing error
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@sap/cds": "^7.4.0",
"@types/express": "^4.17.21",
"compression": "^1.7.4",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.6.0",
"hdb": "^0.19.6",
Expand Down
Loading

0 comments on commit 8e04395

Please sign in to comment.