内容简介:HashiCorp Consul 1.2.1 已发布,这是一个维护版本: 改进: acl: Prevented multiple ACL token refresh operations from occurring simultaneously. [GH-3524] acl: Add async-cache down policy mode to alway...
HashiCorp Consul 1.2.1 已发布,这是一个维护版本:
改进:
acl: Prevented multiple ACL token refresh operations from occurring simultaneously. [GH-3524]
acl: Add async-cache down policy mode to always do ACL token refreshes in the background to reduce latency. [GH-3524]
proxy: Pass through HTTP client env vars to managed proxies so that they can connect back to Consul over HTTPs when not serving HTTP. [PR-4374]
connect: Persist intermediate CAs on leader change. [PR-4379]
修复:
api: Intention APIs parse error response body for error message. [GH-4297]
agent: Intention read endpoint returns a 400 on invalid UUID [GH-4297]
agent: Service registration with "services" does not error on Connect upstream configuration. [GH-4308]
dns: Ensure that TXT RRs dont get put in the Answer section for A/AAAA queries. [GH-4354]
dns: Ensure that only 1 CNAME is returned when querying for services that have non-IP service addresses. [PR-4328]
api: Fixed issue where
Lock
andSemaphore
would return earlier than their requested timeout when unable to acquire the lock. [GH-4003], [GH-3262], [GH-2399]watch: Fix issue with HTTPs only agents not executing watches properly [GH-4358]
agent: Managed proxies that bind to 0.0.0.0 now get a health check on a sane IP [GH-4301]
server: (Consul Enterprise) Fixed an issue causing Consul to panic when network areas were used
license: (Consul Enterprise) Fixed an issue causing the snapshot agent to log erroneous licensing errors
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Consul 1.2.1 发布,服务发现和配置共享软件》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- FrostWire 6.8.2 发布,P2P 文件共享软件
- MISP 2.4.118 发布,恶意软件信息共享平台
- 6、如何获取配置中心的配置
- React降级配置及Ant Design配置
- vscode 配置eslint 开发vue的相关配置
- git commit 规范校验配置和版本发布配置
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java从入门到精通
李钟尉、马文强、陈丹丹 / 清华大学出版社 / 2008-9 / 59.80元
《Java从入门到精通》(软件开发视频大讲堂)从初学者角度出发,通过通俗易懂的语言、丰富多彩的实例,详细介绍了使用Java语言进行程序开发应该掌握的各方面技术。全书共分28章,包括:初识Java,熟悉Eclipse开发工具,Java语言基础,流程控制,字符串,数组,类和对象,包装类,数字处理类,接口、继承与多态,类的高级特性,异常处理,Swing程序设计,集合类,I/O输入输出,反射,枚举类型与泛......一起来看看 《Java从入门到精通》 这本书的介绍吧!