Releases: DataDog/dogapi-rb
Releases · DataDog/dogapi-rb
v1.45.0
v1.44.0
v1.43.0
1.42.0
1.41.0
1.40.0
1.39.0
- [Added] Allow Setting Proxy without Using HTTP_PROXY, etc.. See #180. Thanks KingAlex42.
- [Added] [capistrano] Add ability to use
etc.getpwuid
instead ofetc.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 thattags
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
- [BUGFIX] Fix setting keys in both query params and headers. See #194
- [BUGFIX] Fix
cancel_downtime_by_scope
method by settingsend_json
totrue
. 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 theget_downtime
endpoint. See #206
1.37.1
1.37
- [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
andoptions
optional forupdate_monitor
calls. See #192, thanks @unclebconnor