Current section

Files

Jump to
memcachir CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
## v3.2.2
* Clustering Refactoring and improvements.
## v3.2.1
* Upgrade of elasticachex, to close socket connections.
## v3.2.0
* mget, mset, mset_cas and incr new methods.
## v3.1.0
* More resilient to ElastiCache errors: node removal/addition.
* Multiple lib upgrades.
## v3.0.0
* Clusters working with libring.
* Elixir v1.4.4
* Back to memcachex.
## v2.0.0
* Complete rewrite using the [mcd](https://github.com/EchoTeam/mcd) erlang
library.
## v1.0.2
* Fix bug with config hosts option.
## v1.0.0
* Compatible with Elixir v1.4.2
* Changed `hostname` and `port` config options into `hosts`.
* Refactoring of the API
## v0.1.0
* Initial release