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

aajisaka 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 0e974e3  Release Note for 1.10.3
0e974e3 is described below

commit 0e974e3433bb9d5e1b06bd26b262e8429d242691
Author: Akira Ajisaka <[email protected]>
AuthorDate: Fri Jan 2 23:17:45 2026 +0900

    Release Note for 1.10.3
---
 hugo.toml                                |  2 +-
 src/en/news/2026-01-02-release-1.10.3.md | 20 +++++++
 src/en/release/1.10.3.md                 | 91 ++++++++++++++++++++++++++++++++
 src/zh/news/2026-01-02-release-1.10.3.md | 20 +++++++
 src/zh/release/1.10.3.md                 | 91 ++++++++++++++++++++++++++++++++
 5 files changed, 223 insertions(+), 1 deletion(-)

diff --git a/hugo.toml b/hugo.toml
index e817f23..0675b03 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -338,6 +338,6 @@ defaultContentLanguage = 'en'
 
 [params]
   latestRelease = '1.11.0'
-  releases = [ 'v1.11.0','v1.10.2','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' ]
+  releases = [ 'v1.11.0', 'v1.10.3', '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/2026-01-02-release-1.10.3.md 
b/src/en/news/2026-01-02-release-1.10.3.md
new file mode 100644
index 0000000..92cd18e
--- /dev/null
+++ b/src/en/news/2026-01-02-release-1.10.3.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi 1.10.3 released
+date: 2026-01-02
+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.10.3](/release/1.10.3.html) ! Visit the [release notes](/release/1.10.3.html) 
to read about the new features, or [download](/releases.html) the released 
today.
diff --git a/src/en/release/1.10.3.md b/src/en/release/1.10.3.md
new file mode 100644
index 0000000..32a505f
--- /dev/null
+++ b/src/en/release/1.10.3.md
@@ -0,0 +1,91 @@
+---
+title: Release Notes - 1.10.3
+date: 2026-01-02
+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 #7245] Fix arrow batch converter error
+- [KYUUBI #7272] Improve `build/dependency.sh` script
+- [KYUUBI #7226] Support to wait the batch recovery appliction submission to 
throttle the load on the system
+- [KYUUBI #7266] Upgrade jersey version to 2.47
+- [KYUUBI #7265] Recommend to configure kyuubi.session.local.dir.allowlist for 
multi-tenant clusters
+- [KYUUBI #7261] Bump extra-enforcer-rules 1.11.0
+- [KYUUBI #7260] Suppress rat-plugin deprecate warnings
+- [KYUUBI #7256] Enable authZ compile support for Spark 4.0 and refactor some 
test methods
+- [KYUUBI #7248] JDBC engine should cancel the statement when receive cancel 
operation
+- [KYUUBI #7251] Use RustFS instead of MinIO in Playground
+- [KYUUBI #7241] Transfer engine pool name to lower case
+- [KYUUBI #7237] Replace recommonmark with myst
+- [KYUUBI #7224] [DOC] Fix "duplicate label usage" warnings
+- [KYUUBI #7225] [CI] Skip Python Client unit tests when only documentation 
changes are made
+- [KYUUBI #7222] [DOC] Fix "document isn't included in any toctree" warnings
+- [KYUUBI #7223] [CI] Skip running tests for documentation only changes
+- [KYUUBI #7219] Fix endless swagger openapi.json security items
+- [KYUUBI #7214] Fix kubernetes container state
+- [KYUUBI #7171] Fix empty list engine result when etcd is used as the service 
registry
+- [KYUUBI #7205] Use Apache closer.lua syntax for kyuubi-download to obtain 
engine archives
+- [KYUUBI #7211] [DOC] Remove unsupported 'logo_only' and 'extra_navbar' theme 
options
+- [KYUUBI #7202] [AUTHZ] make FilteredShowObjectsExec extends V2CommandExec to 
avoid running executor side task
+- [KYUUBI #7197] Bump Spark 4.0.1
+- [KYUUBI #7196] Bump Maven 3.9.11
+- [KYUUBI #7194] Speed up K8s integration tests in CI
+- [KYUUBI #7153]  Share JAAS configuration for Zookeeper client to avoid 
server OOM
+- [KYUUBI #7163] [SPARK] Check whether engine context stopped in engine 
terminating checker
+- [KYUUBI #7165] Remove banned action-shellcheck
+- [KYUUBI #7157] Bump form-data from 4.0.0 to 4.0.4 in /kyuubi-server/web-ui
+- [KYUUBI #7162] Bump kafka-clients 3.9.1
+- [KYUUBI #6928] Bump Spark 4.0.0
+- [KYUUBI #7158] Spark engine respects session-level idle timeout threshold
+- [KYUUBI #7151] Bump commons-lang3 3.18.0
+- [KYUUBI #7139] Fix Spark extension rules to support RebalancePartitions
+- [KYUUBI #7135] Fix cannot access /tmp/engine-archives: No such file or 
directory
+- [KYUUBI #7131] Print cached engine archives
+- [KYUUBI #7109] Ignore the ? in backticks
+- [KYUUBI #7112] Enhance test 'capture error from spark process builder' for 
Spark 4.0
+- [KYUUBI #7113] Skip Hadoop classpath check if flink-shaded-hadoop jar exists 
in Flink lib directory
+- [KYUUBI #7101] [1.10][FOLLOWUP] Fix code broken
+- [KYUUBI #7110] Fix `serverOnlyPrefixConfigKeys` is iterator issue
+- [KYUUBI #7076] Update known_translations
+- [KYUUBI #7101] Load the existing pods when initializing kubernetes client to 
cleanup terminated app pods
+- [KYUUBI #7104] Bump Maven 3.9.10
+- [KYUUBI #7095] Respect terminated app state when building batch info from 
metadata
+- [KYUUBI #7077] Spark 3.5: Enhance MaxScanStrategy for DSv2
+- [KYUUBI #7073] Retry 3 times on deploying to nexus
+
+### Credits
+
+Last but not least, this release would not have been possible without the 
following contributors:
+
+* Wenjun Ruan
+* Fei Wang
+* GitHub Bot
+* moelhoussein
+* 1358035421
+* Akira Ajisaka
+* Lennon Chin
+* echo567
+* Ziyi Wu
+* Denis Krivenko
+* cutiechi
+* He Zhao
+* ruanwenjun
+* Cheng Pan
+
diff --git a/src/zh/news/2026-01-02-release-1.10.3.md 
b/src/zh/news/2026-01-02-release-1.10.3.md
new file mode 100644
index 0000000..c6ca096
--- /dev/null
+++ b/src/zh/news/2026-01-02-release-1.10.3.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi 1.10.3 released
+date: 2026-01-02
+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.10.3](/zh/release/1.10.3.html) 发布了! 查看 
[发布记录](/zh/release/1.10.3.html) 阅读有关新功能的信息,或者马上 [下载](/zh/releases.html) 体验吧。
diff --git a/src/zh/release/1.10.3.md b/src/zh/release/1.10.3.md
new file mode 100644
index 0000000..674afe0
--- /dev/null
+++ b/src/zh/release/1.10.3.md
@@ -0,0 +1,91 @@
+---
+title: Release Notes - 1.10.3
+date: 2026-01-02
+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.
+-->
+
+### 更改列表
+
+- [KYUUBI #7245] Fix arrow batch converter error
+- [KYUUBI #7272] Improve `build/dependency.sh` script
+- [KYUUBI #7226] Support to wait the batch recovery appliction submission to 
throttle the load on the system
+- [KYUUBI #7266] Upgrade jersey version to 2.47
+- [KYUUBI #7265] Recommend to configure kyuubi.session.local.dir.allowlist for 
multi-tenant clusters
+- [KYUUBI #7261] Bump extra-enforcer-rules 1.11.0
+- [KYUUBI #7260] Suppress rat-plugin deprecate warnings
+- [KYUUBI #7256] Enable authZ compile support for Spark 4.0 and refactor some 
test methods
+- [KYUUBI #7248] JDBC engine should cancel the statement when receive cancel 
operation
+- [KYUUBI #7251] Use RustFS instead of MinIO in Playground
+- [KYUUBI #7241] Transfer engine pool name to lower case
+- [KYUUBI #7237] Replace recommonmark with myst
+- [KYUUBI #7224] [DOC] Fix "duplicate label usage" warnings
+- [KYUUBI #7225] [CI] Skip Python Client unit tests when only documentation 
changes are made
+- [KYUUBI #7222] [DOC] Fix "document isn't included in any toctree" warnings
+- [KYUUBI #7223] [CI] Skip running tests for documentation only changes
+- [KYUUBI #7219] Fix endless swagger openapi.json security items
+- [KYUUBI #7214] Fix kubernetes container state
+- [KYUUBI #7171] Fix empty list engine result when etcd is used as the service 
registry
+- [KYUUBI #7205] Use Apache closer.lua syntax for kyuubi-download to obtain 
engine archives
+- [KYUUBI #7211] [DOC] Remove unsupported 'logo_only' and 'extra_navbar' theme 
options
+- [KYUUBI #7202] [AUTHZ] make FilteredShowObjectsExec extends V2CommandExec to 
avoid running executor side task
+- [KYUUBI #7197] Bump Spark 4.0.1
+- [KYUUBI #7196] Bump Maven 3.9.11
+- [KYUUBI #7194] Speed up K8s integration tests in CI
+- [KYUUBI #7153]  Share JAAS configuration for Zookeeper client to avoid 
server OOM
+- [KYUUBI #7163] [SPARK] Check whether engine context stopped in engine 
terminating checker
+- [KYUUBI #7165] Remove banned action-shellcheck
+- [KYUUBI #7157] Bump form-data from 4.0.0 to 4.0.4 in /kyuubi-server/web-ui
+- [KYUUBI #7162] Bump kafka-clients 3.9.1
+- [KYUUBI #6928] Bump Spark 4.0.0
+- [KYUUBI #7158] Spark engine respects session-level idle timeout threshold
+- [KYUUBI #7151] Bump commons-lang3 3.18.0
+- [KYUUBI #7139] Fix Spark extension rules to support RebalancePartitions
+- [KYUUBI #7135] Fix cannot access /tmp/engine-archives: No such file or 
directory
+- [KYUUBI #7131] Print cached engine archives
+- [KYUUBI #7109] Ignore the ? in backticks
+- [KYUUBI #7112] Enhance test 'capture error from spark process builder' for 
Spark 4.0
+- [KYUUBI #7113] Skip Hadoop classpath check if flink-shaded-hadoop jar exists 
in Flink lib directory
+- [KYUUBI #7101] [1.10][FOLLOWUP] Fix code broken
+- [KYUUBI #7110] Fix `serverOnlyPrefixConfigKeys` is iterator issue
+- [KYUUBI #7076] Update known_translations
+- [KYUUBI #7101] Load the existing pods when initializing kubernetes client to 
cleanup terminated app pods
+- [KYUUBI #7104] Bump Maven 3.9.10
+- [KYUUBI #7095] Respect terminated app state when building batch info from 
metadata
+- [KYUUBI #7077] Spark 3.5: Enhance MaxScanStrategy for DSv2
+- [KYUUBI #7073] Retry 3 times on deploying to nexus
+
+### 致谢
+
+最后但同样重要的是,如果没有以下贡献者,该版本是不可能发布的:
+
+* Wenjun Ruan
+* Fei Wang
+* GitHub Bot
+* moelhoussein
+* 1358035421
+* Akira Ajisaka
+* Lennon Chin
+* echo567
+* Ziyi Wu
+* Denis Krivenko
+* cutiechi
+* He Zhao
+* ruanwenjun
+* Cheng Pan
+

Reply via email to