Skip to content

Tags: bchavez/RethinkDb.Driver

Tags

v2.4.0-beta-1

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

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

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

Verified

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

v2.3.24

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

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

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

Migrate to .NET Standard 2.0. 🚚 (#120)

v2.3.19

Fixes #113, allow client-side generation of ReGrid file ids. (#114)

v2.3.18-beta-1

Fixes #112; however, might cause regression in #62.