Skip to content

Commit

Permalink
Release Notes for 1.9.2 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 authored Jul 23, 2024
1 parent 4055be8 commit 046f221
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,6 @@ defaultContentLanguage = 'en'
keepQuotes = true

[params]
releases = [ 'v1.9.1', 'v1.8.2', 'v1.7.4', 'v1.6.1-incubating', 'v1.5.2-incubating', 'v1.4.1-incubating', 'v1.3.1-incubating' ]
releases = [ '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' ]
downloadLink = 'https://www.apache.org/dyn/closer.lua/kyuubi/'
downloadLinkIncubator = 'https://www.apache.org/dyn/closer.lua/incubator/kyuubi/'
20 changes: 20 additions & 0 deletions src/en/news/2024-07-23-release-1.9.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Apache Kyuubi 1.9.2 released
date: 2024-07-23
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.2](/release/1.9.2.html) ! Visit the [release notes](/release/1.9.2.html) to read about the new features, or [download](/releases.html) the released today.
76 changes: 76 additions & 0 deletions src/en/release/1.9.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: Release Notes - 1.9.2
date: 2024-07-23
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 #6542] KyuubiBatchService should wait for HTTP server started before picking jobs
- [KYUUBI #6534] Fix checkEngineConnectionAlive may throw NPE
- [KYUUBI #6529] Upgrade kubernetes-client from 6.8.1 to 6.13.1
- [KYUUBI #6531] Fix SPARK-EngineTab stop/gracefulstop not work
- [KYUUBI #6518] Support extracting URL for Spark 4 on YARN
- [KYUUBI #6524] Trino engine supports insecure configuration
- [KYUUBI #6515] Bumping up dropwizard metrics to 4.2.26
- [KYUUBI #6516] Fix KyuubiSparkUtil.buildURI
- [KYUUBI #6508] Add the key-value pairs in optimizedConf to session conf
- [KYUUBI #6512] Improve docs for KSHC
- [KYUUBI #6507] Correct Kyuubi BeeLine help message
- [KYUUBI #6500] Remove service loader descriptor for relocated HMS DelegationTokenIdentifier
- [KYUUBI #6469] Lazily initialize RecordReaderIterator to avoid driver oom when fetching big result set
- [KYUUBI #6476] Fix incomplete app events deserialization in SHS
- [KYUUBI #6302] Skip spark job group cancellation on incremental collect mode
- [KYUUBI #6302] Call cancelJobGroup immediately after statement execution finished
- [KYUUBI #4847] Fix engine session never idle issue
- [KYUUBI #6466] Bump minikube and kubernetes version of integration test
- [KYUUBI #6463] Release semaphore immediately after startup process exit
- [KYUUBI #6458] Remove commons-logging from binary release
- [KYUUBI #6457] Strip dependencies from REST client
- [KYUUBI #5957] Flink engine should not load kyuubi-defaults.conf
- [KYUUBI #6353] Catch exception for closing flink internal session
- [KYUUBI #6251] Replace kyuubi-beeline with beeline in beeline help message
- [KYUUBI #6439] kyuubi-util-scala test jar leaked to compile scope
- [KYUUBI #6437] Fix Spark engine query result save to HDFS
- [KYUUBI #6440] Fix casing in kubectl commands for serviceaccount creation
- [KYUUBI #6441] Kyuubi Spark TPC-DS/H Connector cross version test
- [KYUUBI #6247] Make KSHC binary compatible with multiple Spark versions
- [KYUUBI #6493] [K8S][HELM] Update default Kyuubi version to 1.9.1

### Credits

Last but not least, this release would not have been possible without the following contributors:

* Fu Chen
* Fei Wang
* Baokun Han
* Madhukar525722
* Cheng Pan
* Zhen Wang
* Z1Wu
* Yifan Zhou
* avishnus
* camper42
* felixzh2020
* huangzhir
* ic4y
* jeanlyn
* jiaoqingbo
* promising-forever
* zcx513566
20 changes: 20 additions & 0 deletions src/zh/news/2024-07-23-release-1.9.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Apache Kyuubi 1.9.2 released
date: 2024-07-23
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.2](/zh/release/1.9.2.html) 发布了! 查看 [发布记录](/zh/release/1.9.2.html) 阅读有关新功能的信息,或者马上 [下载](/zh/releases.html) 体验吧。
76 changes: 76 additions & 0 deletions src/zh/release/1.9.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: 发布记录 - 1.9.2
date: 2024-07-23
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 #6542] KyuubiBatchService should wait for HTTP server started before picking jobs
- [KYUUBI #6534] Fix checkEngineConnectionAlive may throw NPE
- [KYUUBI #6529] Upgrade kubernetes-client from 6.8.1 to 6.13.1
- [KYUUBI #6531] Fix SPARK-EngineTab stop/gracefulstop not work
- [KYUUBI #6518] Support extracting URL for Spark 4 on YARN
- [KYUUBI #6524] Trino engine supports insecure configuration
- [KYUUBI #6515] Bumping up dropwizard metrics to 4.2.26
- [KYUUBI #6516] Fix KyuubiSparkUtil.buildURI
- [KYUUBI #6508] Add the key-value pairs in optimizedConf to session conf
- [KYUUBI #6512] Improve docs for KSHC
- [KYUUBI #6507] Correct Kyuubi BeeLine help message
- [KYUUBI #6500] Remove service loader descriptor for relocated HMS DelegationTokenIdentifier
- [KYUUBI #6469] Lazily initialize RecordReaderIterator to avoid driver oom when fetching big result set
- [KYUUBI #6476] Fix incomplete app events deserialization in SHS
- [KYUUBI #6302] Skip spark job group cancellation on incremental collect mode
- [KYUUBI #6302] Call cancelJobGroup immediately after statement execution finished
- [KYUUBI #4847] Fix engine session never idle issue
- [KYUUBI #6466] Bump minikube and kubernetes version of integration test
- [KYUUBI #6463] Release semaphore immediately after startup process exit
- [KYUUBI #6458] Remove commons-logging from binary release
- [KYUUBI #6457] Strip dependencies from REST client
- [KYUUBI #5957] Flink engine should not load kyuubi-defaults.conf
- [KYUUBI #6353] Catch exception for closing flink internal session
- [KYUUBI #6251] Replace kyuubi-beeline with beeline in beeline help message
- [KYUUBI #6439] kyuubi-util-scala test jar leaked to compile scope
- [KYUUBI #6437] Fix Spark engine query result save to HDFS
- [KYUUBI #6440] Fix casing in kubectl commands for serviceaccount creation
- [KYUUBI #6441] Kyuubi Spark TPC-DS/H Connector cross version test
- [KYUUBI #6247] Make KSHC binary compatible with multiple Spark versions
- [KYUUBI #6493] [K8S][HELM] Update default Kyuubi version to 1.9.1

### Credits

Last but not least, this release would not have been possible without the following contributors:

* Fu Chen
* Fei Wang
* Baokun Han
* Madhukar525722
* Cheng Pan
* Zhen Wang
* Z1Wu
* Yifan Zhou
* avishnus
* camper42
* felixzh2020
* huangzhir
* ic4y
* jeanlyn
* jiaoqingbo
* promising-forever
* zcx513566

0 comments on commit 046f221

Please sign in to comment.