File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
8
8
Unpublished
9
9
====================
10
10
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
+
11
18
Added
12
19
_____
13
20
@@ -64,6 +71,9 @@ _______
64
71
Fixed
65
72
_____
66
73
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.
67
77
* Ensure that TableLimits is always None in TableResult on-premise.
68
78
* Fixed synchronization problem in SignatureProvider.
69
79
* Fixed a problem where the cloud service might succeed when dropping a table
You can’t perform that action at this time.
0 commit comments