Skip to content

Releases: php-service-bus/service-bus

Improve encoder\decoder

23 Oct 12:05
b6c75b8

Choose a tag to compare

Types correction

19 Oct 15:15
8fe73ee

Choose a tag to compare

Merge pull request #76 from mmasiukevich/develop

Develop

v2.0.1: Merge pull request #73 from mmasiukevich/develop

19 Oct 10:19
4093b96

Choose a tag to compare

Removed the ability to add handlers through the kernel;
Changed message processing logic

Transport and kernel refactoring

18 Oct 16:19
4f27a14

Choose a tag to compare

2.0.0

  • [Transport] Fully redesigned transport level
  • [Storage] Desperado\ServiceBus\Storage\ResultSet::getCurrent() now always returns an array or null
  • [Structure] Everything related to working with the database is transferred to Desperado\ServiceBus\Infrastructure
  • [Message delivery] Added endpoint support
  • [Initialization] Initial application initialization changed
  • [Structure] AnnotationsReader moved to Desperado\ServiceBus\Infrastructure

v1.2.3: Merge pull request #68 from mmasiukevich/develop

08 Oct 09:14
44327f8

Choose a tag to compare

Added

  • Added forced collection of links and freeing memory (1 time per hour)
  • Added processing "2" signal (Now the subscription will be canceled, and the daemon will stop working after 10 seconds (by default))

Moved

  • ./docker directory moved to ./tests/docker

Fixed

  • Optimized RAM usage

Fix heartbeat timer error

05 Oct 12:37
84f1ca4

Choose a tag to compare

Fixed

  • The bug with the heartbeat timer has been fixed

v1.2.1: Merge pull request #65 from mmasiukevich/develop

03 Oct 13:24
3e911fe

Choose a tag to compare

Added

  • AMQP Qos options support added to Amqp client configuration (The default number of preload messages is 100)
  • Limited number of tasks running simultaneously. Now, no more than 50 (previously there was no limit)

Fixed

  • Fixed a memory leak in the transport level
  • Optimized RAM usage

v1.2.0: Merge pull request #58 from mmasiukevich/develop

28 Sep 16:05
0732c73

Choose a tag to compare

Improve tests coverage;
Fix errors;
Change transport from ext-amqp to bunny (Temporary version);
Improve documentation;
rowsCount renamed to affectedRows;
http client moved to infrastructure;
added event loop lock detector;

Adding the return of affected rows

12 Sep 13:23
2afeb37

Choose a tag to compare

Merge pull request #43 from mmasiukevich/develop

Returns the number of rows affected by the last DELETE, INSERT, or UP…

fix autowiring interface support

10 Sep 09:39
ad7e90c

Choose a tag to compare

Merge pull request #37 from mmasiukevich/develop

fix autowiring interface support