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
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,13 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
-
## v1.0.0 RC3 - 2015-06-22
5
+
## v1.0.0 - 2015-06-27
6
6
7
-
### Changed
8
-
- Reverted change that added sorting to maps when decoding due to performance concerts, instead documented that struct tags should be used. Especially when using a field named `Id`.
7
+
1.0.0 is finally here, This is the first stable production ready release of GoRethink!
9
8
10
-
## v1.0.0 RC2 - 2015-06-11
9
+

11
10
12
-
### Fixed
13
-
- Fixed issue causing driver to fail when connecting to DB which did not have its canonical address set correctly (#200).
14
-
15
-
## v1.0.0 RC1 - 2015-06-07
16
-
In an attempt to make this library more "idiomatic" some functions have been renamed, for the full list of changes see below.
11
+
In an attempt to make this library more "idiomatic" some functions have been renamed, for the full list of changes and bug fixes see below.
17
12
18
13
### Added
19
14
- Added more documentation.
@@ -38,9 +33,10 @@ In an attempt to make this library more "idiomatic" some functions have been ren
38
33
- Removed depth limit when encoding values using `Expr`
39
34
40
35
### Fixed
41
-
- Fixed issue causing inconsistent results when unmarshaling query response into structs (#192)
42
36
- Fixed issue causing errors when closing a changefeed cursor (#191)
43
37
- Fixed issue causing nodes to remain unhealthy when host discovery is disabled (#195)
38
+
- Fixed issue causing driver to fail when connecting to DB which did not have its canonical address set correctly (#200).
39
+
- Fixed ongoing queries not being properly stopped when closing the cursor.
44
40
45
41
### Removed
46
42
- Removed `CacheSize` and `DataCenter` optional arguments in `TableCreateOpts`.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@
6
6
7
7
[Go](http://golang.org/) driver for [RethinkDB](http://www.rethinkdb.com/)
8
8
9
+

9
10
10
-
Current version: v1.0.0 RC3 (RethinkDB v2.0)
11
+
Current version: v1.0.0 (RethinkDB v2.0)
11
12
12
13
Please note that this version of the driver only supports versions of RethinkDB using the v0.4 protocol (any versions of the driver older than RethinkDB 2.0 will not work).
13
14
@@ -19,6 +20,11 @@ Please note that this version of the driver only supports versions of RethinkDB
0 commit comments