Skip to content

Releases: zf-fr/zfr-eb-worker

2.0.4

11 Jan 20:19
2.0.4
Compare
Choose a tag to compare
  • Use require_once instead of include_once for AppConfig.

2.0.3

11 Jan 14:47
2.0.3
Compare
Choose a tag to compare
  • Fix the AppConfig path.

2.0.2

11 Jan 11:55
2.0.2
Compare
Choose a tag to compare
  • Add a QueuePublisherInterface key as alias, that maps to the concrete implementation for cleaner re-usability.

2.0.1

11 Jan 11:35
2.0.1
Compare
Choose a tag to compare
  • Add the attribute worker.task_name to the request attribute

2.0.0

10 Jan 20:51
2.0.0
Compare
Choose a tag to compare
  • jobs were renamed tasks to be on-par with Elastic Beanstalk worker terminology.

1.1.0

10 Jan 12:44
1.1.0
Compare
Choose a tag to compare
  • [BC] WorkerMiddleware has been moved to its own namespace. You should not have any problem unless you were explicitly extending the middleware.

1.0.4

30 Dec 20:04
1.0.4
Compare
Choose a tag to compare
  • Update PHPUnit dependency for better PHP7 support

1.0.3

30 Dec 19:56
1.0.3
Compare
Choose a tag to compare
  • Fix directory for Container tests

1.0.2

25 Dec 22:20
1.0.2
Compare
Choose a tag to compare
  • Ensure that messages are not duplicated by clearing the messages on flush

1.0.1

22 Dec 11:23
1.0.1
Compare
Choose a tag to compare
  • Fix typo in exception error message