You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2022/10/14 01:56:42 UTC

[pulsar-site] branch main updated: docs: add client-websocket-2.6.0.md (#253)

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

liuyu 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 44a4ed41395 docs: add client-websocket-2.6.0.md (#253)
44a4ed41395 is described below

commit 44a4ed41395249432a3bb4b16e0068257effaaba
Author: Mercurio <32...@users.noreply.github.com>
AuthorDate: Fri Oct 14 09:56:37 2022 +0800

    docs: add client-websocket-2.6.0.md (#253)
---
 site2/tools/release-json-gen.sh                                    | 2 +-
 .../website-next/release-notes/versioned/client-websocket-2.6.0.md | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/site2/tools/release-json-gen.sh b/site2/tools/release-json-gen.sh
index 0b70032a1de..e3e9adf89cd 100755
--- a/site2/tools/release-json-gen.sh
+++ b/site2/tools/release-json-gen.sh
@@ -68,7 +68,7 @@ do
     version=
     next=$(echo "$vnum" | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')
     if [[ $versions != *$next* ]]; then
-        # If the next patch version exists, then we add a version column
+        # If the next patch version does not exist, then we add a version column
         version="${v%.*}.x"
     fi
 
diff --git a/site2/website-next/release-notes/versioned/client-websocket-2.6.0.md b/site2/website-next/release-notes/versioned/client-websocket-2.6.0.md
new file mode 100644
index 00000000000..859bc0762d2
--- /dev/null
+++ b/site2/website-next/release-notes/versioned/client-websocket-2.6.0.md
@@ -0,0 +1,7 @@
+---
+id: client-websocket-2.6.0
+title: Client Websocket 2.6.0 
+sidebar_label: Client Websocket 2.6.0 
+---
+
+Fix incorrect topic URL parse [#6630](https://github.com/apache/pulsar/pull/6630)