Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

v2.0.0

Choose a tag to compare

@yoshi-automation yoshi-automation released this 14 Sep 09:32
afd7323

09-11-2020 05:03 PDT

Implementation Changes

  • Transition the library to microgenerator. (#158)
    This is a breaking change that introduces several method signature changes and drops support
    for Python 2.7 and 3.5
    .

Documentation

  • Add samples for using ordering keys. (#156)
  • Remove extra white space in delivery attempt sample. (#159)

Internal / Testing Changes

  • Fix flaky sequencer unit tests. (#187)