This is an automated email from the ASF dual-hosted git repository.
urfree 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 9edebbcb575 Docs sync done from apache/pulsar(#a5ac5ea)
9edebbcb575 is described below
commit 9edebbcb575fcd7febe1edfc0617361918d1469c
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Thu May 26 01:32:58 2022 +0000
Docs sync done from apache/pulsar(#a5ac5ea)
---
site2/website-next/docs/concepts-messaging.md | 2 +-
.../pulsar-manager/pulsar-manager-release-notes.md | 14 ++++++++++++++
.../pulsar-manager/pulsar-manager-release.json | 1 +
3 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/site2/website-next/docs/concepts-messaging.md
b/site2/website-next/docs/concepts-messaging.md
index 484099fc8f1..fc50500ef49 100644
--- a/site2/website-next/docs/concepts-messaging.md
+++ b/site2/website-next/docs/concepts-messaging.md
@@ -908,7 +908,7 @@ Message deduplication is disabled in the scenario shown at
the top. Here, a prod
In the second scenario at the bottom, the producer publishes message 1, which
is received by the broker and persisted, as in the first scenario. When the
producer attempts to publish the message again, however, the broker knows that
it has already seen message 1 and thus does not persist the message.
> Message deduplication is handled at the namespace level or the topic level.
> For more instructions, see the [message deduplication
> cookbook](cookbooks-deduplication).
-
+> You can read the design of Message Deduplication in
[PIP-6](https://github.com/aahmed-se/pulsar-wiki/blob/master/PIP-6:-Guaranteed-Message-Deduplication.md)
### Producer idempotency
diff --git a/site2/website-next/pulsar-manager/pulsar-manager-release-notes.md
b/site2/website-next/pulsar-manager/pulsar-manager-release-notes.md
index bcdae1b3883..b5db9842a9c 100644
--- a/site2/website-next/pulsar-manager/pulsar-manager-release-notes.md
+++ b/site2/website-next/pulsar-manager/pulsar-manager-release-notes.md
@@ -1,5 +1,19 @@
## Apache Pulsar Manager
+### 0.3.0 — 2022-05-25 <a id="0.3.0"></a>
+* Fix MySQL schema field token error
[PR-339](https://github.com/apache/pulsar-manager/pull/339)
+* Fix the bugs in topics list page and search topics
[PR-342](https://github.com/apache/pulsar-manager/pull/342)
+* Fix the issue of Swagger does not work
[PR-369](https://github.com/apache/pulsar-manager/pull/369)
+* Add offload threshold input
[PR-375](https://github.com/apache/pulsar-manager/pull/375)
+* Add dashboard service for aggregated information collection
[PR-326](https://github.com/apache/pulsar-manager/pull/326)
+* Add multi bookie cluster support
[PR-388](https://github.com/apache/pulsar-manager/pull/388)
+* Fix the bug that admin roles cannot be deleted
[PR-397](https://github.com/apache/pulsar-manager/pull/397)
+* Add Filtering support for tenant/namespace/topic
[PR-440](https://github.com/apache/pulsar-manager/pull/440)
+* Fix Log4J security vulnerabilities
[PR-438](https://github.com/apache/pulsar-manager/pull/438)
+* Allow user to assign tenant as resource to role
[PR-436](https://github.com/apache/pulsar-manager/pull/436)
+* Add support for Casdoor
[PR-446](https://github.com/apache/pulsar-manager/pull/446)
+* Fix unload namespace error
[PR-386](https://github.com/apache/pulsar-manager/pull/386)
+
### 0.2.0 — 2020-09-28 <a id="0.2.0"></a>
* Support multiple addresses for the broker stats
[PR-306](https://github.com/apache/pulsar-manager/pull/306).
diff --git a/site2/website-next/pulsar-manager/pulsar-manager-release.json
b/site2/website-next/pulsar-manager/pulsar-manager-release.json
index 434e9e81e99..5360d73abcb 100644
--- a/site2/website-next/pulsar-manager/pulsar-manager-release.json
+++ b/site2/website-next/pulsar-manager/pulsar-manager-release.json
@@ -1,4 +1,5 @@
[
+ "0.3.0",
"0.2.0",
"0.1.0"
]