Skip to content

Commit db06d6a

Browse files
authored
Release changelog (#761)
1 parent 7c44ceb commit db06d6a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 0.45.0 / 2023-03-15
4+
5+
* [Added] Add dogwrap site option to send to US3 site. See [#749](https://github.com/DataDog/datadogpy/pull/749). Thanks [holidayworking](https://github.com/holidayworking).
6+
* [Added] Add SLO search endpoint and update get_all. See [#744](https://github.com/DataDog/datadogpy/pull/744).
7+
* [Added] [statsd] Add origin detection with container ID field. See [#720](https://github.com/DataDog/datadogpy/pull/720).
8+
* [Fixed] Fix duplicate parsers in dogshell. See [#760](https://github.com/DataDog/datadogpy/pull/760).
9+
* [Changed] Use header for credentials everywhere. See [#754](https://github.com/DataDog/datadogpy/pull/754).
10+
* [Changed] [statsd] Raise ValueError instead of Exception when payload is too large. See [#730](https://github.com/DataDog/datadogpy/pull/730). Thanks [mlanicaputo](https://github.com/mlanicaputo).
11+
312
## 0.44.0 / 2022-03-02
413

514
* [Added] Update package metadata. See [#713](https://github.com/DataDog/datadogpy/pull/713).

datadog/version.py

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

0 commit comments

Comments
 (0)