diff --git a/hugo.toml b/hugo.toml index 075164ed..46e5fc5a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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/' diff --git a/src/en/news/2024-12-26-release-1.10.1.md b/src/en/news/2024-12-26-release-1.10.1.md new file mode 100644 index 00000000..56d63702 --- /dev/null +++ b/src/en/news/2024-12-26-release-1.10.1.md @@ -0,0 +1,20 @@ +--- +title: Apache Kyuubi 1.10.1 released +date: 2024-12-26 +linked: true +--- + + +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. diff --git a/src/en/release/1.10.1.md b/src/en/release/1.10.1.md new file mode 100644 index 00000000..9cec5767 --- /dev/null +++ b/src/en/release/1.10.1.md @@ -0,0 +1,53 @@ +--- +title: Release Notes - 1.10.1 +date: 2024-12-26 +linked: true +meta: +_edit_last: '4' +_wpas_done_all: '1' +--- + + +### 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 diff --git a/src/zh/news/2024-12-26-release-1.10.1.md b/src/zh/news/2024-12-26-release-1.10.1.md new file mode 100644 index 00000000..4119cf9f --- /dev/null +++ b/src/zh/news/2024-12-26-release-1.10.1.md @@ -0,0 +1,20 @@ +--- +title: Apache Kyuubi 1.10.1 released +date: 2024-12-26 +linked: true +--- + + +我们很高兴地宣布 [Apache Kyuubi 1.10.1](/zh/release/1.10.1.html) 发布了! 查看 [发布记录](/zh/release/1.10.1.html) 阅读有关新功能的信息,或者马上 [下载](/zh/releases.html) 体验吧。 diff --git a/src/zh/release/1.10.1.md b/src/zh/release/1.10.1.md new file mode 100644 index 00000000..a6694ec0 --- /dev/null +++ b/src/zh/release/1.10.1.md @@ -0,0 +1,53 @@ +--- +title: 发布记录 - 1.10.1 +date: 2024-12-26 +linked: true +meta: +_edit_last: '4' +_wpas_done_all: '1' +--- + + +### 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