We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b65a4 commit 189c541Copy full SHA for 189c541
CHANGELOG.md
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
9
(Nothing yet)
10
11
+## [0.9.0] - 2020-05-13
12
+
13
+### Changed
14
15
+- Breaking change: The Analytics Report iterator was changed to a generator to reduce memory
16
+ usage when iterating over large reports. Results are now thrown away after they have been
17
+ yieleded. This is a breaking change since count() is no longer supported.
18
19
## [0.8.2] - 2019-10-29
20
21
### Fixed
0 commit comments