Skip to content

Commit 677db0d

Browse files
authored
Incement metadata files for release. (#56)
1 parent ad9efb9 commit 677db0d

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
# edfi_api_client v0.3.1
211
## Under the Hood
312
- Configure base logger handlers only when not preconfigured by the executing script.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name='edfi_api_client',
9-
version='0.3.1',
9+
version='0.4.0',
1010
description='Ed-Fi API client and tools',
1111
license_files=['LICENSE'],
1212
url='https://github.com/edanalytics/edfi_api_client',

0 commit comments

Comments
 (0)