Packages

Ecto Facade Repository that allows to separate write from read operations

Current section

Files

Jump to
ecto_facade CHANGELOG.md
Raw

CHANGELOG.md

Waiting for release:
# 0.2.1
- RoundRobin strategy uses now atomic operation (thanks to @novaugust)
- Expanded readme to provide more information on how to use EctoFacade
# 0.2.0
- Added option to fallback to master repository when none of read repository is accessible
- Added weighted roundrobin algorithm
# 0.1.1
- Added roundrobin algorithm
# 0.1.0
- Initial version