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 8a1ee14 Add Release Notes for 1.8.3 (#161)
8a1ee14 is described below
commit 8a1ee14e00f1e3c63861b15c4d8156e10d98891b
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Nov 27 17:15:55 2024 +0800
Add Release Notes for 1.8.3 (#161)
---
hugo.toml | 2 +-
src/en/news/2024-11-27-release-1.8.3.md | 20 +++++++++
src/en/release/1.8.3.md | 72 +++++++++++++++++++++++++++++++++
src/zh/news/2024-11-27-release-1.8.3.md | 20 +++++++++
src/zh/release/1.8.3.md | 72 +++++++++++++++++++++++++++++++++
5 files changed, 185 insertions(+), 1 deletion(-)
diff --git a/hugo.toml b/hugo.toml
index bee59ed..e6b7521 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -337,6 +337,6 @@ defaultContentLanguage = 'en'
keepQuotes = true
[params]
- releases = [ 'v1.10.0','v1.9.2', 'v1.8.2', 'v1.7.4', 'v1.6.1-incubating',
'v1.5.2-incubating', 'v1.4.1-incubating', 'v1.3.1-incubating' ]
+ releases = [ 'v1.10.0','v1.9.2', 'v1.8.3', 'v1.7.4', 'v1.6.1-incubating',
'v1.5.2-incubating', 'v1.4.1-incubating', 'v1.3.1-incubating' ]
downloadLink = 'https://www.apache.org/dyn/closer.lua/kyuubi/'
downloadLinkIncubator =
'https://www.apache.org/dyn/closer.lua/incubator/kyuubi/'
diff --git a/src/en/news/2024-11-27-release-1.8.3.md
b/src/en/news/2024-11-27-release-1.8.3.md
new file mode 100644
index 0000000..15521b3
--- /dev/null
+++ b/src/en/news/2024-11-27-release-1.8.3.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi 1.8.3 released
+date: 2024-11-27
+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
1.8.3](/release/1.8.3.html) ! Visit the [release notes](/release/1.8.3.html) to
read about the new features, or [download](/releases.html) the released today.
diff --git a/src/en/release/1.8.3.md b/src/en/release/1.8.3.md
new file mode 100644
index 0000000..596b01b
--- /dev/null
+++ b/src/en/release/1.8.3.md
@@ -0,0 +1,72 @@
+---
+title: Release Notes - 1.8.3
+date: 2024-11-27
+linked: true
+meta:
+_edit_last: '4'
+_wpas_done_all: '1'
+---
+<!---
+ 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.
+-->
+
+
+### Changelogs
+
+[KYUUBI #6417] Remove scala compile args -Yno-adapted-args
+[KYUUBI #6820] Explicitly disable attach-scaladocs for pure Java modules
+[KYUUBI #6790] Fix engine cannot exit when gracefully stopped
+[KYUUBI #6709] Fix seq and set equals check bug while check auth type in
AuthenticationFilter.initAuthHandlers
+[KYUUBI #6708] spark-sql-engine's classes should not be visible in server
module
+[KYUUBI #6658] Fixed typo in REST API docs
+[KYUUBI #6606] Restore shell compatibility for `build/mvn`
+[KYUUBI #6606] `build/mvn` checks project local downloaded binary ahead
+[KYUUBI #6600] Correct usage of `maven.scaladoc.skip`
+[KYUUBI #6591] Support authorization on swagger UI
+[KYUUBI #6592] Add uploadWorkDir into local dir allow list and do not skip
check for resource uploaded use case
+[KYUUBI #6588] Get effective USER if env var is unavailable
+[KYUUBI #6564] Insert into table check the privilege of table
+[KYUUBI #6549] Correctly handle empty Java options for engines
+[KYUUBI #6542] KyuubiBatchService should wait for HTTP server started before
picking jobs
+[KYUUBI #6508] Add the key-value pairs in optimizedConf to session conf
+[KYUUBI #6466] Bump minikube and kubernetes version of integration test
+[KYUUBI #6463] Release semaphore immediately after startup process exit
+[KYUUBI #5957] Flink engine should not load kyuubi-defaults.conf
+[KYUUBI #6440] Fix casing in kubectl commands for serviceaccount creation
+[KYUUBI #6430] livenessProbe uses absolute path based on KYUUBI_HOME
+[KYUUBI #6422] Merge standard error to output
+[KYUUBI #6410] Check if asyncRequestExecutor is initialized before shutdown
+[KYUUBI #6394] Fix example SQL in Spark TPC-DS connector docs
+[KYUUBI #4847] Exclude the alive probe sessions in terminating checker
+[KYUUBI #6172] Support to interrupt the thrift request immediately after
marking the engine not alive
+[KYUUBI #6373] Avoid NPE in get operation log api
+[KYUUBI #6366] Improve log message for YARN getApplicationInfoByTag
+
+### Credits
+
+Last but not least, this release would not have been possible without the
following contributors:
+
+* Fei Wang
+* Zhen Wang
+* ic4y
+* lifulong
+* pionCham
+* liujiayi771
+* LiJie20190102
+* beryllw
+* huangzhir
+* Fengyu Cao
+* lllong33
+* Cheng Pan
+* Fu Chen
+* Qingbo Jiao
diff --git a/src/zh/news/2024-11-27-release-1.8.3.md
b/src/zh/news/2024-11-27-release-1.8.3.md
new file mode 100644
index 0000000..bc01758
--- /dev/null
+++ b/src/zh/news/2024-11-27-release-1.8.3.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi 1.8.3 released
+date: 2024-11-27
+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 1.8.3](/zh/release/1.8.3.html) 发布了! 查看
[发布记录](/zh/release/1.8.3.html) 阅读有关新功能的信息,或者马上 [下载](/zh/releases.html) 体验吧。
diff --git a/src/zh/release/1.8.3.md b/src/zh/release/1.8.3.md
new file mode 100644
index 0000000..c5def94
--- /dev/null
+++ b/src/zh/release/1.8.3.md
@@ -0,0 +1,72 @@
+---
+title: 发布记录 - 1.8.3
+date: 2024-11-27
+linked: true
+meta:
+_edit_last: '4'
+_wpas_done_all: '1'
+---
+<!---
+ 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.
+-->
+
+
+### Changelogs
+
+[KYUUBI #6417] Remove scala compile args -Yno-adapted-args
+[KYUUBI #6820] Explicitly disable attach-scaladocs for pure Java modules
+[KYUUBI #6790] Fix engine cannot exit when gracefully stopped
+[KYUUBI #6709] Fix seq and set equals check bug while check auth type in
AuthenticationFilter.initAuthHandlers
+[KYUUBI #6708] spark-sql-engine's classes should not be visible in server
module
+[KYUUBI #6658] Fixed typo in REST API docs
+[KYUUBI #6606] Restore shell compatibility for `build/mvn`
+[KYUUBI #6606] `build/mvn` checks project local downloaded binary ahead
+[KYUUBI #6600] Correct usage of `maven.scaladoc.skip`
+[KYUUBI #6591] Support authorization on swagger UI
+[KYUUBI #6592] Add uploadWorkDir into local dir allow list and do not skip
check for resource uploaded use case
+[KYUUBI #6588] Get effective USER if env var is unavailable
+[KYUUBI #6564] Insert into table check the privilege of table
+[KYUUBI #6549] Correctly handle empty Java options for engines
+[KYUUBI #6542] KyuubiBatchService should wait for HTTP server started before
picking jobs
+[KYUUBI #6508] Add the key-value pairs in optimizedConf to session conf
+[KYUUBI #6466] Bump minikube and kubernetes version of integration test
+[KYUUBI #6463] Release semaphore immediately after startup process exit
+[KYUUBI #5957] Flink engine should not load kyuubi-defaults.conf
+[KYUUBI #6440] Fix casing in kubectl commands for serviceaccount creation
+[KYUUBI #6430] livenessProbe uses absolute path based on KYUUBI_HOME
+[KYUUBI #6422] Merge standard error to output
+[KYUUBI #6410] Check if asyncRequestExecutor is initialized before shutdown
+[KYUUBI #6394] Fix example SQL in Spark TPC-DS connector docs
+[KYUUBI #4847] Exclude the alive probe sessions in terminating checker
+[KYUUBI #6172] Support to interrupt the thrift request immediately after
marking the engine not alive
+[KYUUBI #6373] Avoid NPE in get operation log api
+[KYUUBI #6366] Improve log message for YARN getApplicationInfoByTag
+
+### Credits
+
+Last but not least, this release would not have been possible without the
following contributors:
+
+* Fei Wang
+* Zhen Wang
+* ic4y
+* lifulong
+* pionCham
+* liujiayi771
+* LiJie20190102
+* beryllw
+* huangzhir
+* Fengyu Cao
+* lllong33
+* Cheng Pan
+* Fu Chen
+* Qingbo Jiao