File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
20
## 1.2.0 (11 Nov 2023)
2
21
3
22
### Enhancements
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ThousandIsland.MixProject do
4
4
def project do
5
5
[
6
6
app: :thousand_island ,
7
- version: "1.2 .0" ,
7
+ version: "1.3 .0" ,
8
8
elixir: "~> 1.13" ,
9
9
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
10
10
start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments