Skip to content

Commit

Permalink
Release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Apr 19, 2024
1 parent 9058dfc commit 6e62fd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 6e62fd2

Please sign in to comment.