diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f60dd13f3..d36419dba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # TiSpark Changelog All notable changes to this project will be documented in this file. +## [TiSpark 2.3.14] 2021-04-12 +### Fixes +- Fix GregorianCalendar [#1952](https://github.com/pingcap/tispark/pull/1952) +- Fix tiflash timestamp pushdown bug [#1966](https://github.com/pingcap/tispark/pull/1966) +- Do not select tidb_row_format_version if tidb is 3.x [#1993](https://github.com/pingcap/tispark/pull/1993) +- Update table statistics after batch write [#2009](https://github.com/pingcap/tispark/pull/2009) +- Fix oom cause missing data bug [#2010](https://github.com/pingcap/tispark/pull/2010) + ## [TiSpark 2.3.13] 2021-03-05 ### Fixes - Disable index scan on partition table [#1923](https://github.com/pingcap/tispark/pull/1923) diff --git a/README.md b/README.md index f91403f9b5..6ddc458f00 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Read the [Quick Start](./docs/userguide.md). ## Getting TiSpark -+ Currently, TiSpark 2.3.13 is the latest stable version, which is highly recommended. It is compatible with Spark 2.3.0+ and Spark 2.4.0+. It is also compatible with TiDB-2.x、TiDB-3.x and TiDB-4.x. Please follow the [document](./docs/userguide.md). ++ Currently, TiSpark 2.3.14 is the latest stable version, which is highly recommended. It is compatible with Spark 2.3.0+ and Spark 2.4.0+. It is also compatible with TiDB-2.x、TiDB-3.x and TiDB-4.x. Please follow the [document](./docs/userguide.md). + TiSpark 1.2.1 is the latest stable version compatible with Spark 2.1.0+. - When using TiSpark 1.2.1, follow the [document for Spark 2.1](./docs/userguide_spark2.1.md). @@ -26,7 +26,7 @@ If you are using maven (recommended), add the following code to your `pom.xml`: com.pingcap.tispark tispark-assembly - 2.3.13 + 2.3.14 ```