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 jedis from 2.8.0 to 3.0.0 in /core #1031

Merged
merged 1 commit into from
Dec 23, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps jedis from 2.8.0 to 3.0.0.

Release notes

Sourced from jedis's releases.

3.0.0

No release notes provided.

3.0.0-m1

No release notes provided.

2.10.0

No release notes provided.

2.10.0-m1

No release notes provided.

2.9.1

No release notes provided.

2.9.0

Changes:

  • Add specific exception con evalsha doesn't have a script defined
  • Add ipv6 compatibility
  • Add HashTag version of SCAN methods for Redis Cluster
  • Add BITFIELD command
  • Add support for password in JedisCluster
  • Add SSL support

Complete list can be found HERE

2.8.2

Changes

  • Add fix in JedisPubSub to support ping/pong on subscription
  • Cleanup cache state from failed attempts of cluster discovering
  • Avoid queueing multiple cluster discovers of the same type
  • Intoduce dedicated excpetion for Redis error "busy"

Complete list can be found HERE

2.8.1

Changes:

  • Fix JedisCluster psubscribe calling wrong method
  • Backport some JedisCluster constructors that weren't downmerged
  • Add support to invoke Binary scripts from pipeline and multi.
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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [jedis](https://github.com/xetorthio/jedis) from 2.8.0 to 3.0.0.
- [Release notes](https://github.com/xetorthio/jedis/releases)
- [Commits](redis/jedis@jedis-2.8.0...jedis-3.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 23, 2018
@bsideup bsideup merged commit 3d7cef4 into master Dec 23, 2018
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/core/redis.clients-jedis-3.0.0 branch December 23, 2018 20:38
rnorth pushed a commit that referenced this pull request Dec 28, 2018
…1050)

Bumps [cassandra-driver-core](https://github.com/datastax/java-driver) from 3.5.1 to 3.6.0.
<details>
<summary>Commits</summary>

- [`46a4e7c`](apache/cassandra-java-driver@46a4e7c) [maven-release-plugin] prepare release 3.6.0
- [`61377b1`](apache/cassandra-java-driver@61377b1) Update versions in docs to 3.6.0
- [`1df1125`](apache/cassandra-java-driver@1df1125) Update Guava range in OSGi FAQ
- [`ce64618`](apache/cassandra-java-driver@ce64618) Include ServerError in downgrade criteria from peers_v2 to peers ([#1085](https://github-redirect.dependabot.com/datastax/java-driver/issues/1085))
- [`8b37656`](apache/cassandra-java-driver@8b37656) JAVA-1211: Improve cluster init and shutdown ([#1074](https://github-redirect.dependabot.com/datastax/java-driver/issues/1074))
- [`0c0eb6c`](apache/cassandra-java-driver@0c0eb6c) JAVA-1944: Surface Read and WriteFailureException to RetryPolicy ([#1084](https://github-redirect.dependabot.com/datastax/java-driver/issues/1084))
- [`192b11b`](apache/cassandra-java-driver@192b11b) Fix default CL in PreparedStatement javadoc
- [`7ecb3af`](apache/cassandra-java-driver@7ecb3af) JAVA-1810: Note which setters are not propagated to PreparedStatement
- [`598c5cb`](apache/cassandra-java-driver@598c5cb) JAVA-1388: Add dynamic port discovery for system.peers_v2 ([#1065](https://github-redirect.dependabot.com/datastax/java-driver/issues/1065))
- [`ce29eea`](apache/cassandra-java-driver@ce29eea) Add documentation about QueryBuilder ([#1031](https://github-redirect.dependabot.com/datastax/java-driver/issues/1031))
- Additional commits viewable in [compare view](apache/cassandra-java-driver@3.5.1...3.6.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.datastax.cassandra:cassandra-driver-core&package-manager=gradle&previous-version=3.5.1&new-version=3.6.0)](https://dependabot.com/compatibility-score.html?dependency-name=com.datastax.cassandra:cassandra-driver-core&package-manager=gradle&previous-version=3.5.1&new-version=3.6.0)

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)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
@bsideup bsideup added this to the 1.10.4 milestone Dec 28, 2018
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.

None yet

2 participants