Releases: DataDog/dogapi-rb
Releases · DataDog/dogapi-rb
v1.45.0
27 Jan 09:27
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[Added] Allow skipping SSL verification. See #246 .
v1.43.0
07 Dec 10:51
Compare
Sorry, something went wrong.
No results found
[Fixed] find_localhost: Try both hostname and hostname -f before raising. See #242 .
1.42.0
17 Sep 13:44
Compare
Sorry, something went wrong.
No results found
[Added] Allow dashboard creation / updates using Template Variable Presets. See #238 .
1.41.0
27 Jul 07:48
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[Added] Re-add service level objectives support. See #224 .
1.39.0
04 Feb 16:19
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[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
Sorry, something went wrong.
No results found
[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