File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.3
2+ ### Enhancements
3+ - Added ` ssl_options ` documentation
4+ - Also support for dialyzer analysis
5+
6+ ### Bug Fixes
7+ - Properly hand-off when establishing a connection using ` :ssl `
8+ - Before we could miss messages that were sent before hand-off
9+ - Handle large but incomplete ` :continuation ` frames.
10+
111## 0.4.2
212### Enhancements
313- Added ` ssl_options ` to ` WebSockex.Conn ` struct.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Add `websockex` to your list of dependencies in `mix.exs`:
3535
3636``` elixir
3737def deps do
38- [{:websockex , " ~> 0.4.2 " }]
38+ [{:websockex , " ~> 0.4.3 " }]
3939end
4040```
4141
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule WebSockex.Mixfile do
55 [
66 app: :websockex ,
77 name: "WebSockex" ,
8- version: "0.4.2 " ,
8+ version: "0.4.3 " ,
99 elixir: "~> 1.3" ,
1010 description: "An Elixir WebSocket client" ,
1111 source_url: "https://github.com/Azolo/websockex" ,
You can’t perform that action at this time.
0 commit comments