Waiting for release:
- Use queue instead of list for roundrobin algorithm (#9)
- Implement weighted roundrobin through roundrobin algorithm (#9)
- RoundRobin strategy uses now atomic operation (thanks to @novaugust)
- Expanded readme to provide more information on how to use EctoFacade
- Added option to fallback to master repository when none of read repository is accessible
- Added weighted roundrobin algorithm
- Added roundrobin algorithm
- Initial version