Skip to content

v0.27.0

Compare
Choose a tag to compare
@ofek ofek released this 06 Mar 22:16
· 367 commits to master since this release
4c51464

The Timeboard and Screenboard API resources are deprecated in favor of the new Dashboard resource. See https://docs.datadoghq.com/api/?lang=python#dashboards for more details.

  • [BUGFIX] API: Fix UnicodeError exceptions raised by the API client on errors that contain non ascii characters, #223, #346
  • [BUGFIX] DogStatsD: Fix unsafe socket creation on multithreaded applications and catch more exceptions, #212, #349
  • [FEATURE] API: Add support for the new Dashboard API, #351
  • [OTHER] Support tox for testing, #342
  • [OTHER] Support Python 3.7, drop support for Python 3.3, #345