Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2021

Bumps jedis from 3.7.1 to 4.0.0.

Release notes

Sourced from jedis's releases.

4.0.0

🚀 New Features

  • Introduced JedisPooled An alternative to JedisPool which implements the same interfaces as JedisCluster, allowing easy switching between JedisCluster and JedisPooled.
  • Introduced JedisSharding
  • Introduced ClusterPipeline and ShardedPipeline
  • Introduced ReliableTransaction
  • Introduced UnifiedJedis UnifiedJedis can be anything depending on the ConnectionProvider or CommandExecutor. Currently, this is the base for JedisCluster, JedisPooled and JedisSharding.
  • Introduced ConnectionProvider interface and few implementations
  • Introduced CommandExecutor interface and few implementations
  • Added RedisJSON and RedisJSON 2 commands
  • Added RediSearch commands
  • Support exclusive range in XRANGE command (#2719)
  • Added ACL DELUSER and ACL GENPASS with bits option (#2697)

🔥 Breaking Changes (see all)

  • JedisCluster constructors with GenericObjectPoolConfig<Jedis> now accept GenericObjectPoolConfig<Connection>.
  • Most SortedSet methods are changed to return Java List instead of Set (#2709) See Full List
  • Many methods now return primitive values (long/boolean/double instead of Long/Boolean/Double) See Full List
  • ShardedJedisPool, Sharded, ShardedJedis, BinaryShardedJedis, ShardInfo, JedisShardInfo classes are removed.
  • BinaryJedis and BinaryJedisCluster classes are removed. Methods of these classes are available in Jedis and JedisCluster classes respectively.
  • Client and BinaryClient classes are removed.
  • redis.clients.jedis.commands package is reimplemented, meaning Commands interfaces are restructured.
  • Removed Sentinel class (#2744) (since 4.0.0-rc2) Sentinel methods are moved in Jedis class (just like Jedis 3.x)

🧰 Maintenance

  • Upgraded dependency org.slf4j:slf4j-api to version 1.7.32
  • Added dependency org.json:json version 20211205
  • Added dependency com.google.code.gson:gson version 2.8.9

🚃 Change List

  • Throw IllegalStateException by replacing invalid JedisDataException (#2393)
  • Support Sentinel with TLS (#2403)
  • Remove usage of infinite timeout from EVAL and EVALSHA commands (#2408)
  • Avoid NullPointException from SetFromList class (#2454)
  • JedisNoReachableClusterNodeException should extend JedisClusterOperationException (#2409)
  • Remove WATCH from Transaction (#2033)
  • JedisDataException should not be wrapped within Pool operations (#2501)
  • Remove SYNC command (#2499)
  • Remove ShardedJedisPipeline class (#2500)
  • Remove JedisPoolAbstract class and hide Pool.initPool() method (#1734)
  • Limit the access of setDataSource in Jedis (#2516)
  • Make raw variable private and should be accessed via getRaw() method (#2526)

... (truncated)

Commits

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 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 [jedis](https://github.com/redis/jedis) from 3.7.1 to 4.0.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v3.7.1...v4.0.0)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Dec 20, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2022

Superseded by #266.

@dependabot dependabot bot closed this Jan 3, 2022
@dependabot dependabot bot deleted the dependabot/maven/redis.clients-jedis-4.0.0 branch January 3, 2022 04:08
mergify bot added a commit that referenced this pull request Sep 29, 2025
…from 3.0.25 to 4.0.0 [skip ci]

Bumps [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) from 3.0.25 to 4.0.0.
Release notes

*Sourced from [zgosalvez/github-actions-ensure-sha-pinned-actions's releases](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases).*

> v4.0.0
> ------
>
> What's Changed
> --------------
>
> * Bump `@​vercel/ncc` from 0.38.3 to 0.38.4 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#257](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/257)
> * Bump actions/checkout from 4.2.2 to 5.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#253](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/253)
> * Bump eslint from 9.26.0 to 9.36.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#256](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/256)
> * Bump jest from 29.7.0 to 30.1.3 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#255](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/255)
> * Bump actions/cache from 4.2.3 to 4.2.4 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#252](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/252)
> * Bump zgosalvez/github-actions-get-action-runs-using-version from 2.0.22 to 2.0.24 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#234](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/234)
> * Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#242](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/242)
> * Bump yaml from 2.7.1 to 2.8.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#248](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/248)
> * Bump brace-expansion from 1.1.11 to 1.1.12 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#258](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/258)
> * fix [#116](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/116): support composite actions by [`@​atchertchian`](https://github.com/atchertchian) in [zgosalvez/github-actions-ensure-sha-pinned-actions#239](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/239)
>
> New Contributors
> ----------------
>
> * [`@​atchertchian`](https://github.com/atchertchian) made their first contribution in [zgosalvez/github-actions-ensure-sha-pinned-actions#239](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/239)
>
> **Full Changelog**: <zgosalvez/github-actions-ensure-sha-pinned-actions@v3...v4.0.0>


Commits

* [`9e9574e`](zgosalvez/github-actions-ensure-sha-pinned-actions@9e9574e) fix [#116](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/116): support composite actions ([#239](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/239))
* [`574bec8`](zgosalvez/github-actions-ensure-sha-pinned-actions@574bec8) Bump brace-expansion from 1.1.11 to 1.1.12 ([#258](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/258))
* [`bdf825c`](zgosalvez/github-actions-ensure-sha-pinned-actions@bdf825c) Bump yaml from 2.7.1 to 2.8.1 ([#248](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/248))
* [`12cd4d2`](zgosalvez/github-actions-ensure-sha-pinned-actions@12cd4d2) Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 ([#242](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/242))
* [`2783169`](zgosalvez/github-actions-ensure-sha-pinned-actions@2783169) Bump zgosalvez/github-actions-get-action-runs-using-version ([#234](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/234))
* [`d952774`](zgosalvez/github-actions-ensure-sha-pinned-actions@d952774) Bump actions/cache from 4.2.3 to 4.2.4 ([#252](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/252))
* [`e839297`](zgosalvez/github-actions-ensure-sha-pinned-actions@e839297) Bump jest from 29.7.0 to 30.1.3 ([#255](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/255))
* [`f1328f7`](zgosalvez/github-actions-ensure-sha-pinned-actions@f1328f7) Bump eslint from 9.26.0 to 9.36.0 ([#256](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/256))
* [`74db6f0`](zgosalvez/github-actions-ensure-sha-pinned-actions@74db6f0) Bump actions/checkout from 4.2.2 to 5.0.0 ([#253](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/253))
* [`cae7e06`](zgosalvez/github-actions-ensure-sha-pinned-actions@cae7e06) Bump `@​vercel/ncc` from 0.38.3 to 0.38.4 ([#257](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/257))
* See full diff in [compare view](zgosalvez/github-actions-ensure-sha-pinned-actions@fc87bb5...9e9574e)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=zgosalvez/github-actions-ensure-sha-pinned-actions&package-manager=github\_actions&previous-version=3.0.25&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
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