Skip to content

Commit bdbe208

Browse files
Update CHANGELOG.md
1 parent 8966e45 commit bdbe208

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,9 @@
22

33
## 2.64.0
44

5-
### New Features ✨
6-
7-
- (.agents) Update project agent lockfiles by @ericapisani in [#6662](https://github.com/getsentry/sentry-python/pull/6662)
8-
- (clickhouse_driver) Add db.query.text to streamed query spans by @ericapisani in [#6635](https://github.com/getsentry/sentry-python/pull/6635)
9-
- (redis) Set db.query.text span attributes by @ericapisani in [#6639](https://github.com/getsentry/sentry-python/pull/6639)
10-
- (scope) Add process runtime attributes to span context by @ericapisani in [#6564](https://github.com/getsentry/sentry-python/pull/6564)
11-
125
### Bug Fixes 🐛
136

14-
#### Asyncpg
15-
16-
- Add db.query.text to streamed query spans by @ericapisani in [#6633](https://github.com/getsentry/sentry-python/pull/6633)
17-
- Use distinct span ops for cursor iteration and fetch to prevent N+1 false positives by @ericapisani in [#6609](https://github.com/getsentry/sentry-python/pull/6609)
18-
19-
#### Other
20-
7+
- (asyncpg) Use distinct span ops for cursor iteration and fetch to prevent N+1 false positives by @ericapisani in [#6609](https://github.com/getsentry/sentry-python/pull/6609)
218
- (aiohttp) Gate url.full, url.path, url.query on send_default_pii by @ericapisani in [#6650](https://github.com/getsentry/sentry-python/pull/6650)
229
- (asgi) Add url.path to ASGI request span attributes by @ericapisani in [#6652](https://github.com/getsentry/sentry-python/pull/6652)
2310
- (boto3) Gate url.full, url.query, url.fragment behind send_default_pii by @ericapisani in [#6674](https://github.com/getsentry/sentry-python/pull/6674)
@@ -36,6 +23,7 @@
3623
- (tornado) Gate url.full, url.path, url.query on send_default_pii by @ericapisani in [#6664](https://github.com/getsentry/sentry-python/pull/6664)
3724
- (wsgi) Gate url.full, url.path, and http.query behind send_default_pii by @ericapisani in [#6654](https://github.com/getsentry/sentry-python/pull/6654)
3825
- Stop unconditionally importing `contextvars` by @alexander-alderman-webb in [#6625](https://github.com/getsentry/sentry-python/pull/6625)
26+
- (.agents) Update project agent lockfiles by @ericapisani in [#6662](https://github.com/getsentry/sentry-python/pull/6662)
3927

4028
### Documentation 📚
4129

@@ -44,7 +32,6 @@
4432

4533
### Internal Changes 🔧
4634

47-
- (aiomysql) Add span streaming variants to aiomysql tests by @ericapisani in [#6601](https://github.com/getsentry/sentry-python/pull/6601)
4835
- (mcp) Pin mcp package to <2.0.0 while alphas are in flight by @ericapisani in [#6687](https://github.com/getsentry/sentry-python/pull/6687)
4936
- 🤖 Update test matrix with new releases (06/29) by @github-actions in [#6682](https://github.com/getsentry/sentry-python/pull/6682)
5037
- Make `stream_gen_ai_spans` opt out by @alexander-alderman-webb in [#6658](https://github.com/getsentry/sentry-python/pull/6658)

0 commit comments

Comments
 (0)