From 531409838176256b9813383ca2e6a219e87caea9 Mon Sep 17 00:00:00 2001 From: Jaroslaw Grabowski Date: Thu, 15 Jul 2021 14:15:08 +0200 Subject: [PATCH] Prepare 3.1.0 release --- CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index bca3f2387..36e6afeee 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,7 @@ 3.1.0 - * Updated Spark to 3.1.1 and commons-lang to 3.10 - * Fixed crash in the DirectJoin caused by internal changes in Spark 3.1 (SPARKC-626) + * Updated Spark to 3.1.1 and commons-lang to 3.10 (SPARKC-626, SPARKC-646) + * UDTValue performance fix (SPARKC-647) + * update java driver to 4.12.0 (SPARKC-656) 3.0.1 * Fix: repeated metadata refresh with the Spark connector (SPARKC-633)