Wallaroo v0.3.0 Release Notes

Release Date: 2017-12-18 // over 6 years ago
  • ๐Ÿ›  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)