Skip to content

v0.17.1

Compare
Choose a tag to compare
@whoahbot whoahbot released this 12 Sep 18:29
· 882 commits to main since this release
795b306

Overview

  • Adds the batch operator to Dataflows. Calling Dataflow.batch
    will batch incoming items until either a batch size has been reached
    or a timeout has passed.

  • Adds the SimplePollingInput source. Subclass this input source to
    periodically source new input for a dataflow.

  • Re-adds GLIBC 2.27 builds to support older linux distributions.

What's Changed

Full Changelog: v0.17.0...v0.17.1