Kong 1.0.1 发布,性能提升和 Bug 修复版本

栏目: 软件资讯 · 发布时间: 5年前

内容简介:Kong 1.0.1 发布了,Kong 是一个云原生、快速、可扩展和分布式的微服务抽象层(也称为 API 网关),通过插件扩展功能。 本版本是 1.0 版本的补丁包,主要包含 Kong 的性能提升和 Bug 修复。 更新内容如下: Chan...

Kong 1.0.1 发布了,Kong 是一个云原生、快速、可扩展和分布式的微服务抽象层(也称为 API 网关),通过插件扩展功能。

本版本是 1.0 版本的补丁包,主要包含 Kong 的性能提升和 Bug 修复。

更新内容如下:

Changes

Core

Fixes

Configuration

  • Ensure lua_ssl_verify_depth works even when lua_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. the datadog plugin) and producing incorrect results in others (e.g. request-transformer). #4136#4137 #4151#4162

Plugins

  • Fix PDK memory leaks in kong.service.response and kong.ctx #4143#4172


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

程序设计基础

程序设计基础

谢书良 / 2010-5 / 29.50元

《程序设计基础》是为从来没有接触过程序设计的读者编写的“零起点”入门教材。全书共分8章,第1章主要介绍程序设计的概念和程序运行的环境,第2章介绍了基本的数据类型、运算符与表达式,第3章介绍面向过程程序的顺序、分支选择和循环三种控制结构,第4章至第7章分别介绍了数组、指针的概念,结构体和其他数据类型,函数及其调用,内容涵盖了C++面向过程程序设计内容,与C语言教材完全兼容。第8章是体现《程序设计基础......一起来看看 《程序设计基础》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具