Skip to content

Releases: scribd/datadog_backup

v4.0.1

30 Apr 03:20
Compare
Choose a tag to compare

4.0.1 (2024-04-30)

Bug Fixes

v4.0.0

30 Apr 02:53
Compare
Choose a tag to compare

4.0.0 (2024-04-30)

Bug Fixes

  • Deprecate Ruby 3.0 and Drop support for Ruby 2.7 (#163) (3d81d65)

BREAKING CHANGES

  • ruby 2.7 is no longer supported. Please upgrade to ruby 3.0 or higher.

Features

  • configure Faraday::Retry to handle DataDog API rate limits backup SLOs (closes #161) (#162)

v3.3.0

17 Aug 05:19
Compare
Choose a tag to compare

3.3.0 (2023-08-17)

Features

v3.2.1

11 Feb 01:00
Compare
Choose a tag to compare

3.2.1 (2023-02-11)

Bug Fixes

  • update error handling for restore (233b1b2)

v3.2.0

10 Feb 23:30
Compare
Choose a tag to compare

3.2.0 (2023-02-10)

Features

  • Deepsort skip sorting arrays (d9cba97)

v3.1.1

01 Sep 01:25
Compare
Choose a tag to compare

3.1.1 (2022-09-01)

Bug Fixes

  • catch SystemExit so that rspec can complete (9eee0e5)
  • specify minimum ruby version in Gemfile (c7f48f9)

Reverts

  • Revert "fix: specify minimum ruby version in Gemfile" (e934ac2)

v3.1.0

31 Aug 00:28
Compare
Choose a tag to compare

3.1.0 (2022-08-30)

Features

v3.0.0

25 Aug 23:56
Compare
Choose a tag to compare

3.0.0 (2022-08-25)

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 use DD_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.

  • chore: permit logging from tests, but only error+

Co-authored-by: semantic-release-bot [email protected]

v3.0.0-alpha.2

25 Aug 17:24
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release

3.0.0-alpha.2 (2022-08-25)

Bug Fixes

v3.0.0-alpha.1

24 Aug 22:04
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

3.0.0-alpha.1 (2022-08-24)

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 use DD_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.