pan3793 commented on code in PR #80: URL: https://github.com/apache/incubator-kyuubi-website/pull/80#discussion_r963586229
########## src/zh/release/1.6.0-incubating.md: ########## @@ -0,0 +1,733 @@ +--- +title: 发布记录 - 1.6.0-incubating +date: 2022-09-06 +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. +--> + +### 重大更新 + +服务端 + +- 支持批(Jar)任务提交 +- 支持 Thrift HTTP 模式 +- 支持 Etcd 作为发现服务 +- 支持 JDBC 认证机制 +- 统一 Thrift 和 REST v1 API 的认证 +- 增强指标系统 + +客户端 + +- 新增批任务提交的 REST 客户端 Review Comment: ```suggestion - 新增批(Jar)任务提交的 REST 客户端 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
