Skip to content

Commit

Permalink
update changelog for version 2.7.10 via release script (#9125)
Browse files Browse the repository at this point in the history
- [x] update changelog for version 2.7.10
  • Loading branch information
gnufede committed Apr 29, 2024
1 parent e002b67 commit c92d7fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Changelogs for versions not listed here can be found at https://github.com/DataD

---

## 2.7.10

### Bug Fixes

- Code Security: This fix solves an issue with fstrings where formatting was not applied to int parameters
- logging: This fix resolves an issue where `tracer.get_log_correlation_context()` incorrectly returned a 128-bit trace_id even with `DD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED` set to `False` (the default), breaking log correlation. It now returns a 64-bit trace_id.
- profiling: Fixes a defect where the deprecated path to the Datadog span type was used by the profiler.

---

## 2.8.3


Expand Down

0 comments on commit c92d7fc

Please sign in to comment.