Skip to content

Releases: xethorn/garcon

Release 1.0.2

20 Jun 15:02
586eebe
Compare
Choose a tag to compare

Fixes:

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

Release 1.0.1

19 Jun 12:19
ec297af
Compare
Choose a tag to compare

Fix:

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

Release 1.0.0

12 Jun 15:31
40f7e9d
Compare
Choose a tag to compare

Notable changes:

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

Release v1.0.0-alpha.3

09 Jun 22:22
be5ae15
Compare
Choose a tag to compare
Pre-release

Fixes:

  • #96 : Fix activity execution.

Release 0.4.1

16 May 16:07
Compare
Choose a tag to compare

Change:

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

Release v1.0.0-alpha.2

10 May 16:03
3c2b455
Compare
Choose a tag to compare
Pre-release

Notable changes:

  • Fully deprecate python 2.7

Release v1.0.0-alpha.1

09 May 19:52
845d419
Compare
Choose a tag to compare
Pre-release

Additions:

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

Release 0.4.0

06 Jan 19:12
94b1345
Compare
Choose a tag to compare

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.

Release 0.3.2

06 Aug 21:16
Compare
Choose a tag to compare
  • Add error catching for Decider polling #76
  • Add error catching for Activity polling #75

Release 0.3.1

20 Apr 20:45
Compare
Choose a tag to compare