All Versions
15
Latest Version
Avg Release Cycle
27 days
Latest Release
1943 days ago

Changelog History
Page 2

  • v0.4.0 Changes

    January 12, 2018

    ๐Ÿ›  Fixed

    • Do not force shrink count to a minimum of 1 (PR #1931)
    • ๐Ÿ›  Fix bug that caused worker joins to fail after the first successful round. (PR #1927)

    โž• Added

    • โž• Add "Running Wallaroo" section to book (PR #1914)

    ๐Ÿ”„ Changed

    • ๐Ÿ†• New version of Python API based on decorators (PR #1833)
  • v0.3.3 Changes

    January 09, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix shrink autoscale query reply (PR #1862)

    โž• Added

    ๐Ÿ”„ Changed

    • ๐Ÿ— Turn off building with AVX512f CPU extensions to work around a LLVM bug (PR #1932)
  • v0.3.2 Changes

    December 28, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ“š Updates to documentation
  • v0.3.1 Changes

    December 22, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ“š Updates to documentation
  • v0.3.0 Changes

    December 18, 2017

    ๐Ÿ›  Fixed

    • Get ctrl-c to shutdown cluster after autoscale (PR #1760)
    • Send all unacked messages when resuming normal sending at OutgoingBoundary (PR #1766)
    • ๐Ÿ›  Fix bug in Python word count partitioning logic (PR #1723)
    • โž• Add support for chaining State Partition -> Stateless Partition (PR #1670)
    • ๐Ÿ›  Fix Sender to properly dispose of files (PR #1673)
    • Create ProxyRouters to all required steps during initialization

    โž• Added

    • โž• Add join for more than 1 worker simultaneously (PR #1759)
    • โž• Add stateless partition shrink recalculation (PR #1767)
    • โž• Add full support for partition routing to newly joined worker (PR #1730)
    • Shutdown cluster cleanly when SIGTERM or SIGINT is received (PR #1705)

    ๐Ÿ”„ Changed

    • Don't report a cluster as ready to work until node connection protocol has completed (PR #1771)
    • โž• Add Env as argument to source/sink builders (PR #1734)