Skip to content

Commit

Permalink
Add Release Notes for 1.10.1 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 authored Dec 26, 2024
1 parent 93a0d6d commit f3eccfe
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ defaultContentLanguage = 'en'
keepQuotes = true

[params]
latestRelease = '1.10.0'
releases = [ 'v1.10.0','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' ]
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' ]
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-12-26-release-1.10.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Apache Kyuubi 1.10.1 released
date: 2024-12-26
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.1](/release/1.10.1.html) ! Visit the [release notes](/release/1.10.1.html) to read about the new features, or [download](/releases.html) the released today.
53 changes: 53 additions & 0 deletions src/en/release/1.10.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Release Notes - 1.10.1
date: 2024-12-26
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 #6840] Fix PodMonitor pods selection
- [KYUUBI #6829] Add metrics for batch pending max elapse time
- [KYUUBI #6836] Ship `kafka-clients` in binary distribution tarball without compression libs
- [KYUUBI #6838] [INFRA] Update archive mailing list address
- [KYUUBI #6837] [INFRA] Disable K8s CI image GHA cache
- [KYUUBI #6828] Clean up and improve error message for KyuubiBaseResultSet
- Revert "[KYUUBI #6639] Port HIVE-27815: Support update numModifiedRows"
- [KYUUBI #6722] Fix AppState when Engine connection is terminated
- [KYUUBI #6820] Explicitly disable attach-scaladocs for pure Java modules
- [KYUUBI #6813] [BUILD] Replace `java.version` 1.8 with 8
- [KYUUBI #6773] Bump commons-codec from 1.15 to 1.17.1
- [KYUUBI #6808] [BUILD]Replace systemProperties with systemPropertyVariables in maven-surefire-plugin
- [KYUUBI #6805] [K8S][HELM] Update default Kyuubi version to 1.10.0
- [KYUUBI #6778] [BUILD] allow frontend plugin not to inherits Maven's http proxy config
- [KYUUBI #6786] Skip repeated checks on convert function in TColumnGenerator
- [KYUUBI #6790] Fix engine cannot exit when gracefully stopped

### Credits

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

* Bowen Liang
* pionCham
* Denis Krivenko
* Fei Wang
* Zhen Wang
* Cheng Pan
* Joao Amaral
* zhifanggao
20 changes: 20 additions & 0 deletions src/zh/news/2024-12-26-release-1.10.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Apache Kyuubi 1.10.1 released
date: 2024-12-26
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.1](/zh/release/1.10.1.html) 发布了! 查看 [发布记录](/zh/release/1.10.1.html) 阅读有关新功能的信息,或者马上 [下载](/zh/releases.html) 体验吧。
53 changes: 53 additions & 0 deletions src/zh/release/1.10.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: 发布记录 - 1.10.1
date: 2024-12-26
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 #6840] Fix PodMonitor pods selection
- [KYUUBI #6829] Add metrics for batch pending max elapse time
- [KYUUBI #6836] Ship `kafka-clients` in binary distribution tarball without compression libs
- [KYUUBI #6838] [INFRA] Update archive mailing list address
- [KYUUBI #6837] [INFRA] Disable K8s CI image GHA cache
- [KYUUBI #6828] Clean up and improve error message for KyuubiBaseResultSet
- Revert "[KYUUBI #6639] Port HIVE-27815: Support update numModifiedRows"
- [KYUUBI #6722] Fix AppState when Engine connection is terminated
- [KYUUBI #6820] Explicitly disable attach-scaladocs for pure Java modules
- [KYUUBI #6813] [BUILD] Replace `java.version` 1.8 with 8
- [KYUUBI #6773] Bump commons-codec from 1.15 to 1.17.1
- [KYUUBI #6808] [BUILD]Replace systemProperties with systemPropertyVariables in maven-surefire-plugin
- [KYUUBI #6805] [K8S][HELM] Update default Kyuubi version to 1.10.0
- [KYUUBI #6778] [BUILD] allow frontend plugin not to inherits Maven's http proxy config
- [KYUUBI #6786] Skip repeated checks on convert function in TColumnGenerator
- [KYUUBI #6790] Fix engine cannot exit when gracefully stopped

### Credits

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

* Bowen Liang
* pionCham
* Denis Krivenko
* Fei Wang
* Zhen Wang
* Cheng Pan
* Joao Amaral
* zhifanggao

0 comments on commit f3eccfe

Please sign in to comment.