Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: spring-projects/spring-data-redis

3.2.5

12 Apr 08:17
@mp911de mp911de
b0755f7
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

📗 Links

🐞 Bug Fixes

  • Pipelined usage of Redis Cluster with Lettuce fails for some commands that return PipelinedRedisFuture #2888
  • RedisTemplate.hasKey() Behavior Change with setEnableTransactionSupport = true #2886
Loading

3.1.11

12 Apr 07:35
@mp911de mp911de
dd6a3b8
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Loading

3.3.0-M2

15 Mar 10:10
@mp911de mp911de
73abf8d
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
3.3.0-M2 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Extend properties for RedisSentinelConfiguration #2860

🐞 Bug Fixes

  • Redis Repositories do not find results for custom find...ById(...) queries #2851

📔 Documentation

  • Cache reference documentation does not use variable #2869
  • After timeout occurs on MULTI call every following transaction fails #2865
  • Reference documentation mentions wrong variable name #2852
  • Fix quoted variable reference in documentation #2850

🔨 Dependency Upgrades

  • Upgrade to Lettuce 6.3.2.RELEASE #2867

❤️ Contributors

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

Contributors

mustaphazorgati, samuel-klose, and 2 other contributors
Loading
roharon and hodadako reacted with thumbs up emoji
2 people reacted

3.2.4

15 Mar 09:20
@mp911de mp911de
5948172
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

📗 Links

🐞 Bug Fixes

  • Redis Repositories do not find results for custom find...ById(...) queries #2851

📔 Documentation

  • Cache reference documentation does not use variable #2869
  • After timeout occurs on MULTI call every following transaction fails #2865
  • Reference documentation mentions wrong variable name #2852
  • Fix quoted variable reference in documentation #2850

🔨 Dependency Upgrades

  • Upgrade to Lettuce 6.3.2.RELEASE #2867

❤️ Contributors

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

Contributors

1autodidact and Raccoon-a
Loading

3.1.10

15 Mar 08:29
@mp911de mp911de
ef1ddcb
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Loading

3.3.0-M1

16 Feb 13:42
@christophstrobl christophstrobl
f152654
This commit was signed with the committer’s verified signature.
christophstrobl Christoph Strobl
GPG key ID: E6054036D0C37A4B
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
3.3.0-M1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Encapsulate Redis Scan CursorId #2802
  • Expose ValueWrapper to differentiate between cached null values and absent cache mapping. #2785
  • RedisCache should expose ValueWrapper for cached null values returned from retrieve(key) #2783

🐞 Bug Fixes

  • Return duplicate data when querying via Query Methods. #2799
  • Cannot set config value to empty string using Lettuce #2798
  • Redis SCAN cursor exceeds Long.MAX_VALUE resulting in NumberFormatException #2796
  • RedisMessageListenerContainer resubscribe using Jedis fails after exception #2782

📔 Documentation

  • Anchors in documentation links lost due to redirects #2840
  • Fix method name in Caching reference documentation #2837
  • Update Revved up by Develocity badge #2836
  • JedisConnectionFactory.setDatabase(...) javadoc deprecation refers to client name #2831
  • Reference documentation mentions HashOperations to be autowired #2828
  • Fix reference documentation for Stream ops usage #2825
  • Update Jedis documentation to reflect supporting Redis Streams #2824
  • Use correct distance unit for repository query method documentation #2823
  • Update referencedocs url in README #2786
  • Refine code samples in reference docs #2784
  • Fixed the URL for the Spring Data Commons documentation #2779

🔨 Dependency Upgrades

  • Upgrade to Lettuce 6.3.1 #2826
  • Upgrade to Maven Wrapper 3.9.6 #2805

❤️ Contributors

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

Loading
junghoon-vans reacted with thumbs up emoji
1 person reacted

3.2.3

16 Feb 12:54
@mp911de mp911de
92b66f4
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

📗 Links

📔 Documentation

  • Anchors in documentation links lost due to redirects #2840
  • Fix method name in Caching reference documentation #2837
  • JedisConnectionFactory.setDatabase(...) javadoc deprecation refers to client name #2831

❤️ Contributors

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

Contributors

zizare
Loading
huynhdev24 reacted with thumbs up emoji
1 person reacted

3.1.9

16 Feb 07:58
@mp911de mp911de
dcd500a
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

📗 Links

📔 Documentation

  • Fix method name in Caching reference documentation #2837
  • JedisConnectionFactory.setDatabase(...) javadoc deprecation refers to client name #2831

❤️ Contributors

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

Contributors

zizare
Loading

3.2.2

12 Jan 09:54
@mp911de mp911de
40fe842
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

📗 Links

📔 Documentation

  • Reference documentation mentions HashOperations to be autowired #2828
  • Fix reference documentation for Stream ops usage #2825
  • Update Jedis documentation to reflect supporting Redis Streams #2824
  • Use correct distance unit for repository query method documentation #2823

🔨 Dependency Upgrades

  • Upgrade to Lettuce 6.3.1 #2826

❤️ Contributors

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

Contributors

imba-tjd and knightdreams6
Loading

3.1.8

12 Jan 09:03
@mp911de mp911de
67a51d6
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

📗 Links

📔 Documentation

  • Update Jedis documentation to reflect supporting Redis Streams #2824

❤️ Contributors

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

Contributors

imba-tjd
Loading
junghoon-vans and hodadako reacted with eyes emoji
2 people reacted
1 2 3 4 6 8 17 18

AltStyle によって変換されたページ (->オリジナル) /