Releases: RockefellerArchiveCenter/ElectronBonder
Releases · RockefellerArchiveCenter/ElectronBonder
2.2
Fixes
- Returns a value from
authorize_oauth()
to match the existing pattern for authorize()
2.1.1
Fixes
- Updates
install_requires
to reflect additional dependency.
2.1
Updates
- Encodes JWT token as
Bearer
token.
2.0.1
Fixes
- Correctly encodes
Authorization
header as a bearer token for OAuth authentication.
2.0
Adds
authorize_oauth
method to authorize against OAuth provider
Updates
1.1
Adds
- Updates to Python 3.10
- Supports authentication endpoints which returns a
201
HTTP status code in addition to 200
1.0
- Removes
get_paged_reverse
#15
- Improves unit test coverage #15
- Updates CI configuration #14
0.8
Adds
- allows client to make
patch
requests
Also removes Python 3.7 tests from tox.
0.7.2
Fixes
Fixes get_paged_reverse
so more than two pages are fetched.
0.7.1
Version bump to trigger build in PyPI