Skip to content

Commit

Permalink
changelog for v0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Apr 15, 2023
1 parent dc12878 commit d18de41
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v0.29.1
=======

* Add `ForceRESP2` option for `RedisShardConfig`. If set to `true` forces using RESP2 protocol for communicating with Redis. By default, Redis client tries to detect supported Redis protocol automatically trying RESP3 first.

```
gorelease -base v0.29.0 -version v0.29.1
# github.com/centrifugal/centrifuge
## compatible changes
RedisShardConfig.ForceRESP2: added
# summary
v0.29.1 is a valid semantic version for this release.
```

v0.29.0
=======

Expand Down

0 comments on commit d18de41

Please sign in to comment.