diff --git a/README.md b/README.md index 1619967d01cd..ee7dcc413ab1 100755 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ - [常见问题与解答(FAQ)](FAQ.md) - [最佳实践](https://pingcap.com/blog-cn/tidb-best-practice/) + [版本发布历史](releases/rn.md) + - [2.0.8](releases/208.md) - [2.1 RC3](releases/21rc3.md) - [2.1 RC2](releases/21rc2.md) - [2.0.7](releases/207.md) diff --git a/releases/208.md b/releases/208.md new file mode 100644 index 000000000000..196c95d90053 --- /dev/null +++ b/releases/208.md @@ -0,0 +1,29 @@ +--- +title: TiDB 2.0.8 release notes +category: Releases +--- + +# TiDB 2.0.8 Release Notes + +2018 年 10 月 16 日,TiDB 发布 2.0.8 版。该版本在 2.0.7 版的基础上,对系统兼容性、稳定性做出了改进。 + +## TiDB + ++ 功能改进 + - 在 `Update` 没有更改相应 AUTO-INCREMENT 列情况下,防止 AUTO-ID 被消耗过快 [#7846](https://github.com/pingcap/tidb/pull/7846) ++ Bug 修复 + - 在 PD Leader 异常宕机的情况下,TiDB 快速创建 etcd Session 恢复服务 [#7810](https://github.com/pingcap/tidb/pull/7810) + - 修复 `DateTime` 类型使用默认值时候没有考虑时区的问题 [#7672](https://github.com/pingcap/tidb/pull/7672) + - 修复 `duplicate key update` 在某些情况下没有正确插入值的问题 [#7685](https://github.com/pingcap/tidb/pull/7685) + - 修复 `UnionScan` 中谓词条件没有下推的问题 [#7726](https://github.com/pingcap/tidb/pull/7726) + - 修复增加 `TIMESTAMP` 索引没有正确处理时区的问题 [#7812](https://github.com/pingcap/tidb/pull/7812) + - 修复某些情况下统计信息模块导致的内存泄露问题 [#7864](https://github.com/pingcap/tidb/pull/7864) + - 修复在某些异常情况下,无法获得 `ANALYZE` 结果的问题 [#7871](https://github.com/pingcap/tidb/pull/7871) + - 令 `SYSDATE` 不做表达式展开,以返回正确的结果 [#7894](https://github.com/pingcap/tidb/pull/7894) + - 修复某些情况下,`substring_index` panic 的问题 [#7896](https://github.com/pingcap/tidb/pull/7896) + - 修复某些情况下,错误将 `OUTER JOIN` 转为 `INNER JOIN` 的问题 [#7899](https://github.com/pingcap/tidb/pull/7899) + +## TiKV + ++ Bug 修复 + - 修复节点宕机时 Raftstore `EntryCache` 占用内存持续上升的问题 [#3529](https://github.com/tikv/tikv/pull/3529) \ No newline at end of file diff --git a/releases/rn.md b/releases/rn.md index c1bbab71c894..4f1921060cff 100644 --- a/releases/rn.md +++ b/releases/rn.md @@ -7,6 +7,7 @@ category: release TiDB 历史版本发布声明如下: + - [2.0.8](208.md) - [2.1 RC3](21rc3.md) - [2.1 RC2](21rc2.md) - [2.0.7](207.md)