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 126e473 Release Notes for 1.9.4 (#168) 126e473 is described below commit 126e473ecd823ce497174c232d6dba8f0f456b6b Author: Cheng Pan <pan3...@gmail.com> AuthorDate: Tue May 27 08:24:47 2025 +0000 Release Notes for 1.9.4 (#168) --- hugo.toml | 2 +- src/en/news/2025-05-27-release-1.9.4.md | 20 +++++++++++ src/en/release/1.9.1.md | 2 +- src/en/release/1.9.4.md | 59 +++++++++++++++++++++++++++++++++ src/zh/news/2025-05-27-release-1.9.4.md | 20 +++++++++++ src/zh/release/1.9.1.md | 2 +- src/zh/release/1.9.4.md | 59 +++++++++++++++++++++++++++++++++ 7 files changed, 161 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 46e5fc5..073bcd3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -338,6 +338,6 @@ defaultContentLanguage = 'en' [params] latestRelease = '1.10.1' - releases = [ 'v1.10.1','v1.9.3', 'v1.8.3', 'v1.7.4', 'v1.6.1-incubating', 'v1.5.2-incubating', 'v1.4.1-incubating', 'v1.3.1-incubating' ] + releases = [ 'v1.10.1','v1.9.4', '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/2025-05-27-release-1.9.4.md b/src/en/news/2025-05-27-release-1.9.4.md new file mode 100644 index 0000000..e34c5ea --- /dev/null +++ b/src/en/news/2025-05-27-release-1.9.4.md @@ -0,0 +1,20 @@ +--- +title: Apache Kyuubi 1.9.4 released +date: 2025-05-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.9.4](/release/1.9.4.html) ! Visit the [release notes](/release/1.9.4.html) to read about the new features, or [download](/releases.html) the released today. diff --git a/src/en/release/1.9.1.md b/src/en/release/1.9.1.md index 3d95c56..2da46fd 100644 --- a/src/en/release/1.9.1.md +++ b/src/en/release/1.9.1.md @@ -22,7 +22,7 @@ _wpas_done_all: '1' ### Highlights -- Experimental support for Spark 4.0 +- Experimental support Spark 4.0-preview - Web UI supports Basic Authentication ### Features and Improvements diff --git a/src/en/release/1.9.4.md b/src/en/release/1.9.4.md new file mode 100644 index 0000000..6499ee6 --- /dev/null +++ b/src/en/release/1.9.4.md @@ -0,0 +1,59 @@ +--- +title: Release Notes - 1.9.4 +date: 2025-05-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. +--> + +### Highlight + +- Support Spark 4.0 + +### Changelogs + +- [KYUUBI #7073] Retry 3 times on deploying to nexus +- [KYUUBI #7051] Fix usage without sslTrustStore of JDBC driver +- [KYUUBI #7035] Close the operation by operation manager to prevent operation leak +- [KYUUBI #7041] Fix NPE when getting metadtamanager in KubernetesApplicationOperation +- [KYUUBI #6828] Fix NPE in KyuubiBaseResultSet::getBigDecimal +- [KYUUBI #7011] Set kyuubi session engine client after opening engine session successfully +- [KYUUBI #7008] Backport HIVE-27817: Disable ssl hostname verification for 127.0.0.1 +- [KYUUBI #6997] Get the latest batch app info after submit process terminated to prevent batch ERROR due to engine submit timeout +- [KYUUBI #6785] Shutdown the executor service in KubernetesApplicationOperation and prevent NPE +- [KYUUBI #6984] Fix ValueError when rendering MapType data +- [KYUUBI #6939] KSHC supports Spark 3.5.5 +- [KYUUBI #6925] Only run Paimon authz tests with Scala 2.12 +- [KYUUBI #6920] Spark SQL engine supports Spark 4.0 +- [KYUUBI #6912] Properly handle empty attribute set on mergeRelationColumnLineage +- [KYUUBI #6883] Using withOauthTokenProvider instead of withOauthToken to support token refresh +- [KYUUBI #6843] Fix 'query-timeout-thread' thread leak +- [KYUUBI #6859] Exclude log4j12 from hive engine module classpath +- [KYUUBI #6838] Update archive mailing list address +- [KYUUBI #6837] Disable K8s CI image GHA cache + +### Credits + +Last but not least, this release would not have been possible without the following contributors: + +* Peiyue Liu +* Reese Feng +* Senmiao Liu +* Cheng Pan +* Fei Wang +* Igor Khrol +* Xu Guang Lv diff --git a/src/zh/news/2025-05-27-release-1.9.4.md b/src/zh/news/2025-05-27-release-1.9.4.md new file mode 100644 index 0000000..74eadbc --- /dev/null +++ b/src/zh/news/2025-05-27-release-1.9.4.md @@ -0,0 +1,20 @@ +--- +title: Apache Kyuubi 1.9.4 released +date: 2025-05-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.9.4](/zh/release/1.9.4.html) 发布了! 查看 [发布记录](/zh/release/1.9.4.html) 阅读有关新功能的信息,或者马上 [下载](/zh/releases.html) 体验吧。 diff --git a/src/zh/release/1.9.1.md b/src/zh/release/1.9.1.md index f1c8723..5a0d3d0 100644 --- a/src/zh/release/1.9.1.md +++ b/src/zh/release/1.9.1.md @@ -22,7 +22,7 @@ _wpas_done_all: '1' ### Highlights -- Experimental support for Spark 4.0 +- Experimental support Spark 4.0-preview - Web UI supports Basic Authentication ### Features and Improvements diff --git a/src/zh/release/1.9.4.md b/src/zh/release/1.9.4.md new file mode 100644 index 0000000..e5747d2 --- /dev/null +++ b/src/zh/release/1.9.4.md @@ -0,0 +1,59 @@ +--- +title: 发布记录 - 1.9.4 +date: 2025-05-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. +--> + +### Highlight + +- Support Spark 4.0 + +### Changelogs + +- [KYUUBI #7073] Retry 3 times on deploying to nexus +- [KYUUBI #7051] Fix usage without sslTrustStore of JDBC driver +- [KYUUBI #7035] Close the operation by operation manager to prevent operation leak +- [KYUUBI #7041] Fix NPE when getting metadtamanager in KubernetesApplicationOperation +- [KYUUBI #6828] Fix NPE in KyuubiBaseResultSet::getBigDecimal +- [KYUUBI #7011] Set kyuubi session engine client after opening engine session successfully +- [KYUUBI #7008] Backport HIVE-27817: Disable ssl hostname verification for 127.0.0.1 +- [KYUUBI #6997] Get the latest batch app info after submit process terminated to prevent batch ERROR due to engine submit timeout +- [KYUUBI #6785] Shutdown the executor service in KubernetesApplicationOperation and prevent NPE +- [KYUUBI #6984] Fix ValueError when rendering MapType data +- [KYUUBI #6939] KSHC supports Spark 3.5.5 +- [KYUUBI #6925] Only run Paimon authz tests with Scala 2.12 +- [KYUUBI #6920] Spark SQL engine supports Spark 4.0 +- [KYUUBI #6912] Properly handle empty attribute set on mergeRelationColumnLineage +- [KYUUBI #6883] Using withOauthTokenProvider instead of withOauthToken to support token refresh +- [KYUUBI #6843] Fix 'query-timeout-thread' thread leak +- [KYUUBI #6859] Exclude log4j12 from hive engine module classpath +- [KYUUBI #6838] Update archive mailing list address +- [KYUUBI #6837] Disable K8s CI image GHA cache + +### Credits + +Last but not least, this release would not have been possible without the following contributors: + +* Peiyue Liu +* Reese Feng +* Senmiao Liu +* Cheng Pan +* Fei Wang +* Igor Khrol +* Xu Guang Lv