Releases: ikilobyte/pulsar-client-php
Releases · ikilobyte/pulsar-client-php
v1.3.4
Fix
#31 decrement received messages
v1.3.2
Add
- #27 Allow zero receive_queue_size for
ConsumerOptions
@g41797
New Contributors
@g41797
v1.3.1
Fix
#24 cluster Lookup not served by this instance
v1.3.0
✨ New Features
- Support TLS (
pulsar+ssl://
or https://
)
Added
- interface Authentication
public function authorization(): string;
v1.2.2
Add
- Send Batch Message for
Producer
#20
- Batch Receive Message for
Consumer
#20
Fix
DeadLetterPolicy
__construct param
v1.2.1
Add
sendAsync
whitout keepalive
- Default dead letter using consumer subscriptions
- add errCode to MessageNotFound
v1.2.0
Add
- Producer
Keepalive
Connection
- Remove
ArrayAccess
Interface Compatible PHP8