Releases: KarelCemus/play-redis
Releases · KarelCemus/play-redis
5.0.0
Major changes
Underlying connector switched from Rediscala to Lettuce
What's Changed
- Rediscala replaced with Lettuce by @KarelCemus and @zhaodaye2022 in #301
- Fixed redis sentinel by @KarelCemus in #302
- Release of 5.0.0 by @KarelCemus in #303
Full Changelog: 4.1.0...5.0.0
4.1.0
What's Changed
- Support RedisClientMasterSlaves by @alexmihailov in #295
New Contributors
- @alexmihailov made their first contribution in #295
Full Changelog: 4.0.0...4.1.0
4.0.0
What's Changed
- Update of release process by @KarelCemus in #265
- Improved documentation for #262 by @KarelCemus in #266
- Improved documentation and changelog by @KarelCemus in #267
- Migration from specs2 to scalatest by @KarelCemus in #273
- Removed deprecations, installed wart remover by @KarelCemus in #274
- Scalafmt, Scalafix, and tpolecat by @KarelCemus in #275
- Migration to Pekko and Play 3.0 by @KarelCemus in #278
- Updated supported versions in readme by @KarelCemus in #280
- Decreased minimal JVM version to 11 by @KarelCemus in #282
- Support for Scala 3 by @KarelCemus in #287
- Documentation updated to version 4.0.0 by @KarelCemus in #290
Full Changelog: 2.7.0...4.0.0
3.0.0
What's Changed
- Update of release process by @KarelCemus in #265
- Improved documentation for #262 by @KarelCemus in #266
- Improved documentation and changelog by @KarelCemus in #267
- Migration from specs2 to scalatest by @KarelCemus in #273
- Removed deprecations, installed wart remover by @KarelCemus in #274
- Scalafmt, Scalafix, and tpolecat by @KarelCemus in #275
- [Play 2.9] Decreased minimal JDK version to 11 by @KarelCemus in #285
- Backported support for Scala 3 (#287) by @KarelCemus in #289
- Release 3.0.0 by @KarelCemus in #291
Full Changelog: 2.7.0...3.0.0
4.0.0-M2
What's Changed
- Updated supported versions in readme by @KarelCemus in #280
- Decreased minimal JVM version to 11 by @KarelCemus in #282
- Documentation updated to version 4.0.0-M2 by @KarelCemus in #284
Full Changelog: 4.0.0-M1...4.0.0-M2
3.0.0-M4
What's Changed
- [Play 2.9] Decreased minimal JDK version to 11 by @KarelCemus in #285
- Documentation updated to version 3.0.0-M4 by @KarelCemus in #286
Full Changelog: 3.0.0-M3...3.0.0-M4
4.0.0-M1
What's Changed
- Migration to Pekko and Play 3.0 by @KarelCemus in #278
- Documentation updated to version 4.0.0-M1 by @KarelCemus in #279
Full Changelog: 3.0.0-M3...4.0.0-M1
3.0.0-M3
What's Changed
- Migration from specs2 to scalatest by @KarelCemus in #273
- Removed deprecations, installed wart remover by @KarelCemus in #274
- Scalafmt, Scalafix, and tpolecat by @KarelCemus in #275
- Documentation updated to version 3.0.0-M2 by @KarelCemus in #276
- Documentation updated to version 3.0.0-M3 by @KarelCemus in #277
Full Changelog: 3.0.0-M1...3.0.0-M3
3.0.0-M1
Highlights
Updated to Play 2.9.0
and dropped Scala 2.12
since it was discontinued from the Play framework.
Minimal supported Java version is now 11
. #265
What's Changed
- Update of release process by @KarelCemus in #265
- Improved documentation for #262 by @KarelCemus in #266
- Improved documentation and changelog by @KarelCemus in #267
- Release of 3.0.0-M1 by @KarelCemus in #271
Full Changelog: 2.7.0...3.0.0-M1