Current section

Files

Jump to
memcachir CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v3.3.1 - 2021-08-23
* Doc changes.
## v3.3.0 - 2019-12-16
* Upgrade of memcachex which now has telemetry support.
## v3.2.3 - 2019-05-27
* Packages upgrade.
## v3.2.2 - 2018-08-27
* Clustering Refactoring and improvements.
## v3.2.1 - 2018-08-16
* Upgrade of elasticachex, to close socket connections.
## v3.2.0 - 2018-08-06
* mget, mset, mset_cas and incr new methods.
## v3.1.0 - 2018-08-01
* More resilient to ElastiCache errors: node removal/addition.
* Multiple lib upgrades.
## v3.0.0 - 2017-06-17
* Clusters working with libring.
* Elixir v1.4.4
* Back to memcachex.
## v2.0.0 - 2017-05-09
* Complete rewrite using the [mcd](https://github.com/EchoTeam/mcd) erlang
library.
## v1.0.2 - 2017-03-08
* Fix bug with config hosts option.
## v1.0.0 - 2017-03-04
* Compatible with Elixir v1.4.2
* Changed `hostname` and `port` config options into `hosts`.
* Refactoring of the API
## v0.1.0 - 2017-02-18
* Initial release