Skip to content

Releases: spryker/queue

1.7.0

03 Sep 10:28

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.

1.6.2

26 Jul 11:26

Choose a tag to compare

Included commits: 1.6.1...1.6.2

Bugfixes

  • Switched from string to array for the command line argument.

1.6.1

24 May 13:55

Choose a tag to compare

Included commits: 1.6.0...1.6.1

Bugfixes

  • Adjusted the ProcessManager for the workers to not block each other.

1.6.0

11 Mar 08:01

Choose a tag to compare

Included commits: 1.5.0...1.6.0

Improvements

  • Fix the issue if a worker command fails to start, throw an exception for this case.
  • Save the queue process if it is still running, only if it finished.

1.5.0

13 Feb 15:02

Choose a tag to compare

Included commits: 1.4.0...1.5.0

Improvements

Added de_DE and en_US locale translations for Zed UI.

1.4.0

07 Feb 17:18

Choose a tag to compare

Included commits: 1.3.0...1.4.0

Improvements

  • Fixed return type for \Spryker\Client\Queue\QueueClient::acknowledge().
  • Fixed return type for \Spryker\Client\Queue\QueueClient::reject().
  • Fixed return types for \Spryker\Client\Queue\Model\Internal\ReceiverInterface.
  • Fixed return types for \Spryker\Client\Queue\Model\Proxy\QueueProxy.

1.3.0

18 Jan 15:15

Choose a tag to compare

Included commits: 1.2.0...1.3.0

Improvements

  • Introduced a new console command QueueDumpConsole
  • Introduced a new method QueueFacade::queueDump() that Reads messages from the specific queue with an ability to limit, acknowledge and format output data

1.2.0

02 Oct 07:16

Choose a tag to compare

Included commits: 1.1.2...1.2.0

Improvements

  • Added setting for queue worker loop
  • Fixed issue regarding worker and default config

1.1.2

24 Sep 14:32

Choose a tag to compare

Included commits: 1.1.1...1.1.2

Bugfixes

  • Extended queue transfer for supporting the locales

1.1.1

30 May 09:53

Choose a tag to compare

Included commits: 1.1.0...1.1.1

Improvements

  • QueueSendMessageTransfer::queuePoolName property is introduced.
  • QueueSendMessageTransfer::storeName property is introduced.