Skip to content

Commit 6b03a6b

Browse files
committed
Updated the changelog
1 parent ad8f188 commit 6b03a6b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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)

0 commit comments

Comments
 (0)