Releases: zaikio/zaikio-client-helpers
Releases · zaikio/zaikio-client-helpers
v0.6.0
v0.5.0
v0.4.0
v0.3.0
- Add
Zaikio::Client::Helpers::AuthorizationMiddleware
andZaikio::Client.with_token
to pass down bearer token to multiple clients (e.g. hub + procurement) at the same time - Add
Zaikio::Client::Helpers::Configuration
as an abstract configuration class - Add
Zaikio::Client.create_connection
v0.2.4
- Add support for Faraday 2.x
v0.2.3
- Handle "uncountable" responses (i.e. those without a Total-Count or Total-Pages header)
v0.2.2
- Attempt to fix
NoMethodError
when looking for pagination headers
v0.2.1
v0.2.0
- Add
Zaikio:Error
and allow setting arbitrary attributes on the exceptions - Add
Zaikio::RateLimitedError
when HTTP 429 occurs (note that this subclasses
Zaikio::ConnectionError
so all existing error handling should continue to work).
v0.1.1
- Require
zaikio/client/model
as part of gem loading to avoid need to load it elsewhere - Fix message about total number of pages - count pages, not objects!