RethinkDb.Driver.ReGrid
2.3.2
See the version list below for details.
dotnet add package RethinkDb.Driver.ReGrid --version 2.3.2
NuGet\Install-Package RethinkDb.Driver.ReGrid -Version 2.3.2
<PackageReference Include="RethinkDb.Driver.ReGrid" Version="2.3.2" />
paket add RethinkDb.Driver.ReGrid --version 2.3.2
#r "nuget: RethinkDb.Driver.ReGrid, 2.3.2"
// Install RethinkDb.Driver.ReGrid as a Cake Addin #addin nuget:?package=RethinkDb.Driver.ReGrid&version=2.3.2 // Install RethinkDb.Driver.ReGrid as a Cake Tool #tool nuget:?package=RethinkDb.Driver.ReGrid&version=2.3.2
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 Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- Common.Logging (>= 3.3.0)
- RethinkDb.Driver (= 2.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.4.0-beta-1 | 431 | 5/22/2020 |
2.3.150 | 1,471 | 9/17/2019 |
2.3.101 | 636 | 8/9/2019 |
2.3.100 | 670 | 2/24/2019 |
2.3.24 | 688 | 2/16/2019 |
2.3.23 | 1,068 | 4/25/2018 |
2.3.22 | 1,033 | 3/14/2018 |
2.3.20 | 1,233 | 8/25/2017 |
2.3.19 | 1,091 | 5/5/2017 |
2.3.18-beta-1 | 792 | 4/26/2017 |
2.3.17 | 1,330 | 4/18/2017 |
2.3.16-beta-1 | 758 | 4/13/2017 |
2.3.15 | 1,221 | 8/26/2016 |
2.3.14 | 997 | 8/22/2016 |
2.3.12 | 991 | 8/18/2016 |
2.3.11 | 980 | 8/11/2016 |
2.3.10 | 1,121 | 8/4/2016 |
2.3.9 | 1,109 | 7/10/2016 |
2.3.8 | 1,050 | 7/7/2016 |
2.3.7 | 1,035 | 7/6/2016 |
2.3.6 | 1,000 | 6/28/2016 |
2.3.6-beta-1 | 779 | 6/22/2016 |
2.3.5 | 1,037 | 6/9/2016 |
2.3.5-beta-1 | 779 | 6/9/2016 |
2.3.4 | 985 | 6/4/2016 |
2.3.4-beta-5 | 801 | 6/4/2016 |
2.3.4-beta-4 | 805 | 6/1/2016 |
2.3.4-beta-2 | 830 | 5/27/2016 |
2.3.4-beta-1 | 826 | 5/23/2016 |
2.3.3 | 1,002 | 5/21/2016 |
2.3.3-beta-1 | 868 | 5/21/2016 |
2.3.2 | 1,007 | 5/20/2016 |
2.3.2-beta-2 | 797 | 5/20/2016 |
2.3.2-beta-1 | 790 | 5/20/2016 |
2.3.1-beta-3 | 813 | 5/13/2016 |
2.3.1-beta-2 | 791 | 5/11/2016 |
2.3.1-beta-1 | 827 | 4/28/2016 |
2.2.10 | 1,070 | 3/31/2016 |
2.2.10-beta-1 | 790 | 3/31/2016 |
2.2.9 | 1,290 | 2/24/2016 |
2.2.9-beta-2 | 812 | 2/24/2016 |
2.2.9-beta-1 | 919 | 2/21/2016 |
2.2.8 | 1,098 | 2/20/2016 |
2.2.8-beta-4 | 809 | 2/18/2016 |
2.2.8-beta-3 | 839 | 2/18/2016 |
2.2.8-beta-2 | 821 | 2/17/2016 |
2.2.8-beta-1 | 810 | 2/16/2016 |
2.2.7 | 1,048 | 2/15/2016 |
2.2.7-beta-1 | 815 | 2/15/2016 |
2.2.5 | 1,037 | 2/14/2016 |
2.2.5-beta-5 | 814 | 2/14/2016 |
2.2.5-beta-4 | 933 | 2/13/2016 |
2.2.5-beta-3 | 845 | 2/13/2016 |
2.2.5-beta-2 | 914 | 2/12/2016 |
2.2.5-beta-1 | 822 | 2/5/2016 |
## v2.3.2
* Roll-up Release for Full .NET Framework since last non-beta release.
* CoreCLR users please continue using latest beta release until CoreCLR is RTM.
## v2.3.2-beta-2
* Connection now exposes ClientLocalEndpoint.
* Better .NET Standard 1.3 and .NET Core RC2 compatibility.
## v2.3.2-beta-1
* Compatibility with .NET Standard 1.3 and .NET Core RC2.
## v2.3.1-beta-3
* Experimental LINQ to ReQL provider support.
## v2.3.1-beta-2
* BREAKING: Issue 39 - Pseudo types are now converted by default in JToken types (JObject, JArray).
* You'll need to specify .Run*(conn, new { time_format: `raw` }) to keep raw types
* from being converted. Other raw types: binary_format and group_format.
* BREAKING: Issue 49 - Handle DateTime and DateTimeOffset with ReqlDateTimeConverter
* instead of Iso8601 AST term.
Full History Here: https://github.com/bchavez/RethinkDb.Driver/blob/master/HISTORY.md