File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ The format is based on [Keep a
66Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres to
77[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
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+
916## 1.0.0 - 2022-04-12
1017
1118v1.0.0 is released!
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule MintWebSocket.MixProject do
66 def project do
77 [
88 app: :mint_web_socket ,
9- version: "1.0.0 " ,
9+ version: "1.0.1 " ,
1010 elixir: "~> 1.8" ,
1111 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1212 erlc_paths: erlc_paths ( Mix . env ( ) ) ,
You can’t perform that action at this time.
0 commit comments