All Versions
5
Latest Version
Avg Release Cycle
18 days
Latest Release
2243 days ago

Changelog History

  • v0.2.2 Changes

    March 06, 2018
    • ๐Ÿ‘‰ Use queue instead of list for roundrobin algorithm (#9)
    • Implement weighted roundrobin through roundrobin algorithm (#9)
  • v0.2.1 Changes

    February 16, 2018
    • RoundRobin strategy uses now atomic operation (thanks to @novaugust)
    • Expanded readme to provide more information on how to use EctoFacade
  • v0.2.0 Changes

    January 30, 2018
    • โž• Added option to fallback to master repository when none of read repository is accessible
    • โž• Added weighted roundrobin algorithm
  • v0.1.1 Changes

    • โž• Added roundrobin algorithm
  • v0.1.0 Changes

    • ๐ŸŽ‰ Initial version