Releases: FOLIO-FSE/FolioClient
Releases · FOLIO-FSE/FolioClient
v1.0.10
What's Changed
- Enhance type hinting for decorators and bump version to 1.0.9 by @btravisebsco in #139
- Read response in auth before raising error for 403 exceptions by @btravisebsco in #140
Full Changelog: v1.0.8...v1.0.10
v1.0.8
What's Changed
- Handle transient 403 Forbidden responses with (one-time) automatic retry logic in FolioAuth by @btravisebsco in #132
- Fix for included integration tests and add support for Trillium Bugfest environment by @btravisebsco in #133
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Implement schema fallback for mod-inventory-storage to support v30.0.0+ by @btravisebsco in #131
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Update
FolioClientexception mapping fromhttpxexceptions to properly map connection error classes by @btravisebsco in #130
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Fix logout issue when using FolioClient as a Context Manager with ECS tenants by @btravisebsco in #129
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Enhance FolioClient with improved payload handling and debug logging by @btravisebsco in #124
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Add docstrings and bump version to 1.0.3 by @btravisebsco in #121
- [Fix] Refactor authentication retry logic and update version by @btravisebsco in #122
Full Changelog: v1.0.2...v1.0.3
v1.0.2.post1
What's Changed
- Add github action to manage a stable docs branch for readthedocs by @btravisebsco in #116
- Update docs dependency group requirements by @btravisebsco in #117
- Bump version to 1.0.2.post1 in pyproject.toml by @btravisebsco in #118
- Update docs requirements.txt by @btravisebsco in #119
Full Changelog: v1.0.2...v1.0.2.post1
v1.0.2
What's Changed
- Add classifiers, update build system requirements, and rename the logout response handler method to clearly indicate that it is private by @btravisebsco in #115
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Move creation of FolioAuth object out of FolioClient.init() by @btravisebsco in #114
Full Changelog: v1.0.0...v1.0.1