Releases: bchavez/RethinkDb.Driver
Releases · bchavez/RethinkDb.Driver
Release v0.0.7-alpha4 build 227
- Better DNX compatibility with dnx451 and dnxcore50.
Release v0.0.7-alpha3 build 221
- Better DNX compatibility with dnx451 and dnxcore50.
Release v0.0.7-alpha2 build 215
- Allow logging in CoreCLR - In startup: loggerFactory.EnableRethinkDbLogging();
Release v0.0.5-alpha9 build 216
appveyor.yml deploy
Release v0.0.5-alpha7 build 197
Fix CircleCI tests, follow 302 redirect from appveyor.
Release v0.0.5-alpha6 build 193
Clean up
Release v0.0.5-alpha5 build 134
Additional code fix for #8.
Release v0.0.5-alpha4 build 132
- AST: added uuid(expr)
- Feature: Anonymous typed args. Example: getAll(...)[new {index = "foo"}].run()
- Fixed bugs in r.binary() when building AST.
- Fixed bugs in geometry deserialization.
- Fixed Cursor bug in cursor continuation.
- Binary unit tests passing.
- Times Constructors unit tests passing.
- DatumNumber unit tests passing.
- Default unit tests passing.
- DatumObject unit tests passing.
- Json unit tests passing.
- Geo constructors unit tests passing.
- GeoGeo json unit tests passing.
- GeoOperations unit tests passing.
- GeoPrimitives unit tests passing.
- Match unit tests passing.
Release v0.0.5-alpha3 build 100
docs and tag
Release v0.0.5-alpha2 build 95
Support for inserting POCO objects in tables.