Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2023

Bumps redis.clients:jedis from 5.0.2 to 5.1.0.

Release notes

Sourced from redis.clients:jedis's releases.

5.1.0

Changes

🔥 Breaking Changes

  • Adding Pipeline & Transaction with failover to multi cluster (#3602)
  • Move JedisMetaInfo into parent package and made private (#3590)
  • Encode map in encoded object (#3555)

🧪 Experimental Features

  • Pipeline & Transaction with failover to multi cluster (#3602)
  • Support GEOSHAPE field type in RediSearch (#3561)
  • Re-add FT.DROPINDEX and FT.ALTER in pipeline (#3549)

🚀 New Features

  • Add CLUSTER SHARDS command support (#2984) (#3598)
  • Added HSET variants to ease complex objects (#3605)
  • Introducing periodic topology mechanism for JedisCluster (#3596)
  • Support RESET command (#3015)
  • Broadcast FUNCTION LOAD command methods (#3557)
  • Feature: Triggers and functions commands (#3531)
  • Escape utils for RediSearch queries (#3544)
  • Address further CLIENT SETINFO suffix rules (#3536)
  • Extend CLIENT SETINFO support (#3509)

🐛 Bug Fixes

  • Direct FT.CREATE to proper node in LIGHT search mode (#3593)
  • Fix binary variants of XRANGE and XREAD commands (#3571)

🧰 Maintenance

  • Use simple version of HSET (#3587)
  • Linking to Redis learning resources (#3583)
  • Added support for releasing minor version snapshots (#3578)
  • Allow getting schema field name (#3576)
  • Encoded map in encoded object (#3555)
  • Improved Triggers and functions tests (#3554)
  • Different variable names for json v1 and v2 interfaces (#3553)
  • Fixed Search/Gears test regression (#3552)
  • Improved Triggers and functions commands (#3551)
  • Added JavaDoc for GeoRadiusResponse (#3542)
  • Disabling doctests on tag (#3524)
  • Move pom.properties file into redis.clients.jedis package (#3589)
  • Bump org.json:json from 20230618 to 20231013 (#3586)
  • Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 (#3565)
  • Bump junixsocket-core to 2.8.1 (#3573)
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#3539)

... (truncated)

Commits
  • c1cc657 Rename 'activeactive' package to 'mcf' (#3615)
  • 0d77298 Pipeline & Transaction with failover to multi cluster (#3602)
  • 452ea52 Add CLUSTER SHARDS command support (#3598)
  • 701df24 filter commits for main branch (#3608)
  • 82f63aa Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#3611)
  • 6cb2be6 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#3612)
  • dbf475c Added HSET variants to ease complex objects (#3605)
  • 5a70626 Introducing periodic topology mechanism for JedisCluster (#3596)
  • 65ed601 Support RESET command (#3015)
  • 9e1a731 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#3600)
  • 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)

PR-Codex overview

This PR updates the version of jedis library from 5.0.2 to 5.1.0.

Detailed summary

  • Updated jedis version from 5.0.2 to 5.1.0 in pom.xml file.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v5.0.2...v5.1.0)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  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 Nov 21, 2023
@IlyaLisov IlyaLisov merged commit 459917f into main Jan 15, 2024
@IlyaLisov IlyaLisov deleted the dependabot/maven/redis.clients-jedis-5.1.0 branch January 15, 2024 14:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant