Skip to content

Commit 4e8d43a

Browse files
committed
chore(release): v1.15.9
1 parent 23045df commit 4e8d43a

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v1.15.9
6+
7+
[compare changes](https://github.com/h3js/h3/compare/v1.15.7...v1.15.9)
8+
9+
### 🩹 Fixes
10+
11+
- Preserve `%25` in pathname ([1103df6](https://github.com/h3js/h3/commit/1103df6))
12+
- **static:** Prevent path traversal via double-encoded dot segments (`%252e%252e`) ([c56683d](https://github.com/h3js/h3/commit/c56683d))
13+
- **sse:** Sanitize carriage returns in event stream data and comments ([ba3c3fe](https://github.com/h3js/h3/commit/ba3c3fe))
14+
15+
### 🏡 Chore
16+
17+
- **release:** V1.15.8 ([e3b9c9e](https://github.com/h3js/h3/commit/e3b9c9e))
18+
- Update deps ([23045df](https://github.com/h3js/h3/commit/23045df))
19+
20+
### ❤️ Contributors
21+
22+
- Pooya Parsa ([@pi0](https://github.com/pi0))
23+
524
## v1.15.8
625

726
[compare changes](https://github.com/h3js/h3/compare/v1.15.7...v1.15.8)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3",
3-
"version": "1.15.8",
3+
"version": "1.15.9",
44
"description": "Minimal H(TTP) framework built for high performance and portability.",
55
"license": "MIT",
66
"repository": "h3js/h3",

0 commit comments

Comments
 (0)