Releases: thesis-php/amqp
Releases Β· thesis-php/amqp
1.0.2
1.0.1
What's Changed
- FIX: same count method in watermark(). by @wispoz in #59
- FIX: remove unnecessary property by @wispoz in #60
- Enable support for cacertFile, verifyPeer and verifyPeerName params by @luckydimdim in #63
New Contributors
- @wispoz made their first contribution in #59
- @luckydimdim made their first contribution in #63
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- Refactor integration with DeliverySupervisor by @kafkiansky in #49
- Replace Amp\Future with Thesis\Sync on Delivery methods by @kafkiansky in #50
- Use Thesis\TimeSpan by @vudaltsov in #35
- Fix channel garbage collection by @vudaltsov in #53
- Hooks refactoring by @vudaltsov in #54
- Allow to call Channel::get concurrently by @kafkiansky in #51
- Allow to call Channel::close concurrently by @kafkiansky in #52
- Fix iterator complete by @kafkiansky in #55
- Improve documentation by @kafkiansky in #58
- RPC implementation by @kafkiansky in #39
- Clear all Channel and Client state on close/disconnect by @kafkiansky in #57
Full Changelog: 0.3.1...1.0.0
0.3.1
What's Changed
- Implicit connection on
Client::channel()by @kafkiansky in #22 - Allow concurrent and exclusive call to
DeliveryMessage::ack,DeliveryMessage::nackorDeliveryMessage::rejectby @kafkiansky in #23
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Enable
tcp_nodelayby default. by @kafkiansky in #10 - Use PascalCase for ChannelMode cases by @vudaltsov in #20
- Add Channel::isClosed() by @vudaltsov in #19
- Support cluster config by @kafkiansky in #14
- Publish batch of messages API by @kafkiansky in #15
- Use Message in Delivery by @vudaltsov in #21
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Disconnect in destructor if PHP >= 8.4 by @vudaltsov in #8
- Use DateTimeImmutable by @vudaltsov in #2
- Improve Channel::consume() PhpDoc and README by @vudaltsov in #1
- Fix Confirmation::awaitAll() by @vudaltsov in #6
New Contributors
- @vudaltsov made their first contribution in #8
Full Changelog: 0.1.0...0.2.0
0.1.0
Full Changelog: https://github.com/thesisphp/amqp/commits/0.1.0