Skip to content

Releases: Workana/async-jobs

v2.0.3

06 May 14:58
ca7cbcf
Compare
Choose a tag to compare
  • Fix for symfony console warning

v2.0.2

27 Apr 14:34
5d20553
Compare
Choose a tag to compare

Changelog:

  • Add backwards compat for event produced with previous version

v2.0.1

26 Apr 20:50
4f6dd7b
Compare
Choose a tag to compare

Changelog:

  • Add: Psalm and Phpunit builders
  • Fix: migrated logic from doDispatch to callListeners for FailoverEventDispatcher following new EventDispatcher version.
  • Fix: Import classes that uses weren't declared
  • Fix: Annotations such as AggregateRootEventException::children property
  • Fix: Changes catch order in Worker.php
  • Removed: DefaultJobFormatter.php since it wasn't used and was incomplete

v2.0.0

23 Apr 19:36
fb5c87f
Compare
Choose a tag to compare

⚠️ This version has backwards incompatible changes ⚠️

Adds support for new Bernard version (1.0.0-alpha9), switching repo away from cfrutos/bernard and focusing on Workana repo and development branch ( https://github.com/Workana/bernard/tree/workana)

v1.2.2

06 Aug 16:38
a1ab73e
Compare
Choose a tag to compare
  • Fixed a bug in soft delete disabling logic

v1.2.1

06 Aug 12:46
9d445a5
Compare
Choose a tag to compare

v1.2.0

19 Dec 15:08
2de0c69
Compare
Choose a tag to compare
  • Breaking change: Support for PSR-11 was added and old container-interop interface was dropped.

Version 1.1.3

11 Jul 17:23
Compare
Choose a tag to compare

Revert PSR11 changes and fix some serialization/deserialization issues when a non persisted entity is being queued.

Version 1.1.1

22 Jan 12:20
Compare
Choose a tag to compare

Changelog:

Bugfixes

  • Job::shouldRetry had a bug which limited retries further than first attempt

Version 1.1.0-beta2

19 Jan 13:47
Compare
Choose a tag to compare
Version 1.1.0-beta2 Pre-release
Pre-release

Changes Since 1.1.0-beta

Other Changes

  • Fixed incorrect usage of class outside dependency scope for project.