Skip to content

Commit

Permalink
Update changelog; bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Dec 14, 2018
1 parent b3d00b6 commit f6943b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [3.8.0] - 2018-12-14

* **New Features**
* Add support for rack-aware clients
* Add client run-time stats
* Add support for rack-aware clients.
* Add client run-time stats.

* **Updates**
* Update C client library to [v4.4.0](http://www.aerospike.com/download/client/c/notes.html#4.4.0).
* Remove unused error codes
* Improve global command queue docs
* Remove unused error codes.
* Improve global command queue docs.
* Shared memory layout has changed. The default Config#sharedMemory.key has changed to 0xA8000000 so old client applications do not mix shared memory with new client applications. If you are using shared memory clients with a custom shared memory key, it's critical that you change the key when upgrading to this version.

## [3.7.2] - 2018-11-09

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aerospike",
"version": "3.7.2",
"version": "3.8.0",
"description": "Aerospike Client Library",
"keywords": [
"aerospike",
Expand Down

0 comments on commit f6943b4

Please sign in to comment.