Skip to content

Releases: DataDog/dogapi-rb

1.36

05 Jun 16:05
d4dad49
Compare
Choose a tag to compare
  • [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

21 Mar 18:21
51bc380
Compare
Choose a tag to compare
  • [FEATURE] Add get_all_boards and support for 'free' layout. See #171.

1.34

08 Mar 07:23
7e0aa80
Compare
Choose a tag to compare

1.33

08 Mar 07:22
377a4b4
Compare
Choose a tag to compare
  • [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

23 Oct 13:27
537c386
Compare
Choose a tag to compare
  • [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

01 Oct 13:07
62e4201
Compare
Choose a tag to compare
  • [FIX] Handle nil values from benchmarks in Capistrano. See #159.
  • [IMPROVEMENT] Add getter/setter for datadog_host. See #160.

1.30

01 Oct 13:06
d66698a
Compare
Choose a tag to compare
  • [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

01 Oct 13:05
369586f
Compare
Choose a tag to compare
  • [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

16 Aug 20:10
83c5b18
Compare
Choose a tag to compare

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

01 May 21:21
064dae6
Compare
Choose a tag to compare

1.27.0 / 2017-05-01

  • [FEATURE] Add monitor validation endpoint. See #127