From 414f026b1cb7f98b99434356cdf8ded5d8cc1cfd Mon Sep 17 00:00:00 2001 From: luxu1-ms Date: Mon, 20 Sep 2021 10:56:12 -0700 Subject: [PATCH 1/2] update changelist --- CHANGELIST.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELIST.md b/CHANGELIST.md index 8bbcddb..7b4d9fb 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,3 +1,12 @@ +## V 1.2.0 +Added spark 3.1 support. Added brackets to staging table name for NO_DUPLICATES mode. + +## v 1.0.0 +Added profiles for spark 2.4 and spark 3.0 build. Provided test app and framework for spark mssql connector E2E tests. Added brackets to staging table name for NO_DUPLICATES mode. + +## V 1.0.2 +Updated supported JDBC version to 8.4.1. Removed deprecated classes. + ## V 1.0.1 Computed column fix and refactoring and file licensing headers. From d8efd474847e656954e1ca014008c451026246f0 Mon Sep 17 00:00:00 2001 From: luxu1-ms Date: Wed, 13 Oct 2021 10:27:11 -0700 Subject: [PATCH 2/2] fix typo --- CHANGELIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 7b4d9fb..75a653f 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,7 +1,7 @@ ## V 1.2.0 Added spark 3.1 support. Added brackets to staging table name for NO_DUPLICATES mode. -## v 1.0.0 +## v 1.1.0 Added profiles for spark 2.4 and spark 3.0 build. Provided test app and framework for spark mssql connector E2E tests. Added brackets to staging table name for NO_DUPLICATES mode. ## V 1.0.2