Skip to content

Releases: spryker/queue

1.9.2

02 Aug 13:18
Compare
Choose a tag to compare

Included commits: 1.9.1...1.9.2

Fixes

  • Adjusted QueueFacade::startWorker() so it outputs the correct message within enabled logging mode.

1.9.1

05 Oct 10:05
Compare
Choose a tag to compare

Included commits: 1.9.0...1.9.1

Fixes

  • Adapted compatibility shim with symfony/process 3.4.x to clarify why it exists

1.9.0

27 May 11:16
Compare
Choose a tag to compare

Included commits: 1.8.2...1.9.0

Improvements

  • Introduced InMemoryAdapterInterface and InMemoryQueueAdapter.
  • Introduced QueueHelper which replaces the "real" queue for testing.
  • Introduced ResponseTransfer for debugging purposes.

1.8.2

06 Oct 12:07
Compare
Choose a tag to compare

Included commits: 1.8.1...1.8.2

Fixes

  • Use array instead of string for Process.
  • Added return type-hint to the console command.

1.8.1

25 Sep 09:33
Compare
Choose a tag to compare

Included commits: 1.8.0...1.8.1

Fixes

  • Fixed unknown constants if pcntl_ext is not enabled

1.8.0

15 Sep 08:31
Compare
Choose a tag to compare

Included commits: 1.7.3...1.8.0

Improvements

  • Introduced QueueConfig::getSignalsForGracefulWorkerShutdown() method to define the list of signals that will be handled for the graceful queue worker shutdown.
  • Adjusted queue worker with signal handing so it gracefully shutdowns when a signal is received.

1.7.3

25 Jun 07:47
Compare
Choose a tag to compare

Included commits: 1.7.2...1.7.3

Fixes

  • Fixed translations.

1.7.2

17 Jun 15:49
Compare
Choose a tag to compare

Included commits: 1.7.1...1.7.2

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.

1.7.1

24 Sep 18:36
Compare
Choose a tag to compare

Included commits: 1.7.0...1.7.1

Bugfixes

  • Fixed usage of Symfony Process with string input.
  • Command output will write to file again.

1.7.0

03 Sep 10:28
Compare
Choose a tag to compare

Included commits: 1.6.2...1.7.0

Improvements

  • Adjusted QueueFacadeInterface::startWorker() with the optional $options argument. If $options[SharedQueueConfig::CONFIG_WORKER_STOP_WHEN_EMPTY] is equal to true, the worker execution will stop when the queues are empty.