You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## v0.3.1 - 14 June 2014
4
+
5
+
- Fixed "Token ## not in stream cache" error (#103)
6
+
- Changed Exec to no longer use NoReply. It now waits for the server to respond.
7
+
3
8
## v0.3 (RethinkDB v1.13) - 26 June 2014
4
9
5
10
- Replaced `ResultRows`/`ResultRow` with `Cursor`, `Cursor` has the `Next`, `All` and `One` methods which stores the relevant value in the value pointed at by result. For more information check the examples.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ GoRethink - RethinkDB Driver for Go [ driver for [RethinkDB](http://www.rethinkdb.com/) made by [Daniel Cannon](http://github.com/dancannon) and based off of Christopher Hesse's [RethinkGo](https://github.com/christopherhesse/rethinkgo) driver.
5
5
6
6
7
-
Current version: v0.3 (RethinkDB v1.13)
7
+
Current version: v0.3.1 (RethinkDB v1.13)
8
8
9
9
**Version 0.3 introduced some API changes, for more information check the [change log](CHANGELOG.md)**
0 commit comments