- Update faraday requirement from ~> 1.0 to >= 1, < 3 #67 (dependabot[bot])
- added ruby 3.1 on ci #68 (yset)
- Add get_alert to Alert API #65 (inommm, pyto86)
- Send query parameters to alerts api #64 (kenchan)
- Implements downtime API #61 (myoan)
Previously Host
has type
attribute, but it is removed.
- Drop
type
attribute fromHost
and introducesize
instead #58 (astj)
- Use Faraday v1.0 #54 (onk)
Now mackerel-client raises Mackerel::Error
when HTTP requests failed.
Previously various exceptions (mainly RuntimeError
or NoMethodError
) happened in such cases.
- Use Faraday::Response::RaiseError middleware #49 (onk)
- fix unintended initializing http headers #47 (y_uuki)
- Use Rspec v3.x #43 (onk)