Skip to content

Commit 2adac47

Browse files
committed
Prepare for release
1 parent 19c99f0 commit 2adac47

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
88
Unpublished
99
====================
1010

11+
====================
12+
5.2.4 - 2021-05-19
13+
====================
14+
15+
NOTE: a couple of versions were skipped because of internal versioning issues.
16+
There are no public releases for 5.2.2 and 5.2.3
17+
1118
Added
1219
_____
1320

@@ -64,6 +71,9 @@ _______
6471
Fixed
6572
_____
6673

74+
* Fixed a performance issue that causes results to be returned more slowly as
75+
they got larger. The Python List pop() method was mistakenly being used
76+
on large arrays.
6777
* Ensure that TableLimits is always None in TableResult on-premise.
6878
* Fixed synchronization problem in SignatureProvider.
6979
* Fixed a problem where the cloud service might succeed when dropping a table

0 commit comments

Comments
 (0)