Releases: DataDog/datadogpy
Releases · DataDog/datadogpy
v0.50.2
- [Fixed] Fixed removed/renamed function flush. See #868.
v0.50.1
- [Added] Add the ability for buffering and aggregation to work at the same time. See #851.
v0.50.0
- [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
- [Fixed] Fix potential metric loss when open_buffer is combined with disable_buffering=False. See #820.
v0.49.0
- [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
- [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
- [Added] Add IPv6 support for dogstatsd. See #791.
- [Added] Add blocking socket mode and background sender. See #787.
v0.46.0
- [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
- [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
[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.