v0.11.0
🚀 Changes
Lots of great contributions in this release, thanks to all the contributors ❤️ !
- Fix canceled transactions (#435) @gvolpe
- Fix transactions with optimistic lock (WATCH) (#389) @gvolpe
- Add auth command (#427) @mmienko
- Add more scripting commands (#429) @mmienko
- Unvoid hash commands (#428) @mmienko
- Fix ZCOUNT signature (#409) @ghostdogpr
- Add HyperLogLog Redis Commands (#406) @andimiller
- Keep the results of set update commands (#397) @sergkh
- Support refresh of the redis cluster topology view (#384) @cosminci
- Cluster compatible scan (#387) @sshobotov
- PubSub.mkConnection using resource (#388) @sshobotov
- Unvoid list and keys (#378) @mmienko
- Unvoid list push cmds (#374) @mmienko
- Add
select
to ConnectionCommands (#370) @ikempf
🔧 Internal Changes
- Update sbt script version (#436) @gvolpe
- CI: Release drafter (#432) @gvolpe
- Nixify CI build (#430) @gvolpe
- Improve ttl implementations (#421) @gvolpe
📗 Documentation
- Fix pipelining test + add caveats documentation (#433) @gvolpe
- Added example of how to setup more fine tuned redis cluster connection (#393) @sshobotov
🤖 Dependency Updates
- Update cats-core to 2.3.0 (#431) @gvolpe
- Update sbt-ci-release to 1.5.5 (#426) @scala-steward
- Update sbt-tpolecat to 0.1.16 (#425) @scala-steward
- Update kind-projector to 0.11.2 (#424) @scala-steward
- Update mdoc, sbt-mdoc to 2.2.13 (#419) @scala-steward
- Update munit, munit-scalacheck to 0.7.19 (#418) @scala-steward
- Update fs2-core to 2.4.6 (#417) @scala-steward
- Update sbt to 1.4.4 (#416) @scala-steward
- Update to Redis 6.0.8 (#415) @gvolpe
- Update sbt-site to 1.4.1 (#399) @scala-steward
- Update lettuce-core to 6.0.1.RELEASE (#395) @scala-steward
- Updates io.lettuce:lettuce-core from 5.3.4.RELEASE to 6.0.0.RELEASE. (#379) @mmienko