Skip to content

Commit 85109f1

Browse files
committed
Prep for 0.4.3 release
1 parent ad20100 commit 85109f1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add `websockex` to your list of dependencies in `mix.exs`:
3535

3636
```elixir
3737
def deps do
38-
[{:websockex, "~> 0.4.2"}]
38+
[{:websockex, "~> 0.4.3"}]
3939
end
4040
```
4141

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)