Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Jan 11, 2017
1 parent edae598 commit 95e1ad7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change History

## January 11 2017: v1.24.0

Minor feature and fix release.

* **New Features**

- TLS/SSL connections are now officially supported.
- Added Role/Privilege API.

* **Improvements**

- Return a client-side error when no ops are passed to the operate command.
- Export error attribute in `NodeError`
- Do not attempt to refresh peers if it is not supported by the nodes.

* **Fixes**

- Use namespace default-ttl for tests instead of assuming 30d
- Always drain scan connections after parsing the records.
- Fix panic in GetObject() if all bins in result is nil. PR #172, thanks to [Hamper](https://github.com/hamper)
- Fix WritePolicy usage with UDF. PR #174, thanks to [Bertrand Paquet](https://github.com/bpaquet)
- Close connection right when it has an io error and don't wait for the caller.

## December 20 2016 : v1.23.0

Minor feature and fix release.
Expand Down

0 comments on commit 95e1ad7

Please sign in to comment.