Skip to content

Commit

Permalink
Update metadata files before release. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayckaiser authored Oct 15, 2024
1 parent d5d0f4a commit 4096155
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# edfi_api_client v0.2.2
## New Features
- Access resource `/keyChanges` endpoint using optional `get_key_changes` flag in `EdFiResource`.
- `EdFiClient.get_token_info()` returns the JSON payload of the `/oauth/token_info` endpoint for the existing connection's access-token.

## Fixes
- Fix authentication logic and require `instance_code` be passed when authenticating to `instance_year_specific` ODSes.


# edfi_api_client v0.2.1
## Fixes
- Make `api_mode` a fully-optional argument in `EdFiClient` (necessary for v7 ODSes).


# edfi_api_client v0.2.0
## New Features
- `EdFiClient.get_swagger()` now returns an EdFiSwagger class that parses OpenAPI Swagger specification.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='edfi_api_client',
version='0.2.1',
version='0.2.2',
description='Ed-Fi API client and tools',
license_files=['LICENSE'],
url='https://github.com/edanalytics/edfi_api_client',
Expand Down

0 comments on commit 4096155

Please sign in to comment.