jobs v0.4.2 Release Notes

Release Date: 2015-12-31 // about 8 years ago
  • ๐Ÿš€ This release features no real code changes. All I did was update one of the tests so that it would pass when run on CircleCI. To be more specific, I had to update TestRecurringJob so that it was less fickle. Previously, it would fail whenever you passed the -race flag to go test due to subtle timing differences.

    ๐Ÿฑ CircleCI is now fully set up and the tests pass ๐ŸŽ‰

    Full Changelog

    • ๐Ÿ›  Fix TestRecurringJob so it is less fickle and will pass with the -race flag.

Previous changes from v0.4.0

  • ๐Ÿš€ This release incorporates PR #30. Thanks @utrack!

    ๐Ÿ‘ท I wanted to prioritize getting #30 into master, so I have not yet implemented everything that was planned for Milestone 0.4.0. As a result, some issues have been pushed back to Milestone 0.5.0.

    Full Changelog

    • ๐Ÿ‘ท Implement Pool.SetAfterFunc which allows you to specify a function that should be run after each job is executed, regardless of whether it was successful.