Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.springframework.data:spring-data-redis from 1.6.6.RELEASE to 3.4.1 #6342

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps org.springframework.data:spring-data-redis from 1.6.6.RELEASE to 3.4.1.

Release notes

Sourced from org.springframework.data:spring-data-redis's releases.

3.4.1

📗 Links

📔 Documentation

  • Problem of code in README #3060
  • RedisOperations interface's method hasKey has documentation that does not specify what it returns and if it is null during pipelining. #3049
  • Fix incorrect reference to SETNX in ReactiveValueOperations.setIfAbsent #3047

❤️ Contributors

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

3.4.0

📗 Links

⭐ New Features

  • Inconsistent Redis Scripting API #3010
  • Add builder customizer for DefaultJedisClientConfig.Builder #3007
  • Support deserialization in GenericJackson2JsonRedisSerializer when using custom JsonFactory #2981
  • opsForHash() should reuse cached instances #2970
  • If ShadowCopy is OFF do not use the phantom key #2954
  • Default shutdownQuietPeriod should be 0 or some fraction of the shutdownTimeout #2945
  • Add getFirst(K key), getLast(K key) methods like Java 21 #2937
  • RedisNode creation from bare hostname should assign default port #2928
  • Add overloads to StreamOperations accepting XAddOptions #2915
  • Support Lettuce SSL/TLS Verification Modes #2899
  • Use SET command instead of SETEX #2897
  • RedisCache.get(Object, Callable) synchronizes on entire cache instead of individual keys #2890
  • Support custom NullValueSerializer in GenericJackson2JsonRedisSerializer #2878
  • Can't Handle GCP Memory Store Redis having extra characters in ClusterNode Entry #2862
  • Deprecate Micrometer Tracing code in favor of Lettuce's Micrometer support #2561
  • Enable Jedis Lua usage in transaction and pipeline #1455

🐞 Bug Fixes

  • When using IPv6 with a Redis cluster, executing the keys method will be unable to retrieve the node #3015
  • Correctly handle null listener in RedisMessageListenerContainer.remove(…) #3009
  • Race condition in JedisClusterTopologyProvider #2986
  • Use before assignment of asyncDedicatedConnection in LettuceConnection #2984
  • Negative maxlen for XAddOptions is ignored #2982
  • Jackson2HashMapper fails to deserialize enum property when flatten=true #2979
  • LettuceConnectionFactory lifecycle stops connections before depending components are stopped #2957
  • BoundValueOperations not visible when initializing boundValueOps on Fork/Join pool #2920

📔 Documentation

... (truncated)

Commits
  • b529e83 Release version 3.4.1 (2024.1.1).
  • 0e60987 Prepare 3.4.1 (2024.1.1).
  • 9fe38b2 Polishing.
  • 0001e17 Fix code example in readme.
  • d124280 Polishing.
  • 2298a86 Adds missing javadocs for RedisOperations.hasKey().
  • 749f5ff Polishing.
  • 92eda5a Fix incorrect reference to SETNX in ReactiveValueOperations.setIfAbsent
  • 6853b6b After release cleanups.
  • 6d299de Prepare next development iteration.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.springframework.data:spring-data-redis](https://github.com/spring-projects/spring-data-redis) from 1.6.6.RELEASE to 3.4.1.
- [Release notes](https://github.com/spring-projects/spring-data-redis/releases)
- [Commits](spring-projects/spring-data-redis@1.6.6.RELEASE...3.4.1)

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

0 participants