We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06e81a commit 4c431a2Copy full SHA for 4c431a2
2 files changed
CHANGELOG.md
@@ -6,6 +6,13 @@ The format is based on [Keep a
6
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
7
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
+## 1.0.1 - 2022-09-18
10
+
11
+### Fixed
12
13
+- WebSocket frames are now correctly buffered when a partially received
14
+ frame is split in the payload-length segment.
15
16
## 1.0.0 - 2022-04-12
17
18
v1.0.0 is released!
mix.exs
@@ -6,7 +6,7 @@ defmodule MintWebSocket.MixProject do
def project do
[
app: :mint_web_socket,
- version: "1.0.0",
+ version: "1.0.1",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
erlc_paths: erlc_paths(Mix.env()),
0 commit comments