Skip to content

Commit 49e230b

Browse files
committed
Bump version to 0.8.2
1 parent 7d6fd87 commit 49e230b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.8.2 / 2026-06-23
2+
3+
- Gracefully handle malformed `Host` headers in the `Server` driver
4+
15
### 0.8.1 / 2026-06-04
26

37
- Close a draft-75/76 connection if a length header grows to exceed the

websocket-driver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'websocket-driver'
3-
s.version = '0.8.1'
3+
s.version = '0.8.2'
44
s.summary = 'WebSocket protocol handler with pluggable I/O'
55
s.author = 'James Coglan'
66
s.email = 'jcoglan@gmail.com'

0 commit comments

Comments
 (0)