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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c50d45  Release Notes for Kyuubi shaded 0.2.0 (#144)
4c50d45 is described below

commit 4c50d45236298bff4b97c5617feaa60f3cd9b62c
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Dec 7 18:57:12 2023 +0800

    Release Notes for Kyuubi shaded 0.2.0 (#144)
---
 src/en/news/2023-12-07-shaded-release-0.2.0.md | 19 ++++++++++++++++
 src/en/shaded-release/0.2.0.md                 | 31 ++++++++++++++++++++++++++
 src/zh/news/2023-12-07-shaded-release-0.2.0.md | 20 +++++++++++++++++
 src/zh/shaded-release/0.2.0.md                 | 31 ++++++++++++++++++++++++++
 4 files changed, 101 insertions(+)

diff --git a/src/en/news/2023-12-07-shaded-release-0.2.0.md 
b/src/en/news/2023-12-07-shaded-release-0.2.0.md
new file mode 100644
index 0000000..fbe29d9
--- /dev/null
+++ b/src/en/news/2023-12-07-shaded-release-0.2.0.md
@@ -0,0 +1,19 @@
+---
+title: Apache Kyuubi Shaded 0.2.0 released
+date: 2023-12-07
+linked: true
+---
+<!---
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License. See accompanying LICENSE file.
+-->
+We are happy to announce the availability of [Apache Kyuubi Shaded 
0.2.0](/shaded-release/0.2.0.html) ! Visit the [release 
notes](/shaded-release/0.2.0.html) to read about the changes.
diff --git a/src/en/shaded-release/0.2.0.md b/src/en/shaded-release/0.2.0.md
new file mode 100644
index 0000000..be3e527
--- /dev/null
+++ b/src/en/shaded-release/0.2.0.md
@@ -0,0 +1,31 @@
+---
+title: Kyuubi Shaded Release Notes - 0.2.0
+date: 2023-12-07
+linked: true
+---
+<!---
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License. See accompanying LICENSE file.
+-->
+
+### Highlight
+
+- [KYUUBI-SHADED #20] Introduce kyuubi-shaded-hive-service-rpc 
+- [KYUUBI-SHADED #22] Replace the word 'shaded' with 'relocated'
+- [KYUUBI-SHADED #27] Add README with DISCLAIMER
+- [KYUUBI-SHADED #28] Overwrite SnapStream to remove deps of snappy in ZK 
client 3.6
+
+### Credits
+
+Last but not least, this release would not have been possible without the 
following contributors:
+
+* Cheng Pan
diff --git a/src/zh/news/2023-12-07-shaded-release-0.2.0.md 
b/src/zh/news/2023-12-07-shaded-release-0.2.0.md
new file mode 100644
index 0000000..784c530
--- /dev/null
+++ b/src/zh/news/2023-12-07-shaded-release-0.2.0.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi Shaded 0.2.0 released
+date: 2023-12-07
+linked: true
+---
+<!---
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License. See accompanying LICENSE file.
+-->
+
+我们很高兴地宣布 [Apache Kyuubi Shaded 0.2.0](/zh/shaded-release/0.2.0.html) 发布了! 查看 
[发布记录](/zh/shaded-release/0.2.0.html) 阅读有关的更新信息。
diff --git a/src/zh/shaded-release/0.2.0.md b/src/zh/shaded-release/0.2.0.md
new file mode 100644
index 0000000..470e84e
--- /dev/null
+++ b/src/zh/shaded-release/0.2.0.md
@@ -0,0 +1,31 @@
+---
+title: Kyuubi Shaded 发布记录 - 0.2.0
+date: 2023-12-07
+linked: true
+---
+<!---
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License. See accompanying LICENSE file.
+-->
+
+### 主要变更
+
+- [KYUUBI-SHADED #20] 新增 kyuubi-shaded-hive-service-rpc 
+- [KYUUBI-SHADED #22] 模块名称中使用 'relocated' 替换 'shaded'
+- [KYUUBI-SHADED #27] README 中新增免责说明
+- [KYUUBI-SHADED #28] 通过复写 SnapStream 以移除 Zookeeper 3.6 客户端中的 snappy 依赖
+
+# 致谢
+
+最后但同样重要的是,如果没有以下贡献者,该版本是不可能发布的:
+
+* Cheng Pan

Reply via email to