v0.4.0
Pre-release
Pre-release
API changes
- Updated the driver to support RethinkDB v1.14 (#116)
- Added the Binary data type
- Added the Binary command which takes a
[]byte,io.Readerorbytes.Buffer{}as an argument. - Added the
BinaryFormatoptional argument toRunOpts - Added the
GroupFormatoptional argument toRunOpts - Added the
ArrayLimitoptional argument toRunOpts - Renamed the
ReturnValsoptional argument toReturnChanges - Renamed the
Upsertoptional argument toConflict - Added the
IndexRenamecommand - Updated
Distinctto now take theIndexoptional argument (usingDistinctOpts)
Internal Changes
- Updated to use the new JSON protocol
- Switched the connection pool code to use github.com/fatih/pool
- Added some benchmarks