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 3.2.5 to 3.3.0 #818

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2024

Bumps org.springframework.data:spring-data-redis from 3.2.5 to 3.3.0.

Release notes

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

3.3.0

📗 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!

... (truncated)

Commits
  • 94c7f26 Release version 3.3 GA (2024.0.0).
  • 933d5e3 Prepare 3.3 GA (2024.0.0).
  • 7ca2779 Polishing.
  • 2809186 Use correct bitfield offset for INCRBY using Lettuce.
  • 3ab09fb Polishing.
  • c980407 Improve atomicity in DefaultRedisCacheWriter.doLock().
  • 7fad17a Resolve element type from NodeType before falling back to reflection when rea...
  • 2f34f63 Polishing.
  • 8afabc1 Clear indexed data if property value is set to null.
  • 2d6481b Polishing.
  • 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 3.2.5 to 3.3.0.
- [Release notes](https://github.com/spring-projects/spring-data-redis/releases)
- [Commits](spring-projects/spring-data-redis@3.2.5...3.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2024
@asdf2014 asdf2014 merged commit 75937ce into master May 27, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.springframework.data-spring-data-redis-3.3.0 branch May 27, 2024 08:03
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 size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant