Skip to content

build(deps): bump com.rethinkdb:rethinkdb-driver from 2.3.3 to 2.4.4#275

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.rethinkdb-rethinkdb-driver-2.4.4
Open

build(deps): bump com.rethinkdb:rethinkdb-driver from 2.3.3 to 2.4.4#275
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.rethinkdb-rethinkdb-driver-2.4.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Copy link
Copy Markdown
Contributor

Bumps com.rethinkdb:rethinkdb-driver from 2.3.3 to 2.4.4.

Release notes

Sourced from com.rethinkdb:rethinkdb-driver's releases.

Version 2.4.4

This version attempts to fix partial sequences locking. Also adds a cause to the "Response pump is closed" exception.

Version 2.4.3

This release brings in some internal refactoring to the driver, including a lot of method inlining and logic rewriting.

Breaking Changes ⚠️

No beaking changes.

New Features 🚀

  • #42 Connection Builders now can generate db-urls.
  • #42 Add support to java-only flags on db-url parsing/generation.
  • #44 Implement run helpers, as well as run*Async variances of them. (Inspired by the RethinkDB C# Driver)
    • runAtom<T>: Returns the atom value, possibly converted, or throws if not an atom
    • runGrouping<K, V>: Same as runAtom but the result of the grouping operation is converted to Map<K, List<V>>
    • runUnwrapping: Forces unwrapLists behaviour.
  • #46 Asynchronous connect/reconnect/close methods.

Bug Fixes 🔧

  • #48 Fixes bug on the grouped result pseudotype.

Improvements 👍

  • #46 Support for daemon threads on the response pump.
  • #46 Detaching response parsing from the read loop.
  • #46 ReqlAst queries are more resource efficient by replacing empty OptArgs with null.

Other Changes 🗒️

  • #42 [TESTS] Implements db-url tests.
  • #43 [TESTS] Implement tests for the Types class.
  • #46 Deprecated auth keys support.
  • #48 [TESTS] Added tests for the run helpers.

Dependencies 📦

No dependency changes.

Version 2.4.2

This release brings in some internal refactoring to the driver, including a lot of method inlining and logic rewriting.

Breaking Changes ⚠️

  • #29, #32 Internal classes Util, Converter, Crypto were deleted. It should be noted that you weren't supposed to use them.
  • #29 The Internal mapper available at RethinkDB.getInternalMapper() was moved.

... (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 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 [com.rethinkdb:rethinkdb-driver](https://github.com/rethinkdb/rethinkdb-java) from 2.3.3 to 2.4.4.
- [Release notes](https://github.com/rethinkdb/rethinkdb-java/releases)
- [Commits](https://github.com/rethinkdb/rethinkdb-java/commits/v2.4.4)

---
updated-dependencies:
- dependency-name: com.rethinkdb:rethinkdb-driver
  dependency-version: 2.4.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants