Kong 1.0.1 发布了,Kong 是一个云原生、快速、可扩展和分布式的微服务抽象层(也称为 API 网关),通过插件扩展功能。
本版本是 1.0 版本的补丁包,主要包含 Kong 的性能提升和 Bug 修复。
更新内容如下:
Changes
Core
Fixes
Configuration
- Ensure
lua_ssl_verify_depth
works even whenlua_ssl_trusted_certificate
is not set #4165. Thanks @rainestfor the patch. - Ensure Kong starts when only a
stream
listener is enabled #4195 - Ensure Postgres works with non-
public
schemas #4198
Core
- Fix an artifact in upstream migrations where
created_at
timestamps would occasionally display fractional values#4183, #4204 - Fixed issue with HTTP/2 support advertisement #4203
Admin API
- Fixed handling of invalid targets in
/upstreams
endpoints for health checks #4132, #4205 - Fixed the
/plugins/schema/:name
endpoint, as it was failing in some cases (e.g. thedatadog
plugin) and producing incorrect results in others (e.g.request-transformer
). #4136, #4137 #4151, #4162
Plugins
转自 https://www.oschina.net/news/103727/kong-1-0-1-released