Skip to content

Releases: apache/pulsar

Release 1.17.1

31 Mar 06:46
Compare
Choose a tag to compare
  • #326 Fix memory leak while duplicating entry data from existing entry

Release 1.17

31 Mar 03:11
Compare
Choose a tag to compare

Main changes

  • #188 Pulsar Dashboard
  • #276 Broker persist individually deleted messages
  • #282 Support binary format to persist managed-ledger info in ZK
  • #292 Added REST and CLI tool to expose ManagedLedger metadata
  • #285 Add documentation in japanese
  • #178 Add Athenz authentication plugin
  • #186 Update Broker service configuration dynamically
  • #215 Fix Broker disconnects unsupported batch-consumer on batch-message topic
  • #165 Message dispatching on consumer priority-level
  • #303 Introduce new load manager implementation
  • #306 Add topic loading throttling at broker
  • #302 Update BK version to 4.3.1.60-yahoo to include: 64bit ledger-ids, fix: memory leak on read-only bookie and datasketches concurrency issue
  • #216 Binary proto api to get consumer stats
  • #225 Server lookup throttling
  • #182 Client lookup request throttling and server-error handling
  • #265 Fix client handling on http server error
  • #204 Fix discovery service redirection
  • #311 Fix netty package conflict at binary distribution
  • #221 Fixed race condition on client reconnection logic
  • #239 Fix replicator handling on closed cursor
  • #318 GC improvements: Recyclable entry and reduce collection on stats generation

Full list of changes

https://github.com/yahoo/pulsar/milestone/3?closed=1

Release 1.16.5

24 Mar 22:40
Compare
Choose a tag to compare

Changes

#311 Exclude netty individual jars from binary distribution. This issue was causing binary distribution to have conflicting netty dependencies.

Release 1.16.4

10 Mar 22:14
Compare
Choose a tag to compare

Changes

#265 Fix client closes http-connection on internal-server error
#283 Fix recycle keep alive command-object properly
#284 Reduce usage of collections in managed-ledger metrics-generation to reduce GC impact

Release 1.16.3

04 Mar 02:37
Compare
Choose a tag to compare

Changes

  • #275 Fix for Infinite loop in PersistentReplicator.startProducer()

Release 1.16.2

28 Feb 01:38
Compare
Choose a tag to compare

Changes

#250 : Disconnect consumers without closing dispatcher on cursor-reset

Release 1.16.1

25 Feb 03:18
Compare
Choose a tag to compare

Main changes

  • #221 Fixed race condition while creating client connection
  • #223 Fixed broker's direct memory usage count
  • #220 Fixed stuck replicator producer on backlog quota exception
  • #239 Fixed replicator stop reading on already closed cursor

Release 1.16

02 Feb 23:24
Compare
Choose a tag to compare

Main changes

  • #76 Async Zookeeper cache implementation
  • #105 Support topic lookup using pulsar binary protocol
  • #164 Fixed handling failure of unloading namespace bundle
  • #166 Support websocket proxy deployment without passing globalZK
  • #161 Fixed avoiding creation of duplicate replicator
  • #160 Add support uri encoding on broker admin rest api
  • #143 Include DataSketches metrics provider for bookie stats
  • #127 Updated BK-4.3.1.45/47-yahoo to include bookie/bookkeeper-client bug-fixes and DataSketch metrics provider
  • #124 Consumer-stats: Add blockedConsumer flag
  • #95 Consumer-stats: Add message redelivery rate
  • #123 Fixed Batch message replication
  • #106 Fixed Partitioned consumer should avoid blocking call to fill shared queue
  • #139 Support online consumer cursor reset
  • #187 Support custom advertised address in pulsar standalone

Full list of changes

https://github.com/yahoo/pulsar/milestone/2?closed=1

Release 1.15.7

26 Jan 01:39
Compare
Choose a tag to compare

Changes

  • #174 Handling bundle unloading failure

Release 1.15.6

20 Jan 23:29
Compare
Choose a tag to compare

Changes

  • #171 Fix: Consumer redelivery should not wipeout availablePermits