-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
870621d
commit d32bfa9
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# CHANGELOG | ||
|
||
|
||
## v0.2.2 | ||
|
||
#### Bugfixes | ||
|
||
Fix: add missing http.status_code attribute for datadog on http server request span. | ||
|
||
## v0.2.1 | ||
|
||
#### Features | ||
|
||
Bump axum to version: 0.7 | ||
|
||
## v0.1.6 | ||
|
||
#### Features | ||
|
||
Add support opentelemetry version: 0.21 | ||
|
||
#### Breaking changes | ||
|
||
Drop support for opentelemetry 0.18 | ||
|
||
## v0.0.1 | ||
|
||
#### Initial Implementation | ||
|
||
This marks the initial implementation of `datadog-tracing`. | ||
|
||
Add support opentelemetry version: 0.18 |