Skip to content

Commit

Permalink
Bump package version to 3.10.0; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Apr 8, 2019
1 parent 9ffa604 commit d29cb1b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [3.10.0] - 2019-04-08

* **New Features**
* Support new relaxed read modes for SC namespaces. (via C client v4.6)
* Use stack based connection pools for more aggressive trimming of idle connections. (via C client v4.6)

* **Updates**
* *BREAKING*: Read consistency level changes - see [Incompatible API Changes](https://www.aerospike.com/docs/client/nodejs/usage/incompatible.html#version-3-10-0) for details.
* Update C client library to [v4.6.1](http://www.aerospike.com/download/client/c/notes.html#4.6.1).
* Update nan to [v2.12.1](https://github.com/nodejs/nan/blob/master/CHANGELOG.md).
* Update mocha, codecov & other dev dependencies to latest version.

## [3.9.0] - 2019-02-20

* **Updates**
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.9.0",
"version": "3.10.0",
"description": "Aerospike Client Library",
"keywords": [
"aerospike",
Expand Down

0 comments on commit d29cb1b

Please sign in to comment.