Skip to content

Commit

Permalink
Merge branch 'master' into pierrelndd/MNTS-90348
Browse files Browse the repository at this point in the history
  • Loading branch information
skarimo authored Jan 19, 2024
2 parents c94ada5 + 17a5f1c commit 2181647
Show file tree
Hide file tree
Showing 10 changed files with 419 additions and 65 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.48.0 / 2024-01-12

* [Added] Improve forking support. See [#804](https://github.com/DataDog/datadogpy/pull/804).
* [Fixed] Close socket during initialization. See [#808](https://github.com/DataDog/datadogpy/pull/808).
* [Fixed] Update payload size when updating socket path. See [#807](https://github.com/DataDog/datadogpy/pull/807).
* [Fixed] Fix stale client_transport tag. See [#802](https://github.com/DataDog/datadogpy/pull/802).
* [Fixed] Provide backwards compatible telemetry counters. See [#801](https://github.com/DataDog/datadogpy/pull/801).

## 0.47.0 / 2023-09-06

* [Added] Add IPv6 support for dogstatsd. See [#791](https://github.com/DataDog/datadogpy/pull/791).
Expand Down
1 change: 1 addition & 0 deletions datadog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def initialize(
statsd.host = statsd.resolve_host(statsd_host, statsd_use_default_route)
if statsd_port:
statsd.port = int(statsd_port)
statsd.close_socket()
if statsd_namespace:
statsd.namespace = text(statsd_namespace)
if statsd_constant_tags:
Expand Down
Loading

0 comments on commit 2181647

Please sign in to comment.