Releases: ikilobyte/pulsar-client-php
Releases · ikilobyte/pulsar-client-php
v1.3.1
24 May 10:19
Compare
Sorry, something went wrong.
No results found
Fix
#24 cluster Lookup not served by this instance
v1.3.0
04 May 09:23
Compare
Sorry, something went wrong.
No results found
✨ New Features
Support TLS (pulsar+ssl:// or https://)
Added
interface Authentication public function authorization(): string;
v1.2.2
25 Oct 09:51
Compare
Sorry, something went wrong.
No results found
Add
Send Batch Message for Producer #20
Batch Receive Message for Consumer #20
Fix
DeadLetterPolicy __construct param
v1.2.1
18 Jun 07:44
Compare
Sorry, something went wrong.
No results found
Add
sendAsync whitout keepalive
Default dead letter using consumer subscriptions
add errCode to MessageNotFound
v1.2.0
31 May 01:09
Compare
Sorry, something went wrong.
No results found
Add
Producer Keepalive Connection
Remove ArrayAccess Interface Compatible PHP8
v1.1.9
13 May 09:37
Compare
Sorry, something went wrong.
No results found
Fix
Disrupt the connection to fair consumption
v1.1.8
02 Mar 10:54
Compare
Sorry, something went wrong.
No results found
Added
Support Pulsar Schema only INT8、INT16、INT32、INT64、DOUBLE、STRING、JSON
setSchema() to ConsumerOptions
setSchema() to ProducerOptions
v1.1.7
09 Jan 08:02
Compare
Sorry, something went wrong.
No results found
Added
$loop parameter to Consumer::receive()
v1.1.6
03 Jan 10:12
Compare
Sorry, something went wrong.
No results found
Added
Changed
fix: fwrite Handling cases that return false by @xiasf in #5
v1.1.5
21 Nov 06:58
Compare
Sorry, something went wrong.
No results found
Added
Only Support Reconnect By Consumer
add getRedeliveryCount() for Message
add setReconnectPolicy() for ConsumerOptions
Changed
DLQ replace partition topic flag(-partition-\d+)