Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 983 Bytes

CHANGELOG.md

File metadata and controls

45 lines (24 loc) · 983 Bytes

Changelog

v0.12.1 (2023-10-20)

  • Update faraday requirement from ~> 1.0 to >= 1, < 3 #67 (dependabot[bot])
  • added ruby 3.1 on ci #68 (yset)

v0.12.0 (2021-12-15)

  • Add get_alert to Alert API #65 (inommm, pyto86)
  • Send query parameters to alerts api #64 (kenchan)

v0.11.0 (2021-03-24)

  • Implements downtime API #61 (myoan)

v0.10.0 (2021-03-15)

Breaking change

Previously Host has type attribute, but it is removed.

  • Drop type attribute from Host and introduce size instead #58 (astj)

v0.9.0 (2020-01-23)

  • Use Faraday v1.0 #54 (onk)

v0.8.0 (2019-06-26)

Breaking change

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)

v0.7.0 (2018-10-22)

  • fix unintended initializing http headers #47 (y_uuki)

v0.6.0 (2018-07-04)

  • Use Rspec v3.x #43 (onk)