Skip to content

Releases: micronaut-projects/micronaut-redis

Micronaut Redis 5.2.0

11 Mar 08:36
Compare
Choose a tag to compare

v5.2.0 (2022-03-11)

Full Changelog

  • Add BOM module.
  • Micronaut to 3.3.4

Closed issues:

  • Create BOM #266
  • Update Micronaut-redis build #256

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

  • Add BOM to redis module (#268)

Micronaut Redis 5.1.0

11 Nov 10:02
Compare
Choose a tag to compare

v5.1.0 (2021-11-11)

Full Changelog

Main Changes:

  • Upgrade to Micronaut 3.1.3

Closed issues:

  • Redis cache invalidation doesn't work with reactive types #224

Merged pull requests:

Micronaut Redis 5.0.0

17 Aug 19:00
Compare
Choose a tag to compare

v5.0.0 (2021-08-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Redis 5.0.0-M1

23 Jul 10:36
Compare
Choose a tag to compare
Pre-release

v5.0.0-M1 (2021-07-23)

Full Changelog

  • Update to Micronaut 3.0.0-M4

Closed issues:

  • Release a new version compatible with Micronaut 3.0 #204

* This Changelog was automatically generated by github_changelog_generator

Micronaut Redis 4.0.3

23 Jul 10:24
Compare
Choose a tag to compare

v4.0.3 (2021-07-23)

Full Changelog

replace javax.inject with jakarta.inject


Closed issues:

  • Micronaut Redis Lettuce Core lib issue #181

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Redis 4.0.2

14 Jun 09:39
Compare
Choose a tag to compare

v4.0.2 (2021-06-14)

Full Changelog

Implemented enhancements:

Closed issues:

  • Redis module doesn't connect when using native image #202

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Redis 4.0.1

23 Mar 04:13
Compare
Choose a tag to compare

v4.0.1 (2021-03-23)

Closes:

Cannot connect to Google Memory Store (#169)
Fix leaking connections in health indicator (#168)


Full Changelog

Implemented enhancements:

  • Support server-assisted client-side caching in Redis #152

Fixed bugs:

  • Health indicator appears to leak connections when another health indicator is down #150
  • Cache Invalidate #124
  • Use AbstractRedisConfiguration name field for name qualifier #177 (@sdelamo)
  • Fix leaking connections in health indicator #168 (@pgressa)

Closed issues:

  • Cannot connect to Google Memory Store - Redis #169
  • Can't deserialize generic types with BeanIntrospectionModule #21

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Redis 4.0.0

25 Feb 12:47
Compare
Choose a tag to compare

v4.0.0 (2021-02-25)

Full Changelog

Main Changes:

Micronaut Redis 3.1.1

25 Feb 10:46
Compare
Choose a tag to compare

v3.1.1 (2021-02-25)

Full Changelog

Closed issues:

  • When a redis session is introduced, the business operation is processed in lettuce-nioeventloop threads #45
  • typo "programmatic" instead of "programatic" #153 (@rferreira)
  • Fix GraalVM for Micronaut 2.4 #162 (@ilopmar)

Merged pull requests:

Micronaut Redis 3.1.0

16 Nov 16:09
Compare
Choose a tag to compare

v3.1.0 (2020-11-16)

Full Changelog

Main Changes

  • Upgrade to Micronaut 2.1.3

Merged pull requests:

  • Set core branch to 2.2.x and upgrade project version #132 (@ilopmar)
  • Upgrade Micronaut, Micronaut Test and Groovy versions #131 (@ilopmar)