Skip to content

Releases: ikilobyte/pulsar-client-php

v1.4.1

19 Jul 01:41
Compare
Choose a tag to compare

Add

#34 Error message lost

New Contribution

@consatan

v1.4.0

09 Apr 08:55
179e1d8
Compare
Choose a tag to compare

Add

#33 PHP8.4 Support

New Contribution

@krunchyklown

v1.3.4

25 Mar 08:51
702495a
Compare
Choose a tag to compare

Fix

#31 decrement received messages

v1.3.3

22 Jul 13:24
6e063ec
Compare
Choose a tag to compare

Add

  • without TLS cert #29

v1.3.2

28 May 01:37
v1.3.2
8d59941
Compare
Choose a tag to compare

Add

  • #27 Allow zero receive_queue_size for ConsumerOptions @g41797

New Contributors

@g41797

v1.3.1

24 May 10:19
v1.3.1
1896968
Compare
Choose a tag to compare

Fix

#24 cluster Lookup not served by this instance

v1.3.0

04 May 09:23
v1.3.0
6623fc3
Compare
Choose a tag to compare

✨ New Features

  • Support TLS (pulsar+ssl:// or https://

Added

  • interface Authentication public function authorization(): string;

v1.2.2

25 Oct 09:51
v1.2.2
bcfd6ba
Compare
Choose a tag to compare

Add

  • Send Batch Message for Producer #20
  • Batch Receive Message for Consumer #20

Fix

  • DeadLetterPolicy __construct param

v1.2.1

18 Jun 07:44
v1.2.1
92aab25
Compare
Choose a tag to compare

Add

  • sendAsync whitout keepalive
  • Default dead letter using consumer subscriptions
  • add errCode to MessageNotFound

v1.2.0

31 May 01:09
v1.2.0
c68bfa0
Compare
Choose a tag to compare

Add

  • Producer Keepalive Connection
  • Remove ArrayAccess Interface Compatible PHP8