Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Mar 10, 2024
1 parent 9b7b337 commit ca94541
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.4.1

### Bug fixes and improvements

* `Redix.PubSub.get_client/1` is not available only behind the `:fetch_client_id_on_connect` option that you can pass to `Redix.PubSub.start_link/1`. This option defaults to `false`, so that this version of Redix is compatible with Redis v4 or earlier out of the box. To opt in into the behavior desired for [client-side caching](https://redis.io/docs/manual/client-side-caching/) and use `Redix.PubSub.get_client/1`, pass `fetch_client_id_on_connect: true` to `Redix.PubSub.start_link/1`.

## v1.4.0

### 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.0"
@version "1.4.1"

def project do
[
Expand Down

0 comments on commit ca94541

Please sign in to comment.