Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1020 Bytes

CHANGELOG.md

File metadata and controls

21 lines (14 loc) · 1020 Bytes

Changelog

All notable changes to Wallaroo will be documented in this file.

[unreleased] - unreleased

Fixed

  • 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 full support for partition routing to newly joined worker (PR #1730)
  • Shutdown cluster cleanly when SIGTERM or SIGINT is received (PR #1705)

Changed

  • Add Env as argument to source/sink builders (PR #1734)
  • Changelog Hook Test 2 (PR #1669)