v1.0.0 RC1
Pre-release
Pre-release
Added
- Added more documentation.
- Added
Shards,ReplicasandPrimaryReplicaTagoptional arguments inTableCreateOpts. - Added
MultiGroupandMultiGroupByIndexwhich are equivalent to the runninggroupwith themultioptional argument set to true.
Changed
- Renamed
DbtoDB. - Renamed
DbCreatetoDBCreate. - Renamed
DbDroptoDBDrop. - Renamed
RqlConnectionErrortoRQLConnectionError. - Renamed
RqlDriverErrortoRQLDriverError. - Renamed
RqlClientErrortoRQLClientError. - Renamed
RqlRuntimeErrortoRQLRuntimeError. - Renamed
RqlCompileErrortoRQLCompileError. - Renamed
JstoJS. - Renamed
JsontoJSON. - Renamed
HttptoHTTP. - Renamed
GeoJsontoGeoJSON. - Renamed
ToGeoJsontoToGeoJSON. - Renamed
WriteChangestoChangeResponse, this is now a general type and can be used when dealing with changefeeds. - Removed depth limit when encoding values using
Expr
Fixed
- Fixed issue causing inconsistent results when unmarshaling query response into structs (#192)
- Fixed issue causing errors when closing a changefeed cursor (#191)
- Fixed issue causing nodes to remain unhealthy when host discovery is disabled (#195)
Removed
- Removed
CacheSizeandDataCenteroptional arguments inTableCreateOpts. - Removed
CacheSizeoptional argument fromInsertOpts