Skip to content

Commit 4c81625

Browse files
committed
Version bump to 1.3.0
1 parent 3bad377 commit 4c81625

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.3.0 (30 Dec 2023)
2+
3+
### Fixes
4+
5+
* Fix issue with eventual acceptor starvation when handling certain network
6+
conditions (#103)
7+
8+
### Enhancements
9+
10+
* Add check (and logging) for cases where a Handler implementation does not
11+
return the expected state from GenServer handle_* calls (#96, thanks
12+
@elfenlaid!)
13+
* Allow protocol upgrades within an active connection (#86, thanks @icehaunter!)
14+
15+
### Changes
16+
17+
* Improve file list for hex packaging (#98, thanks @patrickjaberg and
18+
@wojtekmach!)
19+
120
## 1.2.0 (11 Nov 2023)
221

322
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ThousandIsland.MixProject do
44
def project do
55
[
66
app: :thousand_island,
7-
version: "1.2.0",
7+
version: "1.3.0",
88
elixir: "~> 1.13",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)