Skip to content

Releases: webgriffe/esb

1.0.0

03 Jun 12:06
Compare
Choose a tag to compare

💪 Improvements

  • Minor improvements

⚠️ BC Breaks

  • Make the following classes final, introducing interfaces where needed:
    • Webgriffe\Esb\DateTimeBuilder
    • Webgriffe\Esb\FlowConfiguration
    • Webgriffe\Esb\FlowExtension
    • Webgriffe\Esb\ProducerInstance
    • Webgriffe\Esb\WorkerInstance
    • Webgriffe\Esb\Model\Job
    • Webgriffe\Esb\Model\QueuedJob

0.2.3

03 Apr 08:11
Compare
Choose a tag to compare

🔧 Fixes

  • Properly bury job which is not unserializable (#2)

0.2.2

03 Apr 07:51
Compare
Choose a tag to compare

🔧 Fixes

  • Properly handle job unserialization errors by logging a critical event and burying the job (#2)

0.2.1

19 Oct 10:49
Compare
Choose a tag to compare

💪 Improvements

  • Improved error logging in case of failure during jobs produce

🔧 Fixes

  • Avoids ESB shutdown if producer fails

0.2.0

02 Oct 14:38
Compare
Choose a tag to compare

💪 Improvements

  • Lowers native mail handler log level to WARNING
  • Uses Monolog's HtmlFormatter to send nice mail notifications

⚠️ BC Breaks

  • Now all WARNING log entries are mailed this means that if you rely on the provided logger in your ESB now all the WARNING (and higher) entries will be mailed (not only CRITICAL or higher).
  • Parameters critical_events_to and critical_events_from has been renamed to logger_mail_to and logger_mail_from. You have to rename them in your esb.yml.

0.1.1

22 Aug 21:09
Compare
Choose a tag to compare

💪 Improvements

  • Improves tube search results UI in web console

🔧 Fixes

  • Fixes a fatal error that could happen during worker job release

0.1.0

22 Aug 06:31
Compare
Choose a tag to compare

Initial release