Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Feb 9, 2021
1 parent 5f57fe4 commit 39c20d8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [2.19.0] - 2020-02-09

* **Improvements**
* Remove Timeout in `wait_till_stabilized` in favor of `thread.join(timeout)` . Thanks to [Marcelo](https://github.com/MarcPer) [[#104](https://github.com/aerospike/aerospike-client-ruby/pull/104)]
* Adds `ResultCode::LOST_CONFLICT`

## [2.18.0] - 2020-12-01

* **Bug Fixes**
Expand Down Expand Up @@ -63,7 +69,7 @@ All notable changes to this project will be documented in this file.

* **Improvements**
* Optimize serialization for nested structures. Thanks to [@Kacper Madej](https://github.com/madejejej)! [[#94](https://github.com/aerospike/aerospike-client-ruby/pull/94)]
* Remove `Thread#abort_on_exception` from `batch_index_command`. Thanks to [@Kacper Madej](https://github.com/madejejej)! [[#94](https://github.com/aerospike/aerospike-client-ruby/pull/92)]
* Remove `Thread#abort_on_exception` from `batch_index_command`. Thanks to [@Kacper Madej](https://github.com/madejejej)! [[#92](https://github.com/aerospike/aerospike-client-ruby/pull/92)]
* Does not allow values other than Integer, Float, String, Symbol and nil to be used as keys in Maps.

* **Bug Fixes**
Expand Down

0 comments on commit 39c20d8

Please sign in to comment.