Garcon Versions Save

Library for AWS SWF.

v1.0.2

3 years ago

Fixes:

  • #102 : fix: retrieving history for a given identity only accepts strings, None was provided.

v1.0.1

3 years ago

Fix:

  • #100 : fix the next page token in the decider params.

v1.0.0

3 years ago

Notable changes:

  • #86: Migrates from boto 2 to boto 3.
  • #94: Removes support for python 2.7

v1.0.0-alpha.3

3 years ago

Fixes:

  • #96 : Fix activity execution.

0.4.1

4 years ago

Change:

  • Enables calling on_exception when activity.fail throws an exception.
  • Deprecate python 2.7, 3.4

v1.0.0-alpha.2

4 years ago

Notable changes:

  • Fully deprecate python 2.7

v1.0.0-alpha.1

4 years ago

Additions:

  • Migrate to boto3 #86
  • Enable capturing failures when fail throws an exception #90

0.4.0

6 years ago

Additions:

  • Add exponential backoff on poll activities #79.
  • Add logger to decider #81.
  • Add identifier to activity poll #82.
  • Add identifier to decider poll #83.

0.3.2

6 years ago
  • Add error catching for Decider polling #76
  • Add error catching for Activity polling #75

0.3.1

8 years ago
  • Fix: #72