Releases: php-service-bus/service-bus
Releases · php-service-bus/service-bus
Improvement & bug fixes
- 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
Merge pull request #104 from mmasiukevich/develop Implement all amqp methods
Fix resolve promise error
Merge pull request #103 from mmasiukevich/develop fix promise resolution
Components initialization changes
Merge pull request #99 from mmasiukevich/develop change container initialization
Dependencies update
Merge pull request #98 from mmasiukevich/develop update dependencies versions; fix log chunk size
Reducing code complexity
Merge pull request #96 from mmasiukevich/develop Develop
Components update
Updated amphp/postgres and amphp/parallel components
v2.1.5: Merge pull request #90 from mmasiukevich/develop
Added tracing header (service-bus-trace-id)
Event sourcing bug fixes
Files change monitor
Added observer, stopping the application when files change
v2.0.4: Merge pull request #80 from mmasiukevich/develop
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))