Skip to content

Releases: namelessjon/airline

Fix task metadata fetching

09 Apr 16:27
1c8f90a
Compare
Choose a tag to compare

This fixes task metadata

AWS Batch

05 Apr 11:17
Compare
Choose a tag to compare

Add wrapper for a function in an AWS Batch task. This annotates with various batch metadata

Also, improve logging

Timers and bug fixes

27 Mar 14:06
Compare
Choose a tag to compare

Add a new @timer() decorator for timing function calls

Fix bug in the lambda handler

Improve Exception Handling

24 Mar 15:55
Compare
Choose a tag to compare

This new release provides much more richly formatted exception handling - full stack traces get populated into the release.

Also, the main API is type annotated.

Fix API

21 Mar 16:47
Compare
Choose a tag to compare

This release removes an API method which had no implementation

Update Description

21 Mar 16:55
Compare
Choose a tag to compare

This is really just to update the description and classifiers on pypi

First Release

17 Mar 21:04
Compare
Choose a tag to compare

This is the first release of the project to pypi. The basic functionality is here, but it needs some tests and probably more usage examples