Skip to content

v1.0.0 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dancannon dancannon released this 07 Jun 19:26
· 491 commits to master since this release

Added

  • Added more documentation.
  • Added Shards, Replicas and PrimaryReplicaTag optional arguments in TableCreateOpts.
  • Added MultiGroup and MultiGroupByIndex which are equivalent to the running group with the multi optional argument set to true.

Changed

  • Renamed Db to DB.
  • Renamed DbCreate to DBCreate.
  • Renamed DbDrop to DBDrop.
  • Renamed RqlConnectionError to RQLConnectionError.
  • Renamed RqlDriverError to RQLDriverError.
  • Renamed RqlClientError to RQLClientError.
  • Renamed RqlRuntimeError to RQLRuntimeError.
  • Renamed RqlCompileError to RQLCompileError.
  • Renamed Js to JS.
  • Renamed Json to JSON.
  • Renamed Http to HTTP.
  • Renamed GeoJson to GeoJSON.
  • Renamed ToGeoJson to ToGeoJSON.
  • Renamed WriteChanges to ChangeResponse, 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 CacheSize and DataCenter optional arguments in TableCreateOpts.
  • Removed CacheSize optional argument from InsertOpts