Skip to content

Releases: FOLIO-FSE/FolioClient

v_0611

30 Oct 20:23
Compare
Choose a tag to compare

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

13 Oct 12:58
Compare
Choose a tag to compare

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

13 Oct 05:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v_0606...v_0607

v_0606

19 Sep 19:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v_0605...v_0606

v_0605

17 Jul 21:50
Compare
Choose a tag to compare

What's Changed

  • Fixes: get_single_instance method returns generator object instead of dictionary #63 by @bltravis in #64

Full Changelog: v_0604...v_0605

v_0604

16 Jul 18:16
Compare
Choose a tag to compare

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

Full Changelog: v_0603...v_0604

v_0603

09 Apr 18:21
Compare
Choose a tag to compare

What's Changed

  • Update to get_holdings_schema to support mod-inventory-storage > v27.0.0 by @bltravis in #47
  • Bumping version to 0.60.3 by @bltravis in #49

Full Changelog: v_0602...v_0603

v_0602

23 Mar 21:39
Compare
Choose a tag to compare
  • [closed] Prepare 0.60.2 release #44
  • [closed] Update module_versions property to work with application descriptor-based platform deployments #42
  • [closed] Fix 404 error when retrieving current_user in ECS context #40

v_0601

20 Feb 21:30
Compare
Choose a tag to compare
  • [closed] New release for 0.60.1 #38
  • [closed] Update folio_get and folio_get_all to remove headers from httpx.Client instantiation and shift them to the client requests #35

v_0600

07 Nov 15:44
Compare
Choose a tag to compare
  • [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