Skip to content

Releases: DataDog/dogapi-rb

v1.45.0

27 Jan 09:27
160d030
Compare
Choose a tag to compare
  • [Added] Read datadog_host cap variable for specifying Datadog API endpoint. See #255.
  • [Added] Added support for logs pipelines CRUD methods. See #252. Thanks hi-artem.
  • [Fixed] Properly handle string response code. See #254.
  • [Fixed] Remove circular dependency. See #253.

v1.44.0

10 Dec 09:08
b47d3c7
Compare
Choose a tag to compare
  • [Added] Allow skipping SSL verification. See #246.

v1.43.0

07 Dec 10:51
2f0e7b9
Compare
Choose a tag to compare
  • [Fixed] find_localhost: Try both hostname and hostname -f before raising. See #242.

1.42.0

17 Sep 13:44
c6ff1d2
Compare
Choose a tag to compare
  • [Added] Allow dashboard creation / updates using Template Variable Presets. See #238.

1.41.0

27 Jul 07:48
7431356
Compare
Choose a tag to compare
  • [Added] Improve user-agent header to include telemetry information. See #235.
  • [Added] Move setting hostname to end of method body in order to actually return it. See #233.

1.40.0

06 Apr 15:01
8be8637
Compare
Choose a tag to compare
  • [Added] Re-add service level objectives support. See #224.

1.39.0

04 Feb 16:19
feefe3f
Compare
Choose a tag to compare
  • [Added] Allow Setting Proxy without Using HTTP_PROXY, etc.. See #180. Thanks KingAlex42.
  • [Added] [capistrano] Add ability to use etc.getpwuid instead of etc.getlogin to get the user name. See #146. Thanks rkul.
  • [Fixed] Check exit code of hostname -f for failures. See #219.
  • [Added] Add validate_tags util to check that tags is an array of strings. See #218.
  • [Added] Added function to deal with redirection of HTTP requests. See #200.
  • [Added] Add Synthetics support. See #210.
  • [Added] Add dashboard read_only option. See #135. Thanks tjoyal.
  • [Added] Add options for force delete monitors. See #213.

1.38.0

13 Dec 15:58
032a93e
Compare
Choose a tag to compare
  • [BUGFIX] Fix setting keys in both query params and headers. See #194
  • [BUGFIX] Fix cancel_downtime_by_scope method by setting send_json to true. See #205
  • [FEATURE] Add Azure, GCP, AWS, and AWS Logs integration support. See #201
  • [FEATURE] Add support for new Monitor.can_delete endpoint. See #195
  • [FEATURE] Add options to the get_downtime endpoint. See #206

1.37.1

11 Dec 19:14
1.37.1
7b1b0d6
Compare
Choose a tag to compare
  • [BUGFIX] Revert the Service Level Objective feature to remove an issue with older versions of Ruby < 2.0. See [#198][]

1.37

04 Nov 15:42
Compare
Choose a tag to compare
  • [FEATURE] Add Service Level Objectives support. See #188, thanks @platinummonkey
  • [IMPROVEMENTS] Don't fail if hostname binary is not installed. See #179, thanks @pschipitsch
  • [IMPROVEMENTS] Use headers-only for api and app keys for endpoints that support this. See #189, thanks @ssc3
  • [IMPROVEMENTS] Make query and options optional for update_monitor calls. See #192, thanks @unclebconnor