Skip to content

Commit 4e0505e

Browse files
committed
Updated changelog
1 parent ca68a7f commit 4e0505e

File tree

1 file changed

+29
-23
lines changed

1 file changed

+29
-23
lines changed

CHANGELOG.md

+29-23
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,32 @@
22

33
## 2.20.0
44

5-
### Various fixes & improvements
5+
- **New integration:** Add [Typer](https://typer.tiangolo.com/) integration (#3869) by @patrick91
6+
7+
For more information, see the documentation for the [TyperIntegration](https://docs.sentry.io/platforms/python/integrations/typer/).
8+
9+
- **New integration:** Add [Unleash](https://www.getunleash.io/) feature flagging integration (#3888) by @aliu39
10+
11+
For more information, see the documentation for the [UnleashIntegration](https://docs.sentry.io/platforms/python/integrations/unleash/).
612

7-
- feat(flags): remove Unleash get_variant patching code (#3914) by @aliu39
8-
- Moved adding of `flags` context into Scope (#3917) by @antonpirker
9-
- tests: Create a separate group for feature flag suites (#3911) by @sentrivana
10-
- Treat potel-base as release branch in CI (#3912) by @sentrivana
13+
- Add custom tracking of feature flag evaluations (#3860) by @aliu39
14+
- Feature Flags: Register LD hook in setup instead of init, and don't check for initialization (#3890) by @aliu39
15+
- Feature Flags: Moved adding of `flags` context into Scope (#3917) by @antonpirker
16+
- Create a separate group for feature flag test suites (#3911) by @sentrivana
17+
- Fix flaky LaunchDarkly tests (#3896) by @aliu39
18+
- Fix LRU cache copying (#3883) by @ffelixg
19+
- Fix cache pollution from mutable reference (#3887) by @cmanallen
1120
- Centralize minimum version checking (#3910) by @sentrivana
12-
- Small contribution docs update (#3909) by @antonpirker
13-
- feat(flags): add Unleash feature flagging integration (#3888) by @aliu39
14-
- ref(flags): Beter naming for featureflags module and identifier (#3902) by @aliu39
15-
- Revert "ref(flags): register LD hook in setup instead of init, and don't chec…" (#3900) by @cmanallen
21+
- Support SparkIntegration activation after SparkContext created (#3411) by @seyoon-lim
22+
- Preserve ARQ enqueue_job __kwdefaults__ after patching (#3903) by @danmr
23+
- Add Github workflow to comment on issues when a fix was released (#3866) by @antonpirker
1624
- Update test matrix for Sanic (#3904) by @antonpirker
17-
- fix: preserve ARQ enqueue_job __kwdefaults__ after patching (#3903) by @danmr
18-
- fix(flags): fix/refactor flaky launchdarkly tests (#3896) by @aliu39
19-
- Fix cache pollution from mutable reference (#3887) by @cmanallen
20-
- ref(flags): register LD hook in setup instead of init, and don't check for initialization (#3890) by @aliu39
21-
- build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 (#3893) by @dependabot
22-
- build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 (#3892) by @dependabot
23-
- Fix lru cache copying (#3883) by @ffelixg
2425
- Rename scripts (#3885) by @sentrivana
25-
- Support SparkIntegration activation after SparkContext created (#3411) by @seyoon-lim
26-
- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#3867) by @dependabot
27-
- Add github workflow to comment on issues when a fix was released (#3866) by @antonpirker
28-
- feat(flags): Add integration for custom tracking of flag evaluations (#3860) by @aliu39
29-
- ✨ Add Typer integration (#3869) by @patrick91
3026
- Fix CI (#3878) by @sentrivana
31-
32-
_Plus 3 more_
27+
- Treat `potel-base` as release branch in CI (#3912) by @sentrivana
28+
- build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 (#3893) by @dependabot
29+
- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#3867) by @dependabot
30+
- build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 (#3892) by @dependabot
3331

3432
## 2.19.2
3533

@@ -86,6 +84,14 @@ _Plus 3 more_
8684

8785
### Various fixes & improvements
8886

87+
- **New integration:** Add [LaunchDarkly](https://launchdarkly.com/) integration (#3648) by @cmanallen
88+
89+
For more information, see the documentation for the [LaunchDarklyIntegration](https://docs.sentry.io/platforms/python/integrations/launchdarkly/).
90+
91+
- **New integration:** Add [OpenFeature](https://openfeature.dev/) feature flagging integration (#3648) by @cmanallen
92+
93+
For more information, see the documentation for the [OpenFeatureIntegration](https://docs.sentry.io/platforms/python/integrations/opoenfeature/).
94+
8995
- Add LaunchDarkly and OpenFeature integration (#3648) by @cmanallen
9096
- Correct typo in a comment (#3726) by @szokeasaurusrex
9197
- End `http.client` span on timeout (#3723) by @Zylphrex

0 commit comments

Comments
 (0)