Skip to content

Commit

Permalink
bump version to 1.0.55; update C client; add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Jan 15, 2016
1 parent ecf443b commit ce55cce
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
1.0.55 / 2016-01-15
===================

* **Improvements**
* Update to C Client v4.0.0.
* Documentation updates. Thanks to @mrbar42!
* Avoid polluting global namespace. Thanks to @mrbar42!
* Use `standard` module to enforce coding style.
* Add `connTimeoutMs` and `tenderInterval` client configs.

* **Fixes**
* Fix connection issues when using V8 profiler (`node --prof`)
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": "1.0.54",
"version": "1.0.55",
"description": "Aerospike Client Library",
"tags": [
"aerospike",
Expand Down
2 changes: 1 addition & 1 deletion scripts/aerospike-client-c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
################################################################################

AEROSPIKE_C_VERSION=${AEROSPIKE_C_VERSION:-'3.1.25'}
AEROSPIKE_C_VERSION=${AEROSPIKE_C_VERSION:-'4.0.0'}

################################################################################
#
Expand Down

0 comments on commit ce55cce

Please sign in to comment.