Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update changelog for version 2.20.2 #12214

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,46 @@

Changelogs for versions not listed here can be found at https://github.com/DataDog/dd-trace-py/releases

---

## 2.20.2


### Deprecation Notes

- tracing: Deprecates the following constants in `ddtrace.constants` module:
- ANALYTICS\_SAMPLE\_RATE\_KEY
- SAMPLE\_RATE\_METRIC\_KEY
- SAMPLING\_PRIORITY\_KEY
- SAMPLING\_AGENT\_DECISION
- SAMPLING\_RULE\_DECISION
- SAMPLING\_LIMIT\_DECISION
- ORIGIN\_KEY
- USER\_ID\_KEY
- HOSTNAME\_KEY
- RUNTIME\_FAMILY
- BASE\_SERVICE\_KEY
- SPAN\_MEASURED\_KEY
- KEEP\_SPANS\_RATE\_KEY
- MULTIPLE\_IP\_HEADERS
- CONFIG\_ENDPOINT\_ENV
- CONFIG\_ENDPOINT\_RETRIES\_ENV
- CONFIG\_ENDPOINT\_TIMEOUT\_ENV
- tracing: Internalizes the `ddtrace.settings.config` module and deprecates the following `ddtrace.config` attributes:
- http, use `DD_TRACE_HEADER_TAGS` environment variable instead.
- http\_server, use `DD_TRACE_HTTP_SERVER_ERROR_STATUSES` environment variable instead.
- trace\_headers, this attribute is internal to the tracer.
- header\_is\_traced, this attribute is internal to the tracer.
- convert\_rc\_trace\_sampling\_rules, this attribute is internal to the tracer.
- enable\_remote\_configuration, use `DD_REMOTE_CONFIGURATION_ENABLED` environment variable instead.
- get\_from, use `ddtrace.trace.Pin` to set instance level configurations.

### Other Changes

- tracing: Ensures the ddtrace library does not use deprecated APIs internally. Deprecation warnings should only be logged when the user's code is using deprecated APIs.
- cassandra,cherrypy,flask\_cache,starlette: Ensures a deprecation warning is not raised when patching these integrations via `ddtrace-run` and `import ddtrace.auto`.


---

## 2.19.2
Expand Down
Loading