diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba2cc5cd4..0b0b2e63d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,23 @@ # TiSpark Changelog All notable changes to this project will be documented in this file. -## [TiSpark 2.5.0] 2022-05-16 +## [TiSpark 2.5.2] 2022-08-30 +### Compatibility Changes +- We will not provide the mysql-connector-java dependency because of the limit of the GPL license [#2461](https://github.com/pingcap/tispark/pull/2461) + +### Fixes +- Fix the bug that single column condition is incorrect `if branch` [#2394](https://github.com/pingcap/tispark/pull/2394) +- Fix when TiDB has more than 10,000 tables in one Database, TiSpark may throw Table not found exceptions [#2441](https://github.com/pingcap/tispark/pull/2441) +- Fix the bug that count/avg can not push down [#2469](https://github.com/pingcap/tispark/pull/2469) +- Fix the bug that when the primary key is not integer type, the two rows with null unique index will conflict and the bug that when the unique index conflicts, the conflicting unique index column cannot be deleted correctly [#2516](https://github.com/pingcap/tispark/pull/2516) +- Fix exception would through when the size of pdAddresse is > 1 [#2477](https://github.com/pingcap/tispark/pull/2477) +- Fix the bug that Count(bit) should not be pushed down before TiKV 6.0.0 [#2484](https://github.com/pingcap/tispark/pull/2484) +- Upgraded Spark3.1 support version from 3.0.2 to 3.0.3ļ¼ŒUpgraded Spark3.1 support version from 3.1.1 to 3.1.3 [#2487](https://github.com/pingcap/tispark/pull/2487) +- Only do auth check for tables in TiDB [#2502](https://github.com/pingcap/tispark/pull/2502) +- Change spark profile [#2517](https://github.com/pingcap/tispark/pull/2517) + + +## [TiSpark 2.5.1] 2022-05-16 ### Fixes - Fix limit not push down bug [#2335](https://github.com/pingcap/tispark/pull/2335) - Fix ClassCastException when cluster index with type Timestamp and Date [#2323](https://github.com/pingcap/tispark/pull/2323) diff --git a/assembly/pom.xml b/assembly/pom.xml index 65b4f1aca8..5027a797b4 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -5,7 +5,7 @@ com.pingcap.tispark tispark-parent - 2.5.2-snapshot + 2.5.2 ../pom.xml diff --git a/core-test/pom.xml b/core-test/pom.xml index d68530e554..7a8382b923 100644 --- a/core-test/pom.xml +++ b/core-test/pom.xml @@ -5,7 +5,7 @@ com.pingcap.tispark tispark-parent - 2.5.2-snapshot + 2.5.2 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index b4b91a93ea..afe8ac3664 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ com.pingcap.tispark tispark-parent - 2.5.2-snapshot + 2.5.2 ../pom.xml diff --git a/core/scripts/version.sh b/core/scripts/version.sh index 9aa7bb819b..b366c70b8c 100755 --- a/core/scripts/version.sh +++ b/core/scripts/version.sh @@ -16,7 +16,7 @@ TISPARK_HOME="$(cd "`dirname "$0"`"/../..; pwd)" -TiSparkReleaseVersion=2.5.2-snapshot +TiSparkReleaseVersion=2.5.2 TiSparkBuildTS=`date -u '+%Y-%m-%d %I:%M:%S'` TiSparkGitHash=`git rev-parse HEAD` TiSparkGitBranch=`git rev-parse --abbrev-ref HEAD` diff --git a/db-random-test/pom.xml b/db-random-test/pom.xml index 3867573cbc..35b58c118e 100644 --- a/db-random-test/pom.xml +++ b/db-random-test/pom.xml @@ -5,7 +5,7 @@ com.pingcap.tispark tispark-parent - 2.5.2-snapshot + 2.5.2 ../pom.xml diff --git a/pom.xml b/pom.xml index ba7324870d..7b21e7baa1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.pingcap.tispark tispark-parent - 2.5.2-snapshot + 2.5.2 pom TiSpark Project Parent POM http://github.copm/pingcap/tispark diff --git a/spark-wrapper/spark-3.0/pom.xml b/spark-wrapper/spark-3.0/pom.xml index ffc59d3d6d..cb2e6f71fa 100644 --- a/spark-wrapper/spark-3.0/pom.xml +++ b/spark-wrapper/spark-3.0/pom.xml @@ -5,7 +5,7 @@ com.pingcap.tispark tispark-parent - 2.5.2-snapshot + 2.5.2 ../../pom.xml diff --git a/spark-wrapper/spark-3.1/pom.xml b/spark-wrapper/spark-3.1/pom.xml index 89e5919513..73a5ba97ef 100644 --- a/spark-wrapper/spark-3.1/pom.xml +++ b/spark-wrapper/spark-3.1/pom.xml @@ -5,7 +5,7 @@ com.pingcap.tispark tispark-parent - 2.5.2-snapshot + 2.5.2 ../../pom.xml diff --git a/tikv-client/pom.xml b/tikv-client/pom.xml index c6984767ba..c384d55451 100644 --- a/tikv-client/pom.xml +++ b/tikv-client/pom.xml @@ -5,7 +5,7 @@ com.pingcap.tispark tispark-parent - 2.5.2-snapshot + 2.5.2 ../pom.xml