[ANNOUNCE] YCSB 0.3.0 Release

2015-08-10 Thread Govind Kamat
On behalf of the development community, I'm pleased to announce the
release of YCSB version 0.3.0.

Highlights:

* Apache Accumulo 1.6 support
* Aerospike 3.5 support (new)
* Apache Cassandra 2.0 CQL support
* Apache HBase 1.0 support
* MongoDB - support for all production versions released since 2011
* Tarantool 1.6 support
*
* ~5 additional datastore bindings in experimental status
* Several updates and fixes

Full release notes, including links to source and convenience binaries:

https://github.com/brianfrankcooper/YCSB/releases/tag/0.3.0

-- 
Govind


[ANNOUNCE] YCSB 0.11.0 released

2016-09-22 Thread Govind Kamat
On behalf of the development community, I'm pleased to announce the
release of YCSB version 0.11.0.

Highlights:
* Support for ArangoDB.  This is a new binding.
* Update to Apache Geode (incubating) to improve memory footprint.
* "couchbase" client deprecated in favor of "couchbase2".
* Capability to specify TTL for Couchbase2.
* Various Elasticsearch improvements.
* Kudu binding updated for version 0.9.0.
* Fix for issue with hdrhistogram+raw.
* Performance optimizations for BasicDB and RandomByteIterator. 

Full release notes, including links to source and convenience binaries:
https://github.com/brianfrankcooper/YCSB/releases/tag/0.11.0

This release covers changes since the beginning of July.

Govind