(#25793) [improve][offload] Coalesce automatic offload triggers to reduce retry loops and ledger scans(#25899) [fix][client] Prevent duplicate ServiceUrlProvider initialization(#25919) [fix][proxy] Avoid intermittent 502 when admin proxy follows a broker redirect for a request with a body(#25916) [fix][client] Clean up unacked messages when unsubscribing a topic with ack timeout backoff(#25868) [improve][fn] make built-in functions reload incremental(#25892) [fix][test] Fix flaky SameAuthParamsLookupAutoClusterFailoverTest.testAutoClusterFailover() test(#25910) [fix][meta] Fix ZooKeeper session reconnect race condition in PulsarZooKeeperClient.clientCreator(#25913) [fix][meta] Fix PulsarZooKeeperClient async addWatch callback retry behavior(#25426) [fix][test] Fix flaky testMsgDropStat in NonPersistentTopicTest(#25826) [fix][client] Reset higher-index states on recovery in SameAuthParamsLookupAutoClusterFailover(#25620) [fix][broker] Fix stuck chunks in SharedConsumerAssignor permit tracking(#25594) [fix][broker] Fix precision loss in DataSketchesSummaryLogger by replacing LongAdder with DoubleAdder for sum accumulation(#25525) [improve][client] Best-effort retry for individual/batch-index acks on send failure when ackReceiptEnabled=false(#25817) [fix][broker] Fix non-batched null-value messages not removed during topic compaction(#25825) [fix][bk] Fix NPE in IsolatedBookieEnsemblePlacementPolicy when policy class does not match(#25803) [fix][broker] Fix PersistentMessageExpiryMonitor findEntryComplete() method may lose mark-delete properties in race condition(#25865) Return 400 for invalid reader messageId query parameter(#25862) [fix][broker] Fix compaction cursor reset may lose mark-delete properties(#25889) [fix][test] Fix flaky PulsarFunctionTlsTest.testFunctionsCreation() test(#25864) [fix][test] Fix flaky ProducerCleanupTest timer cleanup(#25867) [fix][fn] Fix Go function runtime to continue after user exceptions and add neg-ack tests(#25866) [fix][test] Stabilize WebService rate limiting test
feat: support Kafka functions in registry servicec397c788 fix buildregistry-service: Support agent trigger client paginationfeat: support orca managed agents