v3.0.0-alpha.1
Pre-release
Pre-release
github-actions
released this
24 Aug 22:04
·
37 commits
to alpha
since this release
3.0.0-alpha.1 (2022-08-24)
- feat!: release 3.0 (d09d9e6)
BREAKING CHANGES
- DATADOG_API_KEY and DATADOG_APP_KEY are no longer the environment variables used to authenticate to Datadog. Instead, set the environment variables DD_API_KEY and DD_APP_KEY.
- ruby 2.6 is no longer supported. Please upgrade to ruby 2.7 or higher.
- The options
--ssh
and--ssshh
are no longer supported. Instead, please use--quiet
to supress logging.--debug
remains supported. - The environment variable
DATADOG_HOST
is no longer supported. Instead, please useDD_SITE_URL
.
refactor: The legacy dogapi-rb gem is replaced with faraday. The official client library was considered, but was not adopted as I had a hard time grok-ing it.