Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 14095e5

Browse files
committed
Bump versions to 2.8.2, update CHANGELOG.md
1 parent b0bb715 commit 14095e5

File tree

27 files changed

+364
-348
lines changed

27 files changed

+364
-348
lines changed

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# 🚧 Changelog
22

3+
# 2.8.2
4+
5+
## Fixes
6+
7+
- Allow WebSocket client connection errors to be caught. Closes
8+
[issue #229](https://github.com/cloudflare/miniflare/issues/229), thanks
9+
[@viorel-d](https://github.com/viorel-d).
10+
- Return `Response`s with immutable headers from `catch.match`s. Closes
11+
[issue #365](https://github.com/cloudflare/miniflare/issues/365), thanks
12+
[@AlCalzone](https://github.com/AlCalzone).
13+
- Ensure `request.cf.clientAcceptEncoding` is always a `string`. Closes
14+
[issue #362](https://github.com/cloudflare/miniflare/issues/362), thanks
15+
[@GregBrimble](https://github.com/GregBrimble).
16+
317
# 2.8.1
418

519
## Fixes

0 commit comments

Comments
 (0)