Releases: wistia/elixir_nsq
v1.2.0
Changes since v1.1.0
-
Swap out socket for socket2 + fix Config deprecation warning (#39)
-
Update elixir/erlang versions + NSQ versions in test suite
-
Remove outdated http_server dep
-
Add elixir 1.15.7 to test matrix
-
Fix mix.exs for Elixir 1.15
-
Fix
Logger.warn
deprecation warnings -
Use
__STACKTRACE__
instead ofSystem.stacktrace/0
-
Fix various warnings around deprecated Supervisor/child_specs (#42) (#47)
-
Switch from deprecated poison library to jason for JSON parsing (#43)
-
Switch from deprecation httpotion to httpoison HTTP library (#45)
-
Fix an issue where a consumer would not recover if the discovery loop errored out / exited (d2d5e01)
-
Consumer: Properly handle
{:error, "socket closed"}
errors by closing the read/recv loop if the connection has already been closed (#48)