Releases: FOLIO-FSE/FolioClient
Releases · FOLIO-FSE/FolioClient
v_0611
What's Changed
- Add enter and exit method to enable context manager usage. Add FolioClientClosed custom exception. Bump version to 0.61.1. by @btravisebsco in #76
Full Changelog: v_0610...v_0611
v_0610
What's Changed
- Refactor get_latest_from_github to use new jsonref approach, removed option to pass github token as an argument. Setting
GITHUB_TOKEN
environment variable is now the only way to use a GitHub access token to avoid rate-limiting when fetching schemas from GitHub by @btravisebsco in #72
Full Changelog: v_0607...v_0610
v_0607
What's Changed
- Refactored get_from_github method to use jsonref library to dereference retrieved schemas. Fixes #68 by @btravisebsco in #69
- Add constant for user agent string by @btravisebsco in #70
Full Changelog: v_0606...v_0607
v_0606
What's Changed
- Updates httpx to latest version by @jermnelson in #65
Full Changelog: v_0605...v_0606
v_0605
v_0604
What's Changed
- Added convenience methods for put/post and to return an httpx.Client object by @bltravis in #52
- Added configurable retry for .login() by @bltravis in #54
- Decorator tests by @ClintonWB-EBSCO in #55
- Fixed folio_put/post arguments and added configurable http timeout by @bltravis in #59
- Bumping pyproject.toml version number and updating github workflow to… by @bltravis in #62
New Contributors
- @ClintonWB-EBSCO made their first contribution in #55
Full Changelog: v_0603...v_0604
v_0603
v_0602
v_0601
v_0600
- [closed] Bump version to 0.60.0 #32
- [closed] Better Support fetching YAML Schemas for OpenAPI modules #30
- [closed] get_from_github fails when run against a snapshot environment #29
- [new folio functionality] Implement support for refresh tokens for FOLIO API keys (Poppy) #27
- [closed] Fix GitHub testing configuration #25