Skip to content

Releases: DataDog/datadogpy

v0.49.1

19 Mar 15:23
4a9d7e9
Compare
Choose a tag to compare
  • [Fixed] Fix potential metric loss when open_buffer is combined with disable_buffering=False. See #820.

v0.49.0

12 Mar 21:45
4e2ae67
Compare
Choose a tag to compare
  • [Added] Add --restricted_roles option to Monitors API. See #809.
  • [Added] Support inode resolution mechanism for Origin Detection. See #813.
  • [Fixed] Fix potential deadlock during process fork. See #817.

v0.48.0

17 Jan 14:45
3f83916
Compare
Choose a tag to compare
  • [Added] Improve forking support. See #804.
  • [Fixed] Close socket during initialization. See #808.
  • [Fixed] Update payload size when updating socket path. See #807.
  • [Fixed] Fix stale client_transport tag. See #802.
  • [Fixed] Provide backwards compatible telemetry counters. See #801.

v0.47.0

07 Sep 13:52
9e389ff
Compare
Choose a tag to compare
  • [Added] Add IPv6 support for dogstatsd. See #791.
  • [Added] Add blocking socket mode and background sender. See #787.

v0.46.0

12 Jul 14:53
12c4195
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.