Skip to content

Tags: bchavez/RethinkDb.Driver

Tags

v2.4.0-beta-1

Toggle v2.4.0-beta-1's commit message

Verified

This commit was signed with the committer’s verified signature.
bchavez Brian Chavez
Prep release notes for v2.4.0-beta-1

v2.3.150

Toggle v2.3.150's commit message

Verified

This commit was signed with the committer’s verified signature.
bchavez Brian Chavez
Fixes #146 - Better support for `CancellationToken`. Clean up of toke…

…n registrations that may produce exceptions when `CancellationTokenSource.Cancel()` is called. Basic idea here is to have the caller of `CancellationTokenSource.Cancel()` dispose of the `CancellationTokenRegistration` and have the message pump worker tasked with finishing the Awatier task continuations dispose of `CancellationTokenRegistration` when it's done via using statement.

v2.3.101

Toggle v2.3.101's commit message

Verified

This commit was signed with the committer’s verified signature.
bchavez Brian Chavez
Prepare for new release. Fix the music wall.

v2.3.100

Toggle v2.3.100's commit message

Verified

This commit was signed with the committer’s verified signature.
bchavez Brian Chavez
doc update

v2.3.24

Toggle v2.3.24's commit message

Verified

This commit was signed with the committer’s verified signature.
bchavez Brian Chavez
Java driver keeps track of the original cursor Query for exception re…

…porting. Re #138.

v2.3.23

Toggle v2.3.23's commit message

Verified

This commit was signed with the committer’s verified signature.
bchavez Brian Chavez
Rename val parameters on Connection.Builder for better readability.

Version HISTORY.md

v2.3.22

Toggle v2.3.22's commit message
Fixes #125, use the configured NamingStrategy when translating linq q…

…ueries. (#126)

* Fixes #125, use the configured NamingStrategy when translating linq queries.

* Update HISTORY.md changes.

v2.3.20

Toggle v2.3.20's commit message
Migrate to .NET Standard 2.0. 🚚 (#120)

v2.3.19

Toggle v2.3.19's commit message
Fixes #113, allow client-side generation of ReGrid file ids. (#114)

v2.3.18-beta-1

Toggle v2.3.18-beta-1's commit message
Fixes #112; however, might cause regression in #62.