Skip to content

Releases: ascentstream/pulsar

v2.10.7.0

15 Mar 16:03
Compare
Choose a tag to compare

v2.10.6.10

28 Feb 04:14
Compare
Choose a tag to compare

2.10.6.10 (2024-02-28)

  • chore: release 2.10.6.10 (484a0d7)

v2.10.6.9

23 Feb 09:55
Compare
Choose a tag to compare

2.10.6.9 (2024-02-23)

  • chore: release 2.10.6.9 (b1faf6c)
  • [authentication] Update original auth data after auth data refresh (apache#21660) (afba7f6)
  • [branch-2.10][fix][broker] Duplicate LedgerOffloader creation when na… (apache#21610) (760f21f)
  • [branch-2.10][improve][broker] Do not retain the data in the system topic (apache#22031) (6dd94a3)
  • [fix] [broker] do not filter system topic while shedding. (apache#18949) (d8d3561)
  • [fix] [broker] Fix thousands orphan PersistentTopic caused OOM (apache#21540) (6481873)
  • [fix] [broker] Fix write all compacted out entry into compacted topic (apache#21917) (476539c)
  • [fix] [broker] network package lost if enable haProxyProtocolEnabled (apache#21684) (aa44ef6)
  • [fix] [broker] Replication stopped due to unload topic failed (apache#21947) (151843d)
  • [fix] [broker] Update topic policies as much as possible when some ex was thrown (apache#21810) (9e4328b)
  • [fix] [log] fix the vague response if topic not found (apache#20932) (137e65d)
  • [fix] [ml] Fix retry mechanism of deleting ledgers to invalidate (apache#21869) (cb8a5e3)
  • [fix][broker] Avoid pass null role in MultiRolesTokenAuthorizationProvider (apache#21486) (051fdcc)
  • [fix][broker] Correct schema deletion for parititioned topic (apache#21574) (c7d276b)
  • [fix][broker] Do not write replicated snapshot marker when the topic which is not enable replication (b040773)
  • [fix][broker] Fix create topic with different auto creation strategies causes race condition (apache#21545 (0d8bb0c)
  • [fix][broker] Fix incorrect unack msk count when dup ack a message (#8) (6ac6b00)
  • [fix][broker] Fix memory leak during topic compaction (apache#21647) (a660503)
  • [fix][broker] Fix namespace bundle stuck in unloading status (apache#21445) (apache#21567) (7a488c2)
  • [fix][broker] Fix setReplicatedSubscriptionStatus incorrect behavior (apache#21510) (d774897)
  • [fix][broker] Fix String wrong format (apache#21829) (56aaac5)
  • [fix][broker] Fix the deadlock when using BookieRackAffinityMapping with rackaware policy (apache#21481) (8d83447)
  • [fix][broker] Fix the issue of topics possibly being deleted. (apache#21704) (583d70e)
  • [fix][broker] fix the wrong value of BrokerSrevice.maxUnackedMsgsPerDispatcher (apache#21765) (e851217)
  • [fix][broker] Fix typo in the config key (apache#21690) (4ad7e1a)
  • [fix][broker] namespace not found will cause request timeout (apache#18512) (e865a42)
  • [fix][broker] Sanitize values before logging in apply-config-from-env.py script (apache#22044) (167efb7)
  • [fix][broker] Support running docker container with gid != 0 (apache#22081) (585736a)
  • [fix][broker][branch-3.1] Avoid PublishRateLimiter use an already closed RateLimiter (apache#22011) (52a3bab)
  • [fix][broker]Fix NonPersistentDispatcherMultipleConsumers ArrayIndexOutOfBoundsException (apache#21856) (dace72c)
  • [fix][broker]Fixed produce and consume when anonymousUserRole enabled (apache#21237) (2cd51fa)
  • [fix][build] Delete unused imported introduced by apache#21947 (788cd9e)
  • [fix][build] Fix compatibility issue introduced by apache#20750 (cbec5ea)
  • [fix][client] Fix ConsumerBuilderImpl#subscribe silent stuck when using pulsar-client:3.0.x with jac (984a9cd)
  • [fix][client] fix negative message re-delivery twice issue (apache#20750) (90ef8f9)
  • [fix][client] Fix print error log 'Auto getting partitions failed' when expend partition. (apache#21485) (9b5c611)
  • [fix][misc] Bump GRPC version to 1.55.3 to fix CVE (apache#21057) (9fb1978)
  • [fix][ml] Fix unfinished callback when deleting managed ledger (apache#21530) (fc8c3e6)
  • [fix][proxy] Move status endpoint out of auth coverage (apache#21494) (746a24b)
  • [fix][sec] Bump avro version to 1.11.3 for CVE-2023-39410 (apache#21341) (9b76c63)
  • [fix][sec] Exclude avro from hadoop-client (apache#21719) (221553e)
  • [fix][sec] exclude logback from zookeeper(apache#14601) (b1cc287)
  • [fix][sec] Upgrade commons-compress to 1.26.0 (apache#22086) (c43645f)
  • [fix][sec] Upgrade Netty to 4.1.100 to address CVE-2023-44487 (apache#21397) (43cde8d)
  • [fix][sec] Upgrade snappy-java to 1.1.10.5 (apache#21280) (557c2cf)
  • [fix][test] Fix PerformanceProducer send count error (apache#21706) (0407463)
  • [fix][txn] Ack all message ids when ack chunk messages with transaction. (apache#21268) (cfe97a8)
  • [improve] [broker] Let the producer request success at the first time if the previous one is inactiv (77807af)
  • [improve] [broker] Let the producer request success at the first time if the previous one is inactiv (b796d3a)
  • [improve] PIP-241: add TopicEventListener / topic events for the BrokerService (#5) (038c574)
  • [improve][broker] Support not retaining null-key message during topic compaction (apache#21578) (e2ffadb)
  • [improve][build] Upgrade Apache ZooKeeper to 3.9.1 (apache#20933) (a4beb2c)
  • [improve][proxy] Fix comment about enableProxyStatsEndpoints (apache#21757) (6e12ea8)
  • fix duplicate calculation for msgRateIn and msgThroughputIn in replication stats (apache#15062) (0a7da58)
  • fix] [ml] Fix orphan scheduled task for ledger create timeout check (apache#21542) (7c968d1)
  • Revert "[fix][misc] Bump GRPC version to 1.55.3 to fix CVE (apache#21057)" (b954c40)
  • Revert "[improve] [broker] Let the producer request success at the first time if the previous one is (ba0e37f)
  • Revert "[improve][broker][branch-2.10] Backport Linux metrics changes from master branch (apache#20659)" (0e6e72e)
  • Upgrade OWASP dependency check maven plugin version (6c2bba9)
  • cve: exclude ch.qos.logback in canal.protocol (8da7144)

v2.10.6.8

02 Dec 06:40
Compare
Choose a tag to compare

2.10.6.8 (2023-12-02)

  • chore: release 2.10.6.8 (7eb52e5)
  • [branch-2.10][fix][broker] Duplicate LedgerOffloader creation when na… (apache#21610) (760f21f)
  • [fix] [log] fix the vague response if topic not found (apache#20932) (137e65d)
  • [fix][broker] Correct schema deletion for parititioned topic (apache#21574) (c7d276b)
  • [fix][broker] Do not write replicated snapshot marker when the topic which is not enable replication (b040773)
  • [fix][broker] Fix create topic with different auto creation strategies causes race condition (apache#21545 (0d8bb0c)
  • [fix][broker] Fix namespace bundle stuck in unloading status (apache#21445) (apache#21567) (7a488c2)
  • [fix][broker] namespace not found will cause request timeout (apache#18512) (e865a42)
  • [fix][proxy] Move status endpoint out of auth coverage (apache#21494) (746a24b)
  • [fix][txn] Ack all message ids when ack chunk messages with transaction. (apache#21268) (cfe97a8)
  • [improve] [broker] Let the producer request success at the first time if the previous one is inactiv (77807af)
  • [improve] [broker] Let the producer request success at the first time if the previous one is inactiv (b796d3a)
  • fix duplicate calculation for msgRateIn and msgThroughputIn in replication stats (apache#15062) (0a7da58)
  • Revert "[improve] [broker] Let the producer request success at the first time if the previous one is (ba0e37f)
  • Revert "[improve][broker][branch-2.10] Backport Linux metrics changes from master branch (apache#20659)" (0e6e72e)

v2.10.6.7

29 Nov 09:21
Compare
Choose a tag to compare

2.10.6.7 (2023-11-29)

  • chore: release 2.10.6.7 (1fb4b30)

v2.10.6.6

28 Nov 01:00
Compare
Choose a tag to compare

2.10.6.6 (2023-11-28)

  • chore: release 2.10.6.6 (23c16cf)
  • [feat][broker] Update and remove topic properties (#4) (09f4094)

v2.10.6.5

20 Nov 09:54
Compare
Choose a tag to compare

2.10.6.5 (2023-11-20)

  • chore: release 2.10.6.5 (1aec7d0)

v2.10.6.4

13 Nov 03:50
Compare
Choose a tag to compare

2.10.6.4 (2023-11-13)

v2.10.6.3

04 Nov 16:17
Compare
Choose a tag to compare

2.10.6.3 (2023-11-04)

  • [fix][broker] Override onMessagePublish in BrokerInterceptors (#3) (4895685)

v2.10.6.2

03 Nov 03:53
Compare
Choose a tag to compare

2.10.6.2 (2023-11-03)

  • [feat][broker] Add onMessagePublish method to BrokerInterceptor (#1) (7647f4d)
  • [fix] [bk-client] Fix bk client MinNumRacksPerWriteQuorum and EnforceMinNumRacksPerWriteQuorum not (d692445)
  • [fix] [broker] Make the new exclusive consumer instead the inactive one faster (apache#21183) (7cb32a2)
  • [fix] [client] fix reader.hasMessageAvailable return false when incoming queue is not empty (apache#21259) (f7f9134)
  • [fix] [ml] fix wrong msg backlog of non-durable cursor after trim ledgers (apache#21250) (63f2901)
  • [fix] [ml] Reader can set read-pos to a deleted ledger (apache#21248) (c696c88)
  • [fix][broker] Fix MultiRoles token provider NPE when using anonymous clients (apache#21429) (8e1180a)
  • [fix][broker][branch-2.10] Fix inconsistent topic policy (apache#21258) (ec2f17a)
  • [fix][broker]Check that the super user role is in the MultiRolesTokenAuthorizationProvider plugin (# (e01b85e)
  • [fix][ml] Fix thread safe issue with RangeCache.put and RangeCache.clear (apache#21302) (a741bb6)
  • [fix][sec] Fix MultiRoles token provider when using anonymous clients (apache#21338) (80713a8)
  • [fix][test] Fix flaky test NarUnpackerTest (apache#21328) (55878d5)
  • [improve] [broker] Not close the socket if lookup failed caused by bundle unloading or metadata ex ( (761490b)
  • [improve] [broker] Print warn log if ssl handshake error & print ledger id when switch ledger (apache#2120 (f3876c1)