There was an error while loading. Please reload this page.
1 parent ad9efb9 commit 677db0dCopy full SHA for 677db0d
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# edfi_api_client v0.4.0
2
+## New Features
3
+- Support cursor-pagination by default in `EdFiEndpoint.get_rows()`.
4
+ - Fall back to reverse change-version stepping on deletes/key-changes, or before ODS version 7.3.
5
+
6
+## Under the Hood
7
+- Paginate total-counts in `EdFiEndpoint.get_total_count()` if the call times out due to high data volume.
8
9
10
# edfi_api_client v0.3.1
11
## Under the Hood
12
- Configure base logger handlers only when not preconfigured by the executing script.
setup.py
@@ -6,7 +6,7 @@
setuptools.setup(
name='edfi_api_client',
- version='0.3.1',
+ version='0.4.0',
description='Ed-Fi API client and tools',
license_files=['LICENSE'],
url='https://github.com/edanalytics/edfi_api_client',
0 commit comments