Bump rethinkdb-driver from LATEST to 2.3.3 #30

Merged
dependabot-preview[bot] merged 1 commit from dependabot/maven/com.rethinkdb-rethinkdb-driver-2.3.3 into master 2019-11-01 10:40:15 +01:00
dependabot-preview[bot] commented 2019-11-01 10:38:31 +01:00 (Migrated from github.com)

Bumps rethinkdb-driver from LATEST to 2.3.3.

Release notes

Sourced from rethinkdb-driver's releases.

2.3.3 — Fantasia

Bug fix release

Compatibility

RethinkDB 2.3.3 servers can be mixed with older RethinkDB 2.3.x servers in the same
cluster. We recommend that you run a mixed-version cluster only temporarily for upgrading
purposes.

No migration is required when upgrading from RethinkDB 2.3.x. Please read the
RethinkDB 2.3.0 release notes if you're upgrading from an
older version.

Windows support

RethinkDB 2.3.0 was the first version to include native Windows compatibility. In
RethinkDB 2.3.3, the Windows port is ready to emerge from "beta" testing. We now
officially support RethinkDB on the Windows platform alongside our existing support for
Linux and Mac OS X. We're also extending our commercial support services
to include RethinkDB on Windows.

Although RethinkDB is now stable on Windows, there are still a few remaining limitations
that we are actively working to address. We also haven't yet carried out as much
performance tuning on the Windows port as we have on the Linux and OS X releases.

Bug fixes

  • Server
    • Fixed a bug in orderBy.limit changefeeds that caused the server to crash with
      Guarantee failed: [sub_it != real_added.end()] (#5561)
    • Improved the performance of the table_status system table when the cluster is under
      high load (#5586)
    • Fixed a race condition in the cluster connection logic that could cause occasional
      crashes with a Guarantee failed: [refcount == 0] error (#5783)
    • Fixed a stack overflow when executing queries with a very high number of chained
      commands (#5792)
    • Made the fold command work on a changefeed stream (#5800)
    • Fixed the server uptime calculation on Windows (#5388)
    • Fixed source code incompatibilities with GCC 6.0 (#5757)
  • JavaScript driver
    • The Connection class is now exported from the RethinkDB JavaScript module (#5758)
  • Java driver
    • Added the clientPort and clientAddress methods to the Connection class in the
      Java driver (#5571)

Contributors

Many thanks to external contributors from the RethinkDB community for helping
us ship RethinkDB 2.3.3.

... (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.


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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • 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)
Bumps [rethinkdb-driver](https://github.com/rethinkdb/rethinkdb) from LATEST to 2.3.3. <details> <summary>Release notes</summary> *Sourced from [rethinkdb-driver's releases](https://github.com/rethinkdb/rethinkdb/releases).* > ## 2.3.3 — Fantasia > Bug fix release > > ### Compatibility > > RethinkDB 2.3.3 servers can be mixed with older RethinkDB 2.3.x servers in the same > cluster. We recommend that you run a mixed-version cluster only temporarily for upgrading > purposes. > > No migration is required when upgrading from RethinkDB 2.3.x. Please read the > [RethinkDB 2.3.0 release notes](https://github.com/rethinkdb/rethinkdb/releases/tag/v2.3.0) if you're upgrading from an > older version. > > ### Windows support > > RethinkDB 2.3.0 was the first version to include native Windows compatibility. In > RethinkDB 2.3.3, the Windows port is ready to emerge from "beta" testing. We now > officially support RethinkDB on the Windows platform alongside our existing support for > Linux and Mac OS X. We're also extending our [commercial support](https://rethinkdb.com/services/) services > to include RethinkDB on Windows. > > Although RethinkDB is now stable on Windows, there are still a few [remaining limitations](https://github.com/rethinkdb/rethinkdb/issues?q=is%3Aopen+is%3Aissue+label%3Awindows) > that we are actively working to address. We also haven't yet carried out as much > performance tuning on the Windows port as we have on the Linux and OS X releases. > > ### Bug fixes > - Server > - Fixed a bug in `orderBy.limit` changefeeds that caused the server to crash with > `Guarantee failed: [sub_it != real_added.end()]` ([#5561](https://github-redirect.dependabot.com/rethinkdb/rethinkdb/issues/5561)) > - Improved the performance of the `table_status` system table when the cluster is under > high load ([#5586](https://github-redirect.dependabot.com/rethinkdb/rethinkdb/issues/5586)) > - Fixed a race condition in the cluster connection logic that could cause occasional > crashes with a `Guarantee failed: [refcount == 0]` error ([#5783](https://github-redirect.dependabot.com/rethinkdb/rethinkdb/issues/5783)) > - Fixed a stack overflow when executing queries with a very high number of chained > commands ([#5792](https://github-redirect.dependabot.com/rethinkdb/rethinkdb/issues/5792)) > - Made the `fold` command work on a changefeed stream ([#5800](https://github-redirect.dependabot.com/rethinkdb/rethinkdb/issues/5800)) > - Fixed the server uptime calculation on Windows ([#5388](https://github-redirect.dependabot.com/rethinkdb/rethinkdb/issues/5388)) > - Fixed source code incompatibilities with GCC 6.0 ([#5757](https://github-redirect.dependabot.com/rethinkdb/rethinkdb/issues/5757)) > - JavaScript driver > - The `Connection` class is now exported from the RethinkDB JavaScript module ([#5758](https://github-redirect.dependabot.com/rethinkdb/rethinkdb/issues/5758)) > - Java driver > - Added the `clientPort` and `clientAddress` methods to the `Connection` class in the > Java driver ([#5571](https://github-redirect.dependabot.com/rethinkdb/rethinkdb/issues/5571)) > > ## Contributors > > Many thanks to external contributors from the RethinkDB community for helping > us ship RethinkDB 2.3.3. > - Gergely Nemeth ([@&#8203;gergelyke](https://github.com/gergelyke)) > ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/rethinkdb/rethinkdb/commits/v2.3.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.rethinkdb:rethinkdb-driver&package-manager=maven&previous-version=LATEST&new-version=2.3.3)](https://dependabot.com/compatibility-score.html?dependency-name=com.rethinkdb:rethinkdb-driver&package-manager=maven&previous-version=LATEST&new-version=2.3.3) 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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) </details>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg6775/Hadder#30
No description provided.