Skip to content

Commit c5352c7

Browse files
committed
Updated changelog
1 parent 88a048f commit c5352c7

File tree

1 file changed

+33
-26
lines changed

1 file changed

+33
-26
lines changed

CHANGELOG.md

+33-26
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,39 @@
44

55
### Various fixes & improvements
66

7-
- build(deps): bump actions/create-github-app-token from 1.11.5 to 1.11.6 (#4113) by @dependabot
8-
- build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#4112) by @dependabot
9-
- docs(baggage): Document that caller must check `mutable` (#4010) by @szokeasaurusrex
10-
- Add `init()` parameters to ApiDocs. (#4100) by @antonpirker
11-
- feat(logs): Add alpha version of Sentry logs (#4126) by @colin-sentry
12-
- Updating Readme (#4134) by @antonpirker
13-
- fix(debug): Take into account parent handlers for debug logger (#4133) by @sentrivana
14-
- fix(quart): Support `quart_flask_patch` (#4132) by @sentrivana
15-
- tests: Add concurrency testcase for arq (#4125) by @sentrivana
16-
- fix(bottle): Prevent internal error on 404 (#4131) by @sentrivana
17-
- Coerce None values into strings in logentry params. (#4121) by @antonpirker
18-
- A way to locally run AWS Lambda functions (#4128) by @antonpirker
19-
- fix(pyspark): Grab `attemptId` more defensively (#4130) by @sentrivana
20-
- Improve asyncio integration error handling. (#4129) by @antonpirker
21-
- Run AWS Lambda tests locally (#3988) by @antonpirker
22-
- Added timeout to HTTP requests in CloudResourceContextIntegration (#4120) by @antonpirker
23-
- Fix FastAPI/Starlette middleware with positional arguments. (#4118) by @antonpirker
24-
- fix(typing): Set correct type for set_context everywhere (#4123) by @sentrivana
25-
- chore(tests): Regenerate tox.ini (#4108) by @sentrivana
26-
- Fixed bug when `cron_jobs` is set to `None` in arq integration (#4115) by @antonpirker
27-
- feat(tracing): Backfill missing `sample_rand` on `PropagationContext` (#4038) by @szokeasaurusrex
28-
- fix(asgi): Fix KeyError if transaction does not exist (#4095) by @kevinji
29-
- security(gha): fix potential for shell injection (#4099) by @mdtro
30-
- ref(tracing): Move `TRANSACTION_SOURCE_*` constants to `Enum` (#3889) by @mgaligniana
31-
32-
_Plus 12 more_
7+
- Feat(profiling): Add new functions to start/stop continuous profiler (#4056) by @Zylphrex
8+
- Feat(profiling): Export start/stop profile session (#4079) by @Zylphrex
9+
- Feat(tracing): Backfill missing `sample_rand` on `PropagationContext` (#4038) by @szokeasaurusrex
10+
- Feat(logs): Add alpha version of Sentry logs (#4126) by @colin-sentry
11+
- Security(gha): fix potential for shell injection (#4099) by @mdtro
12+
- Docs: Add `init()` parameters to ApiDocs. (#4100) by @antonpirker
13+
- Docs: Document that caller must check `mutable` (#4010) by @szokeasaurusrex
14+
- Fix(Anthropic): Add partial json support to streams (#3674)
15+
- Fix(ASGI): Fix KeyError if transaction does not exist (#4095) by @kevinji
16+
- Fix(asyncio): Improve asyncio integration error handling. (#4129) by @antonpirker
17+
- Fix(AWS Lambda): Fix capturing errors during AWS Lambda INIT phase (#3943)
18+
- Fix(Bottle): Prevent internal error on 404 (#4131) by @sentrivana
19+
- Fix(CI): Fix API doc failure in CI (#4075) by @sentrivana
20+
- Fix(ClickHouse) ClickHouse in test suite (#4087) by @antonpirker
21+
- Fix(cloudresourcecontext): Added timeout to HTTP requests in CloudResourceContextIntegration (#4120) by @antonpirker
22+
- Fix(crons): Fixed bug when `cron_jobs` is set to `None` in arq integration (#4115) by @antonpirker
23+
- Fix(debug): Take into account parent handlers for debug logger (#4133) by @sentrivana
24+
- Fix(FastAPI/Starlette): Fix middleware with positional arguments. (#4118) by @antonpirker
25+
- Fix(featureflags): add LRU update/dedupe test coverage (#4082)
26+
- Fix(logging): Coerce None values into strings in logentry params. (#4121) by @antonpirker
27+
- Fix(pyspark): Grab `attemptId` more defensively (#4130) by @sentrivana
28+
- Fix(Quart): Support `quart_flask_patch` (#4132) by @sentrivana
29+
- Fix(tests): A way to locally run AWS Lambda functions (#4128) by @antonpirker
30+
- Fix(tests): Add concurrency testcase for arq (#4125) by @sentrivana
31+
- Fix(tests): Add fail_on_changes to toxgen by @sentrivana
32+
- Fix(tests): Run AWS Lambda tests locally (#3988) by @antonpirker
33+
- Fix(tests): Test relevant prereleases and allow to ignore releases
34+
- Fix(tracing): Move `TRANSACTION_SOURCE_*` constants to `Enum` (#3889) by @mgaligniana
35+
- Fix(typing): Add more typing info to Scope.update_from_kwargs's "contexts" (#4080)
36+
- Fix(typing): Set correct type for `set_context` everywhere (#4123) by @sentrivana
37+
- Chore(tests): Regenerate tox.ini (#4108) by @sentrivana
38+
- Build(deps): bump actions/create-github-app-token from 1.11.5 to 1.11.6 (#4113) by @dependabot
39+
- Build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#4112) by @dependabot
3340

3441
## 2.22.0
3542

0 commit comments

Comments
 (0)