Skip to content

Releases: spryker/queue

1.9.3

11 Nov 07:17

Choose a tag to compare

Included commits: 1.9.2...1.9.3

Improvements

  • Adjusted QueueHelperTrait for compatibility with Codeception 5.

1.9.2

02 Aug 13:18

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

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

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

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

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

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

Choose a tag to compare

Included commits: 1.7.2...1.7.3

Fixes

  • Fixed translations.

1.7.2

17 Jun 15:49

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

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.