![]() |
VOOZH | about |
dotnet add package RethinkDb.Driver.ReGrid --version 2.3.150
NuGet\Install-Package RethinkDb.Driver.ReGrid -Version 2.3.150
<PackageReference Include="RethinkDb.Driver.ReGrid" Version="2.3.150" />
<PackageVersion Include="RethinkDb.Driver.ReGrid" Version="2.3.150" />Directory.Packages.props
<PackageReference Include="RethinkDb.Driver.ReGrid" />Project file
paket add RethinkDb.Driver.ReGrid --version 2.3.150
#r "nuget: RethinkDb.Driver.ReGrid, 2.3.150"
#:package RethinkDb.Driver.ReGrid@2.3.150
#addin nuget:?package=RethinkDb.Driver.ReGrid&version=2.3.150Install as a Cake Addin
#tool nuget:?package=RethinkDb.Driver.ReGrid&version=2.3.150Install as a Cake Tool
ReGrid is a distributed file storage on top of RethinkDB. ReGrid is similarly inspired by GridFS from MongoDB. With ReGrid, a large 4GB file can be broken up into chunks and stored on RethinkDB cluster.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.4.0-beta-1 | 1,296 | 5/22/2020 |
| 2.3.150 | 2,732 | 9/17/2019 |
| 2.3.101 | 1,001 | 8/9/2019 |
| 2.3.100 | 1,000 | 2/24/2019 |
| 2.3.24 | 1,040 | 2/16/2019 |
| 2.3.23 | 1,738 | 4/25/2018 |
| 2.3.22 | 1,703 | 3/14/2018 |
| 2.3.20 | 1,746 | 8/25/2017 |
| 2.3.19 | 1,577 | 5/5/2017 |
| 2.3.18-beta-1 | 1,217 | 4/26/2017 |
| 2.3.17 | 1,837 | 4/18/2017 |
| 2.3.16-beta-1 | 1,150 | 4/13/2017 |
| 2.3.15 | 1,767 | 8/26/2016 |
| 2.3.14 | 1,517 | 8/22/2016 |
| 2.3.12 | 1,496 | 8/18/2016 |
| 2.3.11 | 1,488 | 8/11/2016 |
| 2.3.10 | 1,631 | 8/4/2016 |
| 2.3.9 | 1,628 | 7/10/2016 |
| 2.3.8 | 1,569 | 7/7/2016 |
| 2.3.7 | 1,548 | 7/6/2016 |
## v2.3.150
* Issue #146 - Better support for `CancellationToken`. Clean up of token registrations that may produce exceptions when `CancellationTokenSource.Cancel()` is called.
## v2.3.101
* Issue #143 - `ConnectionPool.Builder.ConnectAsync()` now respects `.InitialTimeout()` parameter. `CancellationToken` also supported.
## v2.3.100
* First batch of expired commercial licenses have been banned for use.
* Issue #139 - New `.RunUnsafeAsync` run helper that runs a query on the server and returns the raw `Response` object in an unsafe way with minimal client-side processing. The unbridled use of this method can lead to memory leaks on both the client and server. Use with extreme caution. This method should only be used in well-understood and advanced scenarios.
* **POSSIBLE BREAKING CHANGE:** `.RunResult` for `Result` (DML) type responses that correspond to inserts, deletes, updates has been renamed to `.RunWrite`. Please use the new method name instead. **Note:** The `.RunResult<T>` for `T` type responses will not be obsoleted. The reason for the former `.RunResult` method rename is to avoid confusion between `.RunResult` and `.RunResult<T>`. The obsoleted methods produce compiler warnings in this version. If no compiler warnings are produced, no changes are necessary. The obsolete methods will be removed in the next major RethinkDB driver release (2.4).
## v2.3.24
* Issue #138 - Better error handling in cursors.
* **POSSIBLE BREAKING CHANGE:** Previously, when an error response was received during cursor enumeration a `NotSupportedException` was thrown. Issue #138 changes this behavior by throwing more detailed (and more specific) exception based on the response from the server. For example, the driver will throw a `ReqlOpFailedError` exception if a cursor change feed is interrupted behind a RethinkDB proxy instead of throwing a generic `NotSupportedException`.
## v2.3.23
* Issue #128 - NullReferenceException when executing query after failed reconnect.
* Renamed `val` parameters on `Connection.Builder` for better readability and IntelliSense.
Full History Here: https://github.com/bchavez/RethinkDb.Driver/blob/master/HISTORY.md