Skip to content

Commit 3f83916

Browse files
authored
Prepare 0.48.0 release (#811)
* Update changelog. * Update version.
1 parent a51acab commit 3f83916

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.48.0 / 2024-01-12
4+
5+
* [Added] Improve forking support. See [#804](https://github.com/DataDog/datadogpy/pull/804).
6+
* [Fixed] Close socket during initialization. See [#808](https://github.com/DataDog/datadogpy/pull/808).
7+
* [Fixed] Update payload size when updating socket path. See [#807](https://github.com/DataDog/datadogpy/pull/807).
8+
* [Fixed] Fix stale client_transport tag. See [#802](https://github.com/DataDog/datadogpy/pull/802).
9+
* [Fixed] Provide backwards compatible telemetry counters. See [#801](https://github.com/DataDog/datadogpy/pull/801).
10+
311
## 0.47.0 / 2023-09-06
412

513
* [Added] Add IPv6 support for dogstatsd. See [#791](https://github.com/DataDog/datadogpy/pull/791).

datadog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.47.1.dev"
1+
__version__ = "0.48.0"

0 commit comments

Comments
 (0)