You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by xi...@apache.org on 2023/04/19 03:10:43 UTC

[pulsar-site] branch main updated: fix the release note (#525)

This is an automated email from the ASF dual-hosted git repository.

xiangying 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 b153daa7daf fix the release note (#525)
b153daa7daf is described below

commit b153daa7dafef557b6809d4337ad81b1e7bb80a8
Author: Xiangying Meng <55...@users.noreply.github.com>
AuthorDate: Wed Apr 19 11:10:38 2023 +0800

    fix the release note (#525)
---
 release-notes/versioned/pulsar-2.10.4.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/release-notes/versioned/pulsar-2.10.4.md b/release-notes/versioned/pulsar-2.10.4.md
index e60ccb04986..04996e30ff2 100644
--- a/release-notes/versioned/pulsar-2.10.4.md
+++ b/release-notes/versioned/pulsar-2.10.4.md
@@ -5,7 +5,7 @@ sidebar_label: Apache Pulsar 2.10.4
 ---
 
 
-#### 2023-1-4
+#### 2023-4-19
 
 ### Broker
 * [improve][broker] Add ref count for sticky hash to optimize the performance of Key_Shared subscription (#19167)
@@ -96,7 +96,7 @@ sidebar_label: Apache Pulsar 2.10.4
 ### CLI
 * [fix] [cli] Fix Broker crashed by too much memory usage of pulsar tools (#20031)
 
-## Admin
+### Admin
 * [fix][admin] Fix validatePersistencePolicies that Namespace/Topic persistent policies cannot set to < 0 (#18999)
 * [improve][admin][branch-2.10] Unset namespace policy to improve deleting namespace (#17033) (#19865)
 * [fix] [admin] fix incorrect state replication.connected on API partitioned-topic stat (#19942)