From 6e62fd265cabb6c126d8381e7e58b6e272787565 Mon Sep 17 00:00:00 2001 From: Andrea Leopardi Date: Fri, 19 Apr 2024 08:18:37 +0200 Subject: [PATCH] Release v1.4.2 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2093a9d..9b90e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v1.4.2 + +### Bug fixes and improvements + + * Speed up `Redix.Protocol` a little bit for common responses (`"OK"` and friends). + * Fix a bug where `:tcp_closed`/`:ssl_closed` and `:tcp_error`/`:ssl_error` messages wouldn't arrive to the socket owner, and Redix would get stuck in a disconnected state when sending would error out. See the discussion in [#265](https://github.com/whatyouhide/redix/issues/265). + ## v1.4.1 ### Bug fixes and improvements diff --git a/mix.exs b/mix.exs index 973ea47..87a2816 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Redix.Mixfile do @repo_url "https://github.com/whatyouhide/redix" - @version "1.4.1" + @version "1.4.2" def project do [