Skip to content

Commit 5d6a9aa

Browse files
committed
Bump version to 0.7.5
1 parent c55679a commit 5d6a9aa

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.7.5 / 2026-06-04
2+
3+
- Close a draft-75/76 connection if a length header grows to exceed the
4+
configured max length
5+
- Fail the connection if a message is larger than the configured max length
6+
after extension processing
7+
18
### 0.7.4 / 2020-05-22
29

310
- Avoid crashing if `process.version` does not contain any digits

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2010-2020 James Coglan
1+
Copyright 2010-2026 James Coglan
22

33
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
44
this file except in compliance with the License. You may obtain a copy of the

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"websocket"
88
],
99
"license": "Apache-2.0",
10-
"version": "0.7.4",
10+
"version": "0.7.5",
1111
"engines": {
1212
"node": ">=0.8.0"
1313
},

0 commit comments

Comments
 (0)