Releases: DataDog/dogapi-rb
Releases · DataDog/dogapi-rb
1.36
- [BUGFIX] Pass the options as params to request, not body content. See #157, thanks @wonko
- [FEATURE] Add support for dashboard list API v2. See #174
- [IMPROVEMENT] Add
get_active_metrics
and resolve_monitors
methods for missing api endpoints. See #172
- [IMPROVEMENT] Add methods for missing hourly usage api endpoints. See #173
1.35
- [FEATURE] Add get_all_boards and support for 'free' layout. See #171.
1.33
- [IMPROVEMENT] Add submission types mentioned in the API documentation. See #165, thanks @TaylURRE
- [FEATURE] Add support for the new Dashboard API. See #167, thanks @enbashi
1.32.0
- [FEATURE] Added monitor search and monitor groups search API endpoints. See #163.
- [FIX] Add project metadata to the gemspec. See #162, thanks @orien.
1.31.0
- [FIX] Handle nil values from benchmarks in Capistrano. See #159.
- [IMPROVEMENT] Add getter/setter for datadog_host. See #160.
1.30
- [FIX] Change API endpoint. See #147.
- [FIX] Show more friendly error message with non JSON responses. See #151, thanks @edwardkenfox.
- [FEATURE] Add hosts endpoints. See #152.
1.29.0
- [FEATURE] Add new endpoints for dashboard lists.
- [IMPROVEMENT] change http-method GET to POST on api.Screenboard#share. See #136 (thanks @haohcraft)
1.28.0
1.28.0 / 2017-08-16
- [FEATURE] Accept
group_states
strings for get_monitor
function. See #132 (thanks @acroos)
- [FEATURE] Add cancel_by_scope endpoint. See #133 (thanks @martinisoft)
1.27.0
1.27.0 / 2017-05-01
- [FEATURE] Add monitor validation endpoint. See #127