Releases: ascentstream/pulsar
Releases · ascentstream/pulsar
v3.0.8.0-3c4291c-SNAPSHOT
v3.0.8.0-SNAPSHOT-16a7bcc
v2.10.7.4
2.10.7.4 (2024-10-10)
- chore: release 2.10.7.4 (aa7084e)
- [fix] Bump io.airlift:aircompressor from 0.20 to 0.27 (47ab166)
- [fix][io] Upgrade mssql server docker tag in DebeziumMsSqlContainer (apache#23318) (bbf572e)
- [fix][sec] Upgrade Avro to 1.11.4 to address CVE-2024-47561 (apache#23394) (a4ec7b0)
v2.10.7.4-SNAPSHOT-35e64fa
What's Changed
- [feat][build] Add support for ARM image by @nodece in #12
- [fix][broker] Fix cursor should use latest ledger config (apache#22644) by @nodece in #13
- [improve][broker] Improve ResourceGroup by @nodece in #14
- [fix][broker] Fix ReplicationDispatch update by @nodece in #16
- [improve][broker] Improve rgCalculatedQuota and rgRemoteUsageReports metrics by @nodece in #17
- [improve][build] Use jlink to custom Java runtime by @nodece in #18
- Cherry pick 202406072319 by @nodece in #19
- Check CI by @nodece in #22
- [fix][broker] Clean stats when resource is closed by @nodece in #23
Full Changelog: https://github.com/ascentstream/pulsar/commits/v2.10.7.4-SNAPSHOT-35e64fa
v3.0.7.0-SNAPSHOT-a030c50
v2.10.7.3
2.10.7.3 (2024-09-11)
- chore: release 2.10.7.3 (0935a97)
- [cleanup][broker] Follow up on apache#16968 to restore some behavior in PersistentDispatcherMultipleConsum (6176720)
- [fix] [broker] maintain last active info in memory only. (apache#22794) (8f31136)
- [fix] [broker] Messages lost on the remote cluster when using topic level replication (apache#22890) (a630009)
- [fix] [broker] Topic can never be loaded up due to broker maintains a failed topic creation future ( (3e63ef6)
- [fix][broker] Clean stats when resource is closed (e6acd0f)
- [fix][broker] Duplicate ByteBuffer when Caching Backlogged Consumers (apache#17105) (49fcf57)
- [fix][broker] Fix broker OOM when upload a large package. (apache#22989) (8c939d5)
- [fix][broker] fix exception may hidden and result in stuck when topic loading (apache#23102) (170a1f0)
- [fix][broker] Fix memory leak if entry exists in cache (apache#16996) (23203a2)
- [fix][broker] Fix MessageDeduplication replay timeout cause topic loading stuck (apache#23004) (69d5fae)
- [fix][broker] Fix schema deletion error when deleting a partitioned topic with many partitions and s (a5ebf73)
- [fix][broker] Fix stuck when enable topic level replication and build remote admin fails (apache#23028) (85fd190)
- [fix][broker] Fix the bug that elected leader thinks it's a follower (apache#23138) (eb06f66)
- [fix][broker] Fix unexpected subscription deletion caused by the cursor last active time not updated (3167b73)
- [fix][broker] Terminate replicator when topic is closed (1ab3a2f)
- [fix][broker] The topic might reference a closed ledger (apache#22860) (9ed3e28)
- [fix][broker]Prevent
StackOverFlowException
in SHARED subscription(apache#16968) (433b22b) - [fix][build] Call sendMessagesToConsumers (3e37978)
- [fix][build] fix license (7bc4039)
- [fix][ci] upgrade actions/upload-artifact to v4 from v2 (c8460b2)
- [fix][meta] Fix close borrowed executor (apache#19761) (0fb2d30)
- [fix][test] Fix test (14e29a0)
- [fix][test] use @BeforeMethod(alwaysRun = true) (292ba53)
- [improve][admin] Improve BrokerStats.allocatorStats (apache#23242) (ed1184e)
- [improve][broker] Refactor update topic partitions endpoint. (apache#19166) (68f470d)
- [improve][build] Move docker-push profile to submodule (apache#23093) (7ddc16a)
- [improve][build] Reduce the intermediate layer (aa84c6e)
- [improve][build] Upgrade docker-maven-plugin to 0.45.0 (apache#23091) (d1a579f)
- [improve][meta] Make session notification to be async. (apache#19869) (937f10b)
- [managed-ledger] Do not send duplicate reads to BK/offloaders (apache#17241) (f264db7)
- [pulsar-broker] Support caching to drain backlog consumers (apache#12258) (e85ff54)
- [Tests] Adapt FastThreadLocalStateCleaner to Netty changes: suppress excessive logging (apache#15269) (35e64fa)
- InflightReadsLimiter - limit the memory used by reads end-to-end (from storage/cache to the write to (f974ddf)
v2.10.7.2
2.10.7.2 (2024-08-28)
- chore: release 2.10.7.2 (e52e12d)
- [fix][broker] Clean stats when resource is closed (e6acd0f)
- [fix][broker] fix exception may hidden and result in stuck when topic loading (apache#23102) (170a1f0)
- [fix][broker] Fix schema deletion error when deleting a partitioned topic with many partitions and s (a5ebf73)
- [fix][broker] Fix the bug that elected leader thinks it's a follower (apache#23138) (eb06f66)
- [fix][meta] Fix close borrowed executor (apache#19761) (0fb2d30)
- [improve][build] Move docker-push profile to submodule (apache#23093) (7ddc16a)
- [improve][build] Reduce the intermediate layer (aa84c6e)
- [improve][build] Upgrade docker-maven-plugin to 0.45.0 (apache#23091) (d1a579f)
- [improve][meta] Make session notification to be async. (apache#19869) (937f10b)
v2.10.7.2-SNAPSHOT-89c92e3
What's Changed
- [feat][build] Add support for ARM image by @nodece in #12
- [fix][broker] Fix cursor should use latest ledger config (apache#22644) by @nodece in #13
- [improve][broker] Improve ResourceGroup by @nodece in #14
- [fix][broker] Fix ReplicationDispatch update by @nodece in #16
- [improve][broker] Improve rgCalculatedQuota and rgRemoteUsageReports metrics by @nodece in #17
- [improve][build] Use jlink to custom Java runtime by @nodece in #18
- Cherry pick 202406072319 by @nodece in #19
- Check CI by @nodece in #22
- [fix][broker] Clean stats when resource is closed by @nodece in #23
Full Changelog: https://github.com/ascentstream/pulsar/commits/v2.10.7.2-SNAPSHOT-89c92e3
v2.10.7.2-SNAPSHOT-86382c9
What's Changed
- [feat][build] Add support for ARM image by @nodece in #12
- [fix][broker] Fix cursor should use latest ledger config (apache#22644) by @nodece in #13
- [improve][broker] Improve ResourceGroup by @nodece in #14
- [fix][broker] Fix ReplicationDispatch update by @nodece in #16
- [improve][broker] Improve rgCalculatedQuota and rgRemoteUsageReports metrics by @nodece in #17
- [improve][build] Use jlink to custom Java runtime by @nodece in #18
- Cherry pick 202406072319 by @nodece in #19
Full Changelog: https://github.com/ascentstream/pulsar/commits/v2.10.7.2-SNAPSHOT-86382c9
v2.10.7.1
2.10.7.1 (2024-06-10)
- chore: release 2.10.7.1 (1008902)
- [fix] [broker] Fix metrics pulsar_topic_load_failed_count is 0 when load non-persistent topic fails (9c345f1)
- [fix][schema] Error checking schema compatibility on a schema-less topic via REST API (apache#22720) (4a2fb34)
- [fix][test] Fix testPerTopicStats (apache#22870) (73cf1d9)
- [improve][broker] Add
topic_load_failed
metric (apache#19236) (1b75d97) - [improve][broker] Improve rgCalculatedQuota and rgRemoteUsageReports metrics (#17) (3c76893)
- [improve][build] Use jlink to custom Java runtime (#18) (6411d31)
- Fix unit test for cherry-picked 573bf6d (bce9be0)