Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps datadog from 0.33.0 to 0.42.0.

Release notes

Sourced from datadog's releases.

v0.42.0

  • [Fixed] Remove unused decorator dependency. See #651.
  • [Fixed] [dogstatsd] Fix unicode handling of event text. See #661.
  • [Added] [dogstatsd] Improve tag normalization speed. See #672.

v0.41.0

  • [Fixed] Fix decorator dependency for Python 2.7. See #646. Thanks artem888881.
  • [Fixed] [dogstatsd] Fix buffer operation thread-safety. See #642.
  • [Fixed] [dogstatsd] Improve performance of telemetry serialization. See #641.

v0.40.1

  • [Fixed] Fix blocking connections in dogstatsd. See #634.

v0.40.0

  • [Added] Support DD env vars in threadstats. See #625.
  • [Added] Add logs listing feature. See #622. Thanks userlocalhost.
  • [Added] [telemetry] optionally decouple telemetry destination from other metrics. See #558.
  • [Fixed] Lazy log formatting. See #628.
  • [Fixed] Turn EAGAIN warning into debug. See #629.
  • [Fixed] Turn warning into info. See #623.
  • [Fixed] [dogstatsd] use monotonic clock source when available for timers. See #615. Thanks jd.
  • [Fixed] Fix Synthetics delete_test parameter name. See #603. Thanks jonathan-hosmer.
  • [Fixed] Delay creation of lambda ThreadStats. See #609.

v0.39.0

  • [Added] Add environment variable to disable statsd metric collection. See #589. Thanks dgzlopes.
  • [Added] [dogstatsd] Add support for distribution context manager and decorator. See #581. Thanks dnlserrano.
  • [Added] [dogstatsd] sock.setblocking(0) for UDP socket. See #590.
  • [Added] [dogstatsd] Add type information to some dogstatsd methods. See #579. Thanks vishalkuo.

v0.38.0

  • [Added] Improve user-agent header to include telemetry information. See #583.
  • [Fixed] Use Python 2 compatible configparser explicitly. See #585. Thanks Panfilwk.
  • [Fixed] Fix error after creating .dogrc when not answering y or n at the prompt. See #582. Thanks NassimBounouas.

v0.37.1

  • [Fixed] Add typing and configparser dependencies for python versions that need it. See #572. Thanks jairideout.

v0.37.0

  • [Added] Add version as an importable variable and remove dependency on pkg_resources. See #566. Thanks sjhewitt.
  • [Added] Initial support for Python type hints and Mypy type checking. See #565. Thanks jairideout.
  • [Fixed] [dogstatsd] Correct inverted constants. See #568.
  • [Changed] [dogstatsd] Size-based packetization for dogstatsd batched metrics . See #562.

v0.36.0

  • [Added] Add excluded_regions to POST/PUT AWS lib. See #552.
  • [Added] Add support for DD_ENV, DD_SERVICE, and DD_VERSION environment variables. See #548.
  • [Fixed] Fix dogwrap help output case. See #557. Thanks deiga.
  • [Fixed] Fix decode attribute error with options for py3. See #555.

... (truncated)

Changelog

Sourced from datadog's changelog.

0.42.0 / 2021-07-01

  • [Fixed] Remove unused decorator dependency. See #651.
  • [Fixed] [dogstatsd] Fix unicode handling of event text. See #661.
  • [Added] [dogstatsd] Improve tag normalization speed. See #672.

0.41.0 / 2021-04-15

  • [Fixed] Fix decorator dependency for Python 2.7. See #646. Thanks artem888881.
  • [Fixed] [dogstatsd] Fix buffer operation thread-safety. See #642.
  • [Fixed] [dogstatsd] Improve performance of telemetry serialization. See #641.

0.40.1 / 2021-03-01

  • [Fixed] Fix blocking connections in dogstatsd. See #634.

0.40.0 / 2021-02-09

  • [Added] Support DD env vars in threadstats. See #625.
  • [Added] Add logs listing feature. See #622. Thanks userlocalhost.
  • [Added] [telemetry] optionally decouple telemetry destination from other metrics. See #558.
  • [Fixed] Lazy log formatting. See #628.
  • [Fixed] Turn EAGAIN warning into debug. See #629.
  • [Fixed] Turn warning into info. See #623.
  • [Fixed] [dogstatsd] use monotonic clock source when available for timers. See #615. Thanks jd.
  • [Fixed] Fix Synthetics delete_test parameter name. See #603. Thanks jonathan-hosmer.
  • [Fixed] Delay creation of lambda ThreadStats. See #609.

0.39.0 / 2020-08-25

  • [Added] Add environment variable to disable statsd metric collection. See #589. Thanks dgzlopes.
  • [Added] [dogstatsd] Add support for distribution context manager and decorator. See #581. Thanks dnlserrano.
  • [Added] [dogstatsd] sock.setblocking(0) for UDP socket. See #590.
  • [Added] [dogstatsd] Add type information to some dogstatsd methods. See #579. Thanks vishalkuo.

0.38.0 / 2020-07-02

  • [Added] Improve user-agent header to include telemetry information. See #583.
  • [Fixed] Use Python 2 compatible configparser explicitly. See #585. Thanks Panfilwk.
  • [Fixed] Fix error after creating .dogrc when not answering y or n at the prompt. See #582. Thanks NassimBounouas.

v0.37.1 / 2020-06-23

  • [Fixed] Add typing and configparser dependencies for python versions that need it. See #572. Thanks jairideout.

v0.37.0 / 2020-06-19

  • [Added] Add version as an importable variable and remove dependency on pkg_resources. See #566. Thanks sjhewitt.
  • [Added] Initial support for Python type hints and Mypy type checking. See #565. Thanks jairideout.
  • [Fixed] [dogstatsd] Correct inverted constants. See #568.

... (truncated)

Commits
  • 8e8f048 Release 0.42.0 (#675)
  • 1a90bea [statsd] Improve tag normalization speed (#672)
  • c4df82e [tests] Use memory diffs from baseline in observer helper module stats (#668)
  • 5df90b1 [tests] Improve statsd performance benchmark on MacOS platforms (#667)
  • c1996d3 [github] Add agent-core as co-owners to statsd performance tests (#666)
  • a443dd9 Fix integration test, existing test in org can break it (#665)
  • a90896a [statsd] Add performance benchmark test for local testing (#663)
  • 856ae0a [tests] Fix DSD thread safety benchmark tests (#659)
  • dfb9f3a [dogstatsd] Fix unicode handling of metric text (#661)
  • ec571f6 chore(deps): nuke decorator dependency (#651)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants