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.3.3

16 Aug 08:09
@schauder schauder
8dd9552
This commit was signed with the committer’s verified signature.
schauder Jens Schauder
GPG key ID: 74F6C554AE971567
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

📗 Links

⭐ New Features

  • Default shutdownQuietPeriod should be 0 or some fraction of the shutdownTimeout #2945

📔 Documentation

  • Bundle Javadoc with Antora documentation site #2950
  • Broken Image Links in README.adoc #2916

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.8 #2962

❤️ Contributors

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

Contributors

erichaagdev
Loading
seabamirum reacted with hooray emoji
1 person reacted

3.2.9

16 Aug 07:01
@schauder schauder
a2c278b
This commit was signed with the committer’s verified signature.
schauder Jens Schauder
GPG key ID: 74F6C554AE971567
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

📗 Links

📔 Documentation

  • Bundle Javadoc with Antora documentation site #2950
  • Broken Image Links in README.adoc #2916

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.8 #2960

❤️ Contributors

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

Contributors

erichaagdev
Loading

3.3.2

12 Jul 17:12
@schauder schauder
41b106b
This commit was signed with the committer’s verified signature.
schauder Jens Schauder
GPG key ID: 74F6C554AE971567
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Loading

3.2.8

12 Jul 11:36
@schauder schauder
a475406
This commit was signed with the committer’s verified signature.
schauder Jens Schauder
GPG key ID: 74F6C554AE971567
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Loading

3.3.1

14 Jun 08:48
@mp911de mp911de
2d25405
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

⭐ New Features

  • Support custom NullValueSerializer in GenericJackson2JsonRedisSerializer #2878

🐞 Bug Fixes

  • BoundValueOperations not visible when initializing boundValueOps on Fork/Join pool #2920

📔 Documentation

  • Fix typo in Template reference documentation #2913

❤️ Contributors

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

Contributors

AnneMayor and UnfetteredCodeMan
Loading
injae-kim reacted with thumbs up emoji injae-kim reacted with heart emoji
1 person reacted

3.2.7

14 Jun 08:06
@mp911de mp911de
8277b24
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

  • BoundValueOperations not visible when initializing boundValueOps on Fork/Join pool #2920

📔 Documentation

  • Fix typo in Template reference documentation #2913

❤️ Contributors

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

Contributors

UnfetteredCodeMan
Loading

3.3.0

17 May 10:07
@mp911de mp911de
94c7f26
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

⭐ New Features

  • Let QueryByExampleRedisExecutor implement ListQueryByExampleExecutor #2880
  • Allow RedisConnectionFactories to be initialized as part of the context lifecycle #2866
  • Extend properties for RedisSentinelConfiguration #2860
  • RedisCache should expose ValueWrapper for cached null values returned from retrieve(key) #2783

🐞 Bug Fixes

  • BITFIELD INCRBY applies incorrect offset using Lettuce #2903
  • Pipelined usage of Redis Cluster with Lettuce fails for some commands that return PipelinedRedisFuture #2888
  • RedisTemplate.hasKey() Behavior Change with setEnableTransactionSupport = true #2886
  • Index value for @Index column not removed after setting value to null #2882
  • Redis Repositories do not find results for custom find...ById(...) queries #2851
  • Jackson2HashMapper breaks when using GraalVM - NotReadablePropertyException #2838
  • Return duplicate data when querying via Query Methods. #2799
  • Cannot set config value to empty string using Lettuce #2798
  • RedisMessageListenerContainer resubscribe using Jedis fails after exception #2782
  • DefaultRedisCacheWriter is not atomic [DATAREDIS-1117] #1686

📔 Documentation

  • Document that keyspace events are not replicated across Redis Cluster shards #2881
  • 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
  • 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
  • Refine ReactiveRedisOperations#listenTo and listenTo...Later Javadoc mentioning resource usage #2229

🔨 Dependency Upgrades

  • Upgrade to Lettuce 6.3.2.RELEASE #2867
  • 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
seabamirum reacted with hooray emoji
1 person reacted

3.2.6

17 May 09:24
@mp911de mp911de
f498450
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

  • BITFIELD INCRBY applies incorrect offset using Lettuce #2903
  • Index value for @Index column not removed after setting value to null #2882
  • Jackson2HashMapper breaks when using GraalVM - NotReadablePropertyException #2838
  • DefaultRedisCacheWriter is not atomic [DATAREDIS-1117] #1686

📔 Documentation

  • Document that keyspace events are not replicated across Redis Cluster shards #2881
  • Refine ReactiveRedisOperations#listenTo and listenTo...Later Javadoc mentioning resource usage #2229

❤️ Contributors

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

Contributors

kinsersh, osadchuk-roman, and chanyoung1998
Loading

3.1.12

17 May 08:44
@mp911de mp911de
34e0275
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

  • BITFIELD INCRBY applies incorrect offset using Lettuce #2903
  • Index value for @Index column not removed after setting value to null #2882
  • Jackson2HashMapper breaks when using GraalVM - NotReadablePropertyException #2838

📔 Documentation

  • Refine ReactiveRedisOperations#listenTo and listenTo...Later Javadoc mentioning resource usage #2229

❤️ Contributors

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

Contributors

osadchuk-roman
Loading

3.3.0-RC1

12 Apr 08:53
@mp911de mp911de
5a68feb
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-RC1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Allow RedisConnectionFactories to be initialized as part of the context lifecycle #2866

🐞 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
1 2 3 5 7 17 18

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