All Versions
24
Latest Version
Avg Release Cycle
55 days
Latest Release
2023 days ago

Changelog History
Page 1

  • v0.3.4 Changes

    October 04, 2018
    • Managing publisher connections with poolboy. #65. Now channels are reused for publishing messages thanks to the usage of Poolboy.
  • v0.3.3

    June 20, 2018
  • v0.3.2 Changes

    February 21, 2018
    • Reject without retry. #54
  • v0.3.1 Changes

    January 30, 2018
    • Typespec fix. #50
    • ๐Ÿ›  Fix errors.result payload. #51
    • โšก๏ธ Update codebase with mix format. #52
  • v0.3.0 Changes

    December 05, 2017
  • v0.2.2 Changes

    August 18, 2017
    • ๐Ÿ›  Fix typespec #42
  • v0.2.1 Changes

    July 25, 2017
    • ๐Ÿ‘ท Expose FailureBackend.Logger.get_job_error_message/1. #37
  • v0.2.0 Changes

    July 24, 2017

    ๐Ÿ‘Œ Support the failure backend extension. ๐Ÿ‘ท You can implement your own job failure reporting module.

    There is no change needed in your code for the changes and TaskBunny reports 0๏ธโƒฃ the job errors to Logger by default. There are slight changes on the message format and its contents.

    ๐Ÿ‘€ See #36 for the details.

  • v0.1.2 Changes

    June 02, 2017
    • ๐Ÿ‘ท Disable workers with the config. #35
  • v0.1.1 Changes

    May 23, 2017
    • ๐Ÿ›  Fix the issue with multiple hosts. #33