* [Added] Add hosts endpoint. See [884](https://github.com/DataDog/datadogpy/pull/884). * [Added] Lazy load packages in compat for faster import. See [881](https://github.com/DataDog/datadogpy/pull/881). * [Added] Provide urllib3 implementation of HTTPClient. See [879](https://github.com/DataDog/datadogpy/pull/879).
0.50.2
* [Fixed] [AMLII-2170] fix removed/renamed function flush. See [868](https://github.com/DataDog/datadogpy/pull/868).
0.50.1
* [Added] Add the ability for buffering and aggregation to work at the same time. See [851](https://github.com/DataDog/datadogpy/pull/851).
0.50.0
* [Added] Add client side aggregation. See [844](https://github.com/DataDog/datadogpy/pull/844). * [Added] Add metric object type. See [837](https://github.com/DataDog/datadogpy/pull/837). * [Added] Support passing Unix timestamps to dogstatsd. See [831](https://github.com/DataDog/datadogpy/pull/831). * [Fixed] Fix a potential deadlock on fork. See [836](https://github.com/DataDog/datadogpy/pull/836). * [Changed] feat(origin detection): send both container ID and Entity ID. See [828](https://github.com/DataDog/datadogpy/pull/828).
0.49.1
* [Fixed] Fix potential metric loss when open_buffer is combined with disable_buffering=False. See [820](https://github.com/DataDog/datadogpy/pull/820).