We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b014f8f commit 9a4b313Copy full SHA for 9a4b313
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.3.3 (21 Feb 2024)
2
+
3
+### Changes
4
5
+* Do not set `:linger` as a default option on either TCP or SSL transports. This
6
+ was causing oddball node hangs on larger instances (#110, thanks @jonjon &
7
+ @pojiro!)
8
9
## 1.3.2 (31 Dec 2023)
10
11
### Changes
mix.exs
@@ -4,7 +4,7 @@ defmodule ThousandIsland.MixProject do
def project do
[
app: :thousand_island,
- version: "1.3.2",
+ version: "1.3.3",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
0 commit comments