Skip to content

Commit

Permalink
Release changelog (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
therve authored Mar 15, 2023
1 parent 7c44ceb commit db06d6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.45.0 / 2023-03-15

* [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).
* [Added] Add SLO search endpoint and update get_all. See [#744](https://github.com/DataDog/datadogpy/pull/744).
* [Added] [statsd] Add origin detection with container ID field. See [#720](https://github.com/DataDog/datadogpy/pull/720).
* [Fixed] Fix duplicate parsers in dogshell. See [#760](https://github.com/DataDog/datadogpy/pull/760).
* [Changed] Use header for credentials everywhere. See [#754](https://github.com/DataDog/datadogpy/pull/754).
* [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).

## 0.44.0 / 2022-03-02

* [Added] Update package metadata. See [#713](https://github.com/DataDog/datadogpy/pull/713).
Expand Down
2 changes: 1 addition & 1 deletion datadog/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.44.1.dev"
__version__ = "0.45.0"

0 comments on commit db06d6a

Please sign in to comment.