Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Jan 14, 2025
1 parent ca68a7f commit 4e0505e
Showing 1 changed file with 29 additions and 23 deletions.
52 changes: 29 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,32 @@

## 2.20.0

### Various fixes & improvements
- **New integration:** Add [Typer](https://typer.tiangolo.com/) integration (#3869) by @patrick91

For more information, see the documentation for the [TyperIntegration](https://docs.sentry.io/platforms/python/integrations/typer/).

- **New integration:** Add [Unleash](https://www.getunleash.io/) feature flagging integration (#3888) by @aliu39

For more information, see the documentation for the [UnleashIntegration](https://docs.sentry.io/platforms/python/integrations/unleash/).

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

_Plus 3 more_
- Treat `potel-base` as release branch in CI (#3912) by @sentrivana
- build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 (#3893) by @dependabot
- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#3867) by @dependabot
- build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 (#3892) by @dependabot

## 2.19.2

Expand Down Expand Up @@ -86,6 +84,14 @@ _Plus 3 more_

### Various fixes & improvements

- **New integration:** Add [LaunchDarkly](https://launchdarkly.com/) integration (#3648) by @cmanallen

For more information, see the documentation for the [LaunchDarklyIntegration](https://docs.sentry.io/platforms/python/integrations/launchdarkly/).

- **New integration:** Add [OpenFeature](https://openfeature.dev/) feature flagging integration (#3648) by @cmanallen

For more information, see the documentation for the [OpenFeatureIntegration](https://docs.sentry.io/platforms/python/integrations/opoenfeature/).

- Add LaunchDarkly and OpenFeature integration (#3648) by @cmanallen
- Correct typo in a comment (#3726) by @szokeasaurusrex
- End `http.client` span on timeout (#3723) by @Zylphrex
Expand Down

0 comments on commit 4e0505e

Please sign in to comment.