Skip to content

Commit 2885e6d

Browse files
committed
release: 22.2.0
1 parent 8be1711 commit 2885e6d

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
22.2.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- ref(ui) Move forms out of views/settings/components (#31785) by @markstory
7+
- feat(perf): Show link to docs when some web vitals data is missing (#31764) by @0Calories
8+
- feat(dashboard): Add duplicate widget button in dashboard edit mode (#31776) by @edwardgou-sentry
9+
- feat(metrics): Add metrics to series transformer (#31783) by @matejminar
10+
- ref(new-widget-builder-experience): Add visualization & query fields (#31786) by @priscilawebdev
11+
- feat(profiling): add flamegraph tooltip (#31663) by @JonasBa
12+
- ref(endpoints): SentryApp endpoints module (#31749) by @mgaeta
13+
- feat(ui): Add empty state for for review tab (#31782) by @taylangocmen
14+
- ref(models): Move more models to submodules (#31583) by @mgaeta
15+
- Select weekly email template based on feature flag (#31802) by @Neo-Zhixing
16+
- feat(workflow): Add alert-rule-status-page flag (#31796) by @scttcper
17+
- fix(perf): Transaction is missing in perfForSentry (#31801) by @k-fish
18+
- feat(codeowners): add api owners group to CODEOWNERS (#31739) by @JoshFerge
19+
- meta(gha): Deploy workflow issue-routing-helper.yml (#31798) by @chadwhitacre
20+
- chore(auth): Enable automatic IdP migration for all users (#31774) by @RyanSkonnord
21+
- feat(ratelimits): Turn on rate limit enforcement (#31789) by @AniketDas-Tekky
22+
- ref(perf): Switch VC component to use perf.now (#31795) by @k-fish
23+
- ref(api): Refactor organization_member_team_details (#31751) by @RyanSkonnord
24+
- fix(pagerduty): Fix logging params (#31794) by @ceorourke
25+
- feat(dashboards): widget viewer modal feature flags (#31792) by @edwardgou-sentry
26+
- feat(reports): Include transactions in project series histogram (#30839) by @Neo-Zhixing
27+
- feat(apidocs): document SCIM member index post with new tooling (#31695) by @JoshFerge
28+
- feat(apidocs): document SCIM member index get with new tooling (#31694) by @JoshFerge
29+
- fix(alert-rule-action): Initialize formdata with existing values (#31710) by @NisanthanNanthakumar
30+
31+
_Plus 502 more_
32+
133
22.1.0
234
------
335

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2025-01-17
19+
Change Date: 2025-02-15
2020

2121
Change License: Apache License, Version 2.0
2222

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
BuildJsSdkRegistryCommand,
3333
)
3434

35-
VERSION = "22.2.0.dev0"
35+
VERSION = "22.2.0"
3636
IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"
3737

3838

0 commit comments

Comments
 (0)