Skip to content

Releases: DataDog/datadogpy

v0.46.0

12 Jul 14:53
12c4195

Choose a tag to compare

  • [Added] Add tags and priority to the fpost monitor request. See #739.
  • [Added] Add AP1 Datacenter. See #779.
  • [Fixed] Add alphanumeric check to app/api key config creation. See #781.
  • [Fixed] Add govcloud to site param descriptions, and add custom url fallback. See #780.

v0.45.0

15 Mar 13:20
db06d6a

Choose a tag to compare

  • [Added] Add dogwrap site option to send to US3 site. See #749. Thanks holidayworking.
  • [Added] Add SLO search endpoint and update get_all. See #744.
  • [Added] [statsd] Add origin detection with container ID field. See #720.
  • [Fixed] Fix duplicate parsers in dogshell. See #760.
  • [Changed] Use header for credentials everywhere. See #754.
  • [Changed] [statsd] Raise ValueError instead of Exception when payload is too large. See #730. Thanks mlanicaputo.

v0.44.0

02 Mar 16:16
f15968c

Choose a tag to compare

[Added] Update package metadata. See #713.
[Fixed] [statsd] Restore buffering state when exiting context manager. See #715.
[Changed] [threadstats] Ensure ThreadStats and DogStatsd event() signatures match. See #712.
[Changed] Improved dogstatsd mypy integration by adding additional type annotations. See #710. Thanks jahodfra.

v0.43.0

09 Dec 15:57
40485de

Choose a tag to compare

  • [Added] [statsd] Add ability to toggle statsd.disable_buffering state during runtime. See #700.
  • [Added] Add a dogshell option to change Datadog site to call API. See #691.
  • [Fixed] [statsd] Fix dedicated-endpoint telemetry shipping when used with UDP. See #690.
  • [Changed] [statsd] Disable statsd buffering by default. See #692.
  • [Changed] [statsd] Always terminate packets with newline. See #685.
  • [Changed] [statsd] Enable buffering by default for statsd. See #670.
  • [Changed] [statsd] Add caching to tag normalization for Python3.2+. See #674.

v0.42.0

01 Jul 08:54
8e8f048

Choose a tag to compare

  • [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

15 Apr 18:45
8bb75df

Choose a tag to compare

  • [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

01 Mar 08:28
338f555

Choose a tag to compare

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

v0.40.0

09 Feb 20:11
f148342

Choose a tag to compare

  • [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

26 Aug 09:10
894a445

Choose a tag to compare

  • [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

02 Jul 13:12
beaadef

Choose a tag to compare

  • [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.