Skip to content

Commit

Permalink
Add Release Notes for 1.8.3 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 authored Nov 27, 2024
1 parent beda0d3 commit 8a1ee14
Show file tree
Hide file tree
Showing 5 changed files with 185 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.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/'
20 changes: 20 additions & 0 deletions src/en/news/2024-11-27-release-1.8.3.md
Original file line number Diff line number Diff line change
@@ -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.
72 changes: 72 additions & 0 deletions src/en/release/1.8.3.md
Original file line number Diff line number Diff line change
@@ -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
20 changes: 20 additions & 0 deletions src/zh/news/2024-11-27-release-1.8.3.md
Original file line number Diff line number Diff line change
@@ -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) 体验吧。
72 changes: 72 additions & 0 deletions src/zh/release/1.8.3.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8a1ee14

Please sign in to comment.