1. 00a6bad [improve][broker] Change partition metadata not-found log to warn (#26381) by Jiwei Guo · 2 days ago master
  2. 20ef856 [fix][broker] Reject topic names with leading or trailing whitespace on creation (#26281) by crossoverJie · 2 days ago
  3. a25ae29 [fix][broker] Do not log an error when the tenant does not exist (#26361) by Penghui Li · 2 days ago
  4. 3be684a [fix][client] Divide the across-partitions budget only when it was set explicitly (#26384) by Lari Hotari · 3 days ago
  5. 99ae8ae [improve][build] Upgrade async-http-client to 3.0.13 and netty-reactive-streams to 2.0.19 (#26366) by Lari Hotari · 3 days ago
  6. bbc02f0 [fix][test] Fix OneWayReplicatorSchemaValidationEnforcedTest racing the replicator's remote topic creation (#26382) by Lari Hotari · 3 days ago
  7. 68aa11c [fix][cli] Set --enable-native-access=ALL-UNNAMED for the CLI tools on Java 24+ (#26365) by Lari Hotari · 3 days ago
  8. 81936d5 [improve][build] Set --enable-native-access=ALL-UNNAMED for test JVMs on Java 24+ (#26367) by Lari Hotari · 3 days ago
  9. 1db5b80 [improve][build] Upgrade BouncyCastle to 1.85 and BouncyCastle FIPS to 2.1.x (#26349) by Lari Hotari · 3 days ago
  10. 6fbb9d6 [improve][build] Upgrade networking and infrastructure client libraries (#26358) by Lari Hotari · 3 days ago
  11. b660d70 [fix][client] Apply no-memory-limit producer queue defaults at producer creation (#26342) by Lari Hotari · 3 days ago
  12. ae07c33 [fix][offload] Normalize offloader cache directory path (#26372) by Cong Zhao · 4 days ago
  13. 9f923a4 [improve][build] Upgrade OkHttp to 5.5.0 and Okio to 3.18.1 (#26352) by Lari Hotari · 4 days ago
  14. 81722ee [improve][build] Upgrade Gson to 2.14.0 and json-smart to 2.6.0 (#26355) by Lari Hotari · 4 days ago
  15. e2ed9ca [improve][build] Upgrade misc tooling, annotation and utility libraries (#26359) by Lari Hotari · 4 days ago
  16. ee1c18d [improve][build] Upgrade data structure and compression libraries (#26357) by Lari Hotari · 4 days ago
  17. 9a9f462 [improve][build] Upgrade gRPC to 1.83.1 and Protobuf to 4.35.1 (#26356) by Lari Hotari · 4 days ago
  18. 1d549c8 [improve][build] Upgrade Jakarta and servlet APIs within the Jakarta EE 10 level (#26354) by Lari Hotari · 4 days ago
  19. e3320836 [improve][monitor] Upgrade Dropwizard Metrics to 4.2.39 and HdrHistogram to 2.2.2 (#26353) by Lari Hotari · 4 days ago
  20. 6cfb191 [improve][test] Upgrade test libraries (#26351) by Lari Hotari · 4 days ago
  21. ac2b2d2 [improve][build] Upgrade Gradle plugins and move to the io.github.ben-manes.versions plugin id (#26350) by Lari Hotari · 4 days ago
  22. bc660a8 [improve][build] Upgrade Apache Commons libraries (#26348) by Lari Hotari · 4 days ago
  23. 6629b4b [improve][build] Upgrade Jersey to 3.1.12 (#26347) by Lari Hotari · 4 days ago
  24. bcdbdaa [fix][broker] Prevent Key_Shared out-of-order replay starvation at the end of topic (#26268) by sinan liu · 5 days ago
  25. 8810361 [fix][sec] Upgrade Jackson to 2.21.6 (#26338) by Lari Hotari · 6 days ago
  26. 3b176c3 [improve][build] Upgrade OpenTelemetry to 1.65.0, instrumentation to 2.30.0, semconv to 1.43.0 (#26334) by Lari Hotari · 6 days ago
  27. 387e7c5 [improve][misc] PIP-478: remove the superseded PIP-337 TLS stack (#26322) by Lari Hotari · 7 days ago
  28. 1d8d4711 [improve][client] PIP-478: Athenz and SASL v5 authentication plugins (#26319) by Lari Hotari · 7 days ago
  29. b0a2604 [improve][build] Upgrade Shadow plugin to 9.6.1 and merge service descriptor files in shaded jars (#26333) by Lari Hotari · 8 days ago
  30. ab60681 [improve][build] Upgrade Gradle to 9.7.0 (#26332) by Lari Hotari · 8 days ago
  31. 307035b [fix][sec] Bump log4j2 from 2.26.0 to 2.26.1 (#26329) by dependabot[bot] · 8 days ago
  32. be203ca [fix][sec] Pin httpclient5 to 5.6.4 and httpcore5 to 5.4.3 (#26331) by Lari Hotari · 8 days ago
  33. 3061275 [fix][ml] Make inflight reads limiter work even if managed ledger cache is disabled (#26296) by fengyubiao · 8 days ago
  34. e712ffea [improve][ci] Gate CI in apache/pulsar on the pull request being ready for testing (#26323) by Lari Hotari · 9 days ago
  35. 75cc51e [improve][client] PIP-478: drive the v5 authentication model natively in the client (#26317) by Lari Hotari · 9 days ago
  36. ddd043b [improve][broker][proxy] Add httpMaxResponseHeaderSize config (#26255) by zhou zhuohan · 9 days ago
  37. 96dd35a [fix][test] Fix flaky AuditorPeriodicCheckTest.testFailedWriteRecovery (#26316) by Lari Hotari · 9 days ago
  38. 416d9d7 [improve][misc] Upgrade Conscrypt to 2.6.2 to restore the native library glibc baseline (#26315) by Lari Hotari · 9 days ago
  39. fd7eebb [feat][client] PIP-478: asynchronous v5 client authentication and TLS factory integration (core migration) (#26282) by Lari Hotari · 10 days ago
  40. 86ff200 [improve][misc] Upgrade Conscrypt to 2.6.1 to add aarch64 native support (#26314) by Lari Hotari · 10 days ago
  41. 2babfbc [Fix][broker]Get a fenced error when loading a topic that does not allowed the cluster to access (#26276) by fengyubiao · 10 days ago
  42. 3412427 [improve][broker] Expose interface for the replicator in ManagedLedger instead of cast the class (#26298) by Yong Zhang · 11 days ago
  43. a5e7937 [fix][test] Fix flaky TestReplicationWorker.testRepairedNotAdheringPlacementPolicyLedgerFragmentsOnRack (#26308) by Lari Hotari · 11 days ago
  44. 9a5bed3 [fix][broker] Wait for in-flight snapshot creation when trimming orphaned delayed-delivery buckets (#26309) by Lari Hotari · 11 days ago
  45. afa93b5 [cleanup][ml] Remove unused metadata quorum configuration fields (#26293) by somil jain · 12 days ago
  46. a87e36d [fix][ml] Skip contiguous deleted ranges during reads (#26299) by Cong Zhao · 12 days ago
  47. 403aae6 [improve][misc] Upgrade Jetty to 12.1.12 (#26302) by Lari Hotari · 12 days ago
  48. cb90c12 [fix][sec] Upgrade Netty to 4.2.17 to address several CVEs and bugs (#26300) by Lari Hotari · 12 days ago
  49. e2d706b [fix][client] Make V5 async producer flush() await the caller's send futures (#26287) by Lari Hotari · 12 days ago
  50. 17de556 [fix][txn] Fix X-Pulsar-txn-uncommitted header semantics and add X-Pulsar-txn-consumable for peek messages (#26073) by fengyubiao · 13 days ago
  51. af54f64 [fix][misc] Remove unnecessary " {}" suffix from log lines when there are no context attributes (#26285) by Lari Hotari · 2 weeks ago
  52. bab5c77 [feat][misc] PIP-478: default file-based TLS factory implementation (#26271) by Lari Hotari · 2 weeks ago
  53. 2fbf416 [fix][admin] Avoid creating subscriptions when peeking messages if auto-creation is disabled (#26279) by void-ptr974 · 2 weeks ago
  54. 34c7c94 [fix][broker] Fix bucket delayed delivery counter and dedup consistency (#26251) by Zixuan Liu · 3 weeks ago
  55. 534fd89 [improve][io] Replace Spring Framework with cron-utils in CronTriggerer (#26269) by Lari Hotari · 3 weeks ago
  56. c61fc19 [feat][misc] PIP-478: dedicated pulsar-tls-factory-api and pulsar-http-client-api SPI modules (#26222) by Lari Hotari · 3 weeks ago
  57. f61d66c [improve][broker] PIP-486 (PR5): broker-side entry-bucket handoff for orderly consumer scaling (#26208) by Matteo Merli · 3 weeks ago
  58. bb4768d [feat][pip] PIP-478: Asynchronous v5 client auth plugin interfaces and TLS material provider plugin interface (#25890) by Lari Hotari · 3 weeks ago
  59. a107d51 [fix][broker] Fix delayed-delivery bucket merge failures when delayedDeliveryMaxNumBuckets is 1-3 (#26242) by void-ptr974 · 3 weeks ago
  60. ac4cda7 [fix][client] Avoid exception in ConsumerImpl hasMessageAvailable before first receive (#25857) by void-ptr974 · 4 weeks ago
  61. bbd1970 [fix][sec] Upgrade lz4-java to 1.11.1 to address CVE-2026-59949 (#26250) by Lari Hotari · 4 weeks ago
  62. 6a109ac [fix][test] Fix flaky AdminApiTest caused by leaked brokerShutdownTimeoutMs (#26249) by Lari Hotari · 4 weeks ago
  63. d54d83d [fix][ml] Tolerate concurrent creation of the managed ledger z-node (#26247) by Lari Hotari · 4 weeks ago
  64. 4790c38 [fix][broker] Release entry on GetLastMessageId when parseMessageMetadata throws (#26089) by SongOf · 4 weeks ago
  65. 32146ae [fix][broker] Prevent stale service unit callbacks from dropping active lookup and cleanup jobs (#26146) by void-ptr974 · 4 weeks ago
  66. aa3ec21 [fix][broker] Fix TableViewLoadDataStoreImpl close deadlock that stalls broker shutdown (#26243) by Lari Hotari · 4 weeks ago
  67. 3ebf796 [fix][client] Fix unAckedMessageTracker cleanup on multi-topics batch ack (#26001) by Dream95 · 4 weeks ago
  68. f07e0ed [fix][fn] Forward source message properties in Python runtime (#26191) by sbourkeostk · 4 weeks ago
  69. c6fd26f [fix][broker] Fix silently dropped acknowledgement failures in PulsarMetadataEventSynchronizer (#26237) by SongOf · 4 weeks ago
  70. c5cb6fc [fix][broker] Fix delayed message index data loss when trimming overlapping bucket snapshots (#26240) by void-ptr974 · 4 weeks ago
  71. 931f9fb [fix][broker] Fix incorrect listener URLs returned by ModularLoadManager lookups (#26245) by void-ptr974 · 4 weeks ago
  72. bc0e8b5 [fix][broker] Prevent completing replicated snapshot before marker publish (#26119) by sinan liu · 4 weeks ago
  73. 73549d2 [fix][broker] Prevent stale topic unload cleanup from removing active cache entries (#26145) by void-ptr974 · 4 weeks ago
  74. bc56ba8 [fix][meta] Complete handleMetadataEvent future exceptionally when the initial get fails (#26199) by SongOf · 4 weeks ago
  75. 78cc3f4 [fix][meta] Record get op stats on the correct completion branch in AbstractMetadataStore (#26201) by SongOf · 4 weeks ago
  76. 37ceb98 [fix][broker] Fix Key_Shared delivery stall when look-ahead triggers at the end of the topic (#26236) by Lari Hotari · 4 weeks ago
  77. a4b7aaa [fix][meta] Fix RocksdbMetadataStore instanceId not advancing across restarts (#26218) by SongOf · 4 weeks ago
  78. a965f5f [improve][offload] Support credentials from offload policies for S3 and Aliyun OSS drivers (#26232) by kannar · 4 weeks ago
  79. 1aa37ff [fix][ml] Preserve ledger entries/size when transformLedgerInfo callback completes after a concurrent close (#26228) by 道君- Tao Jiuming · 4 weeks ago
  80. 8aab815 [fix][sec] Upgrade grpc in pulsar-function-go to 1.82.1 to fix GHSA-hrxh-6v49-42gf (#26235) by Lari Hotari · 4 weeks ago
  81. 0679b0d [fix][broker] Prevent stale read completions from stranding Failover subscriptions (#26174) by Alexandre Burgoni · 4 weeks ago
  82. 99f5848 [fix][sec] Bump google.golang.org/grpc from 1.79.3 to 1.82.1 in /pulsar-function-go/examples (#26231) by dependabot[bot] · 4 weeks ago
  83. 4bfb080 [improve][misc] Upgrade Jetty to 12.1.11 (#26233) by Lari Hotari · 4 weeks ago
  84. 520b0da [fix][broker] Trigger max read position callback for messages published during transaction buffer recovery (#26234) by Lari Hotari · 4 weeks ago
  85. 094f270 [fix][broker] Check deliverAt before containsMessage in bucket addMessage (#26230) by Zixuan Liu · 4 weeks ago
  86. 79a2c6f [fix][ml] Preserve ledger properties when closing ledger (#26227) by 道君- Tao Jiuming · 4 weeks ago
  87. f51864c [improve][build] Upgrade slog to 0.10.0 (#26226) by Lari Hotari · 4 weeks ago
  88. 045d628 [improve][build] Upgrade docker base image Alpine to 3.24 (#26225) by Lari Hotari · 4 weeks ago
  89. 90cba32 [fix][fn] Return inputSpecs consumerProperties in function GET info (#26217) by Dream95 · 5 weeks ago
  90. 6302699 [fix][broker] Fix `getEstimatedSizeSinceMarkDeletePosition` throw `IllegalArgumentException` (#26184) by Jiwei Guo · 5 weeks ago
  91. 2ff3030 [fix][client] Preserve null values in pulsar-admin schema output (#26196) by Jiwei Guo · 5 weeks ago
  92. f1650c5 [fix][broker] Log exception in PulsarMetadataEventSynchronizer failure path (#26203) by SongOf · 5 weeks ago
  93. 0ca94f5 [fix][meta] Fix NPE in shouldIgnoreEvent when MetadataEvent options is null (#26200) by SongOf · 5 weeks ago
  94. 060b130 [improve][broker] Optimize SegmentedLongArray with heap-backed long[][] (#26183) by Zixuan Liu · 5 weeks ago
  95. c886c07 [improve][broker] Optimize bucket delayed-delivery bitmap point operations (#26205) by Zixuan Liu · 5 weeks ago
  96. 3d00280 [fix][cli] Fix V5 scalable-topics property parsing (#26177) by void-ptr974 · 5 weeks ago
  97. 842cfac [fix][test] Fix flaky test `testCompactionPriority ` (#26198) by Jiwei Guo · 5 weeks ago
  98. 8af7868 [fix][broker] Prevent partition expansion from inheriting delayed-delivery bucket state (#26179) by void-ptr974 · 5 weeks ago
  99. fe61afd [improve][broker] Skip system cursor when check inactive cursor. (#26149) by Yan Zhao · 5 weeks ago
  100. 8576283 [fix][client] Fix lookup permit double-release, waiting queue starvation and timeout-response races in ClientCnx (#26143) by zhou zhuohan · 5 weeks ago