Skip to content

Commit

Permalink
Fix batch parser, decode $ in __next link
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed Oct 17, 2024
1 parent ea21561 commit b2f1cea
Show file tree
Hide file tree
Showing 21 changed files with 538 additions and 127 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ 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.13.6 - 2024-11-xx
## Version 1.13.6 - 2024-10-17

### Fixed

- tbd
- Decode `$` in `__next` link
- Make `multipart/mixed` parser more robust for blank line detection

## Version 1.13.5 - 2024-10-11

Expand Down
168 changes: 84 additions & 84 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
},
"devDependencies": {
"@cap-js-community/odata-v2-adapter": "./",
"@cap-js/hana": "^1.3.0",
"@cap-js/postgres": "^1.10.0",
"@cap-js/sqlite": "^1.7.3",
"@cap-js/hana": "^1.3.1",
"@cap-js/postgres": "^1.10.1",
"@cap-js/sqlite": "^1.7.4",
"@sap/cds": "^8.3.1",
"@sap/cds-dk": "^8.3.0",
"@types/express": "^5.0.0",
Expand All @@ -82,7 +82,7 @@
"prettier": "^3.3.3",
"supertest": "^7.0.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1"
"typescript-eslint": "^8.9.0"
},
"license": "Apache-2.0",
"repository": {
Expand Down
Loading

0 comments on commit b2f1cea

Please sign in to comment.