Skip to content

Releases: ikilobyte/pulsar-client-php

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

v1.1.9

13 May 09:37
v1.1.9
545dcaf
Compare
Choose a tag to compare

Fix

  • Disrupt the connection to fair consumption

v1.1.8

02 Mar 10:54
v1.1.8
9487327
Compare
Choose a tag to compare

Added

  • Support Pulsar Schema only INT8INT16INT32INT64DOUBLESTRINGJSON
  • setSchema() to ConsumerOptions
  • setSchema() to ProducerOptions

v1.1.7

09 Jan 08:02
v1.1.7
6eb5801
Compare
Choose a tag to compare

Added

  • $loop parameter to Consumer::receive()