Skip to content

Releases: redis/rueidis

1.0.19-go1.19

26 Sep 13:00
ca3a156
Compare
Choose a tag to compare

1.0.19-go1.18

26 Sep 12:59
8f116d4
Compare
Choose a tag to compare

1.0.19

26 Sep 12:46
4691df7
Compare
Choose a tag to compare

Changes

🚀 New Features

  • feat: ParseURL supports multiple addresses #317 (#376)
  • feat: Add option for an AUTH credential function (#371)
  • feat: Add servername and min tls version to tls config (#373)

🐛 Bug Fixes

  • fix: removes rueidislock's busy loops when receiving bulk invalidations (#374)
  • fix: allows cmds.Bitfield() to be completed by Get() (#370)

Contributors

We'd like to thank all the contributors who worked on this release!

@kevinxmorales, @nirrattner, @rueian and @shushenghong

1.0.18-go1.19

15 Sep 12:57
c04bd27
Compare
Choose a tag to compare

1.0.18-go1.18

15 Sep 12:58
0674530
Compare
Choose a tag to compare

1.0.18

15 Sep 12:56
3f8295d
Compare
Choose a tag to compare

Changes

🚀 New Features

  • feat: rueidis.Incomplete represents an incomplete Redis command (#368)
  • feat: use CLUSTER SHARDS (#361)

🐛 Bug Fixes

  • perf: enable gc to eagerly recycle used elements on ring queues (#365)

Contributors

We'd like to thank all the contributors who worked on this release!

@Exca-DK and @rueian

1.0.17-go1.19

03 Sep 06:52
a620b53
Compare
Choose a tag to compare

1.0.17-go1.18

03 Sep 06:52
41585cb
Compare
Choose a tag to compare

1.0.17

03 Sep 06:48
1eb1725
Compare
Choose a tag to compare

Changes

🚀 New Features

  • feat: detect misuse of client.Dedicate() (#360)
  • feat: add String() to rueidis.RedisResult for easy debugging (#353)
  • feat: add FT.AGGREGATE to readonly commands (#351)
  • feat: add ReplicaOnly support for cluster client (#346)
  • feat: add FT.SEARCH to readonly commands (#349)
  • feat: rueidis.ParseURL and rueidis.MustParseURL (#343)

🐛 Bug Fixes

  • fix: Search of om.JSONRepository when using dialect 3 (#341)

Contributors

We'd like to thank all the contributors who worked on this release!

@Exca-DK, @NeoHuang, @chkp-omris and @rueian

1.0.16-go1.19

21 Aug 14:17
6b477e9
Compare
Choose a tag to compare