|
3 | 3 |
|
4 | 4 | Release Notes |
5 | 5 | ============= |
6 | | -* 1.7.0 - Following PRs included: |
| 6 | +* `1.8.0` - [Milestone](https://github.com/basho/riak-go-client/issues?q=milestone%3Ariak-go-client-1.8.0) |
| 7 | +* `1.7.0` - Following PRs included: |
7 | 8 | * [TimeSeries support](https://github.com/basho/riak-go-client/pull/68) |
8 | | -* 1.6.0 - Following PRs included: |
| 9 | +* `1.6.0` - Following PRs included: |
9 | 10 | * [Add `NodeOptions` test and concurrent commands test for `MaxConnections`](https://github.com/basho/riak-go-client/pull/61) |
10 | 11 | * [Security auth fixes](https://github.com/basho/riak-go-client/pull/60) |
11 | 12 | * [Use request or command timeout as applicable](https://github.com/basho/riak-go-client/pull/57) |
12 | 13 | * [Re-tryable vs non-re-tryable commands](https://github.com/basho/riak-go-client/pull/56) |
13 | 14 | * [Re-try reads on temporary network errors, bug fixes in error situations](https://github.com/basho/riak-go-client/pull/52) |
14 | | -* 1.5.1 (DEPRECATED RELEASE) - Following PRs addressed: |
| 15 | +* `1.5.1` (DEPRECATED RELEASE) - Following PRs addressed: |
15 | 16 | * [Improve connection error handling](https://github.com/basho/riak-go-client/pull/48) |
16 | | -* 1.5.0 - Following PRs addressed: |
| 17 | +* `1.5.0` - Following PRs addressed: |
17 | 18 | * [Add `FetchBucketTypePropsCommand` and `StoreBucketTypePropsCommand`](https://github.com/basho/riak-go-client/pull/42) |
18 | | -* 1.4.0 - Following issues / PRs addressed: |
| 19 | +* `1.4.0` - Following issues / PRs addressed: |
19 | 20 | * [Add `ResetBucketCommand`](https://github.com/basho/riak-go-client/pull/35) |
20 | 21 | * [Legacy Counter support](https://github.com/basho/riak-go-client/pull/33) |
21 | | -* 1.3.0 - Following issues / PRs addressed: |
| 22 | +* `1.3.0` - Following issues / PRs addressed: |
22 | 23 | * [Add `NoDefaultNode` option to `ClusterOptions`](https://github.com/basho/riak-go-client/pull/28) |
23 | 24 | * [`ConnectionManager` / `NodeManager` fixes](https://github.com/basho/riak-go-client/pull/25) |
24 | 25 | * [`ConnectionManager` expiration fix](https://github.com/basho/riak-go-client/issues/23) |
25 | | -* 1.2.0 - Following issues / PRs addressed: |
| 26 | +* `1.2.0` - Following issues / PRs addressed: |
26 | 27 | * [Conflict resolver not being passed to Fetch/Store-ValueCommand](https://github.com/basho/riak-go-client/issues/21) |
27 | 28 | * [Reduce exported API](https://github.com/basho/riak-go-client/pull/20) |
28 | 29 | * [Modify ClientError to trap an inner error if necessary](https://github.com/basho/riak-go-client/pull/19) |
29 | | -* 1.1.0 - Following issues / PRs addressed: |
| 30 | +* `1.1.0` - Following issues / PRs addressed: |
30 | 31 | * [Issues with incrementing counters within Maps](https://github.com/basho/riak-go-client/issues/17) |
31 | 32 | * [Extra goroutine in Execute](https://github.com/basho/riak-go-client/issues/16) |
32 | 33 | * [Execute does not return error correctly](https://github.com/basho/riak-go-client/isues/15) |
33 | | -* 1.0.0 - Initial release with Riak 2.0 support. |
34 | | -* 1.0.0-beta1 - Initial beta release with Riak 2 support. Command queuing and retrying not implemented yet. |
| 34 | +* `1.0.0` - Initial release with Riak 2.0 support. |
| 35 | +* `1.0.0-beta11 - Initial beta release with Riak 2 support. Command queuing and retrying not implemented yet. |
35 | 36 |
|
0 commit comments