This is an automated email from the ASF dual-hosted git repository.
heesung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6308f897d397 Update pulsar-3.0.3.md (Added Client update)
6308f897d397 is described below
commit 6308f897d39728f0f3247559ecc71824accc0680
Author: Heesung Sohn <[email protected]>
AuthorDate: Sun Mar 10 13:00:31 2024 -0700
Update pulsar-3.0.3.md (Added Client update)
---
release-notes/versioned/pulsar-3.0.3.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/release-notes/versioned/pulsar-3.0.3.md
b/release-notes/versioned/pulsar-3.0.3.md
index 4caa622eaea4..0cd4ef9b5f7d 100644
--- a/release-notes/versioned/pulsar-3.0.3.md
+++ b/release-notes/versioned/pulsar-3.0.3.md
@@ -103,6 +103,17 @@ sidebar_label: Apache Pulsar 3.0.3
- [fix][sec] Add a check for the input time value
[22023](https://github.com/apache/pulsar/pull/22023)
- [fix] [log] fix the vague response if topic not found
[20932](https://github.com/apache/pulsar/pull/20932)
+### Client
+- [fix] [client] fix huge permits if acked a half batched message
[22091](https://github.com/apache/pulsar/pull/22091)
+- [fix] [client] Do no retrying for error subscription not found when disabled
allowAutoSubscriptionCreation
[22078](https://github.com/apache/pulsar/pull/22078)
+- [fix][client] Fix ConsumerBuilderImpl#subscribe silent stuck when using
pulsar-client:3.0.x with jackson-annotations prior to 2.12.0
[21985](https://github.com/apache/pulsar/pull/21985)
+- [fix][client] Fix multi-topics consumer could receive old messages after
seek [21945](https://github.com/apache/pulsar/pull/21945)
+- [cleanup][client] Fix inconsistent API annotations of `getTopicName` [21620]
+- [fix][client] fix negative message re-delivery twice issue
[20750](https://github.com/apache/pulsar/pull/20750)
+- [fix][client] Fix messages in the batch container timed out unexpectedly
[21889](https://github.com/apache/pulsar/pull/21889)
+- [improve] [client] Prevent reserve memory with a negative memory size to
avoid send task stuck [21804](https://github.com/apache/pulsar/pull/21804)
+- [fix][client] Fix producer thread block forever on memory limit controller
[21790](https://github.com/apache/pulsar/pull/21790)
+- [fix] [client] Messages lost due to TopicListWatcher reconnect
[21853](https://github.com/apache/pulsar/pull/21853)
### CLI
- [fix][admin] Fix KeyValue schema compatibility check caused OOM
[21645](https://github.com/apache/pulsar/pull/21645)