File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.4.0 - 13 Aug 2014
4+
5+ - Updated the driver to support RethinkDB v1.14 (#116 )
6+ - Added the Binary data type
7+ - Added the Binary command which takes a ` []byte ` , ` io.Reader ` or ` bytes.Buffer{} ` as an argument.
8+ - Added the ` BinaryFormat ` optional argument to ` RunOpts `
9+ - Added the ` GroupFormat ` optional argument to ` RunOpts `
10+ - Added the ` ArrayLimit ` optional argument to ` RunOpts `
11+ - Renamed the ` ReturnVals ` optional argument to ` ReturnChanges `
12+ - Renamed the ` Upsert ` optional argument to ` Conflict `
13+ - Added the ` IndexRename ` command
14+ - Updated ` Distinct ` to now take the ` Index ` optional argument (using ` DistinctOpts ` )
15+
16+ ### Internal Changes
17+
18+ - Updated to use the new JSON protocol
19+ - Switched the connection pool code to use github.com/fatih/pool
20+ - Added some benchmarks
21+
322## v0.3.2 - 17 Aug 2014
423
524- Fixed issue causing connections not to be closed correctly (#109 )
You can’t perform that action at this time.
0 commit comments