Skip to content

Commit 77e8891

Browse files
committed
Release v1.5.2
1 parent 11bc72d commit 77e8891

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v1.5.2
4+
5+
### Bug fixes
6+
7+
* Fix a bug with `Redix.transaction_pipeline/2`, which would return `{:ok, Redix.Error.t()}` in some cases. Those cases now return `{:error, Redix.Error.t()}`, which is what was documented in the spec.
8+
* Fix an issue with sentinels reporting their peers with IPv4 or IPv6 addresses. In these cases, Redix wouldn't be able to connect—that has been fixed.
9+
310
## v1.5.1
411

512
### Bug fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Redix.Mixfile do
55

66
@repo_url "https://github.com/whatyouhide/redix"
77

8-
@version "1.5.1"
8+
@version "1.5.2"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)