Skip to content

Releases: DataDog/datadogpy

v0.52.1

31 Jul 15:48
7ec5cd5

Choose a tag to compare

  • [Fixed] Fix missing transport attribute when flushing telemetry. See #902

v0.52.0

08 Jul 14:52
v0.52.0
940a50c

Choose a tag to compare

  • [Added] Add Cardinality common field. See #883
  • [Added] Add Cloud SIEM rule management and security signals retrieval. See #893
  • [Added] Add dogshell command for security monitoring rule and signal management. See #893
  • [Added] Add UDS SOCK_STREAM support to the DogStatsD client. See #869
  • [Added] Max samples per context for Histogram, Distribution and Timing metrics (Experimental Feature). See #863

v0.51.0

27 Jan 18:23
2a29589

Choose a tag to compare

  • [Added] Add hosts endpoint. See #884.
  • [Added] Lazy load packages in compat for faster import. See #881.
  • [Added] Provide urllib3 implementation of HTTPClient. See #879.

v0.50.2

21 Nov 14:39
3305cd6

Choose a tag to compare

  • [Fixed] Fixed removed/renamed function flush. See #868.

v0.50.1

18 Sep 20:35
7897910

Choose a tag to compare

  • [Added] Add the ability for buffering and aggregation to work at the same time. See #851.

v0.50.0

21 Aug 10:13
9b2aab0

Choose a tag to compare

  • [Added] Add client side aggregation. See #844.
  • [Added] Add metric object type. See #837.
  • [Added] Support passing Unix timestamps to dogstatsd. See #831.
  • [Fixed] Fix a potential deadlock on fork. See #836.
  • [Changed] feat(origin detection): send both container ID and Entity ID. See #828.

v0.49.1

19 Mar 15:23
4a9d7e9

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

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

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

Choose a tag to compare

  • [Added] Add IPv6 support for dogstatsd. See #791.
  • [Added] Add blocking socket mode and background sender. See #787.