Skip to content

Releases: php-service-bus/service-bus

Improvement & bug fixes

02 Dec 13:17
c0bf84d

Choose a tag to compare

  • Fixed error related to closing unused database connections
  • Optimized the work of the message serializer
  • Optimized work with RabbitMQ
  • Bug fixes

Implement all amqp methods

27 Nov 13:49
b618954

Choose a tag to compare

Merge pull request #104 from mmasiukevich/develop

Implement all amqp methods

Fix resolve promise error

27 Nov 12:17
b3d4318

Choose a tag to compare

Merge pull request #103 from mmasiukevich/develop

fix promise resolution

Components initialization changes

20 Nov 15:05
169d644

Choose a tag to compare

Merge pull request #99 from mmasiukevich/develop

change container initialization

Dependencies update

19 Nov 15:15
1397d8f

Choose a tag to compare

Merge pull request #98 from mmasiukevich/develop

update dependencies versions; fix log chunk size

Reducing code complexity

02 Nov 12:56
957a53f

Choose a tag to compare

Merge pull request #96 from mmasiukevich/develop

Develop

Components update

31 Oct 12:48
2034987

Choose a tag to compare

v2.1.5: Merge pull request #90 from mmasiukevich/develop

28 Oct 11:55
1cc90ab

Choose a tag to compare

Added tracing header (service-bus-trace-id)
Event sourcing bug fixes

Files change monitor

26 Oct 07:04
42cdf1a

Choose a tag to compare

Added observer, stopping the application when files change

v2.0.4: Merge pull request #80 from mmasiukevich/develop

23 Oct 14:37
f7b2e5c

Choose a tag to compare

Fixed a bug with processing MethodChannelCloseFrame
Changed log messages about the number of deleted circular references
Added stopAfter method that allows you to shut down the daemon after N seconds
The useDefaultStopSignalHandler method now takes a delay in seconds; now you can also specify a list of processed signals (default: 2 (SIGINT), 15 (SIGTERM))