Releases: Workana/async-jobs
Releases · Workana/async-jobs
v2.0.3
v2.0.2
v2.0.1
Changelog:
- Add: Psalm and Phpunit builders
- Fix: migrated logic from
doDispatch
tocallListeners
forFailoverEventDispatcher
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
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
v1.2.1
- Support for disabling Soft Delete filter from Gedmo Extensions. New default has no effect in comparison with the behaviour of last version. See: http://atlantic18.github.io/DoctrineExtensions/doc/softdeleteable.html
v1.2.0
- Breaking change: Support for PSR-11 was added and old container-interop interface was dropped.
Version 1.1.3
Revert PSR11 changes and fix some serialization/deserialization issues when a non persisted entity is being queued.
Version 1.1.1
Changelog:
Bugfixes
Job::shouldRetry
had a bug which limited retries further than first attempt
Version 1.1.0-beta2
Changes Since 1.1.0-beta
Other Changes
- Fixed incorrect usage of class outside dependency scope for project.