Skip to content

Commit 9dfc86b

Browse files
getsentry-botjan-auer
authored andcommitted
release: 22.1.0
1 parent 8164bc2 commit 9dfc86b

File tree

3 files changed

+60
-2
lines changed

3 files changed

+60
-2
lines changed

CHANGES

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
22.1.0
2+
------
3+
4+
### Frontend Deploys (ongoing)
5+
6+
By: @billyvg (#28878)
7+
8+
### Python: Add support for Apple arm64 development (ongoing)
9+
10+
Apple started moving away from their Intel based chipset to arm64 chipsets (aka as Apple Silicon).
11+
In order to do Sentry development on this new architecture we need to do various changes to Sentry's development environment. Some of these changes include using a different Python version (arm64 support was added on Python 3.8.10), upgrading Python packages and hosting some Python wheels that third-party maintainers are not yet releasing.
12+
13+
By: @armenzg (#30071, #29739, #29449, #29315, #29013, #28769, #28607)
14+
15+
### Docker: Add support for Apple arm64 development (ongoing)
16+
17+
In order to do development for Sentry, we need to spin up various Docker containers.
18+
Apple is moving away from Intel based chipset to arm64 chipsets (aka Apple Silicon).
19+
20+
This milestones track all work required to make sure we can still use these development services on Apple's arm64 architecture.
21+
22+
By: @armenzg (#29494, #29293, #29284, #29157, #29081, #29117, #29084, #28672, #28724)
23+
24+
### Connecting Dashboards and Discover (ongoing)
25+
26+
Open a Dashboard widget in Discover. Add a Discover Query to a Dashboard.
27+
28+
By: @edwardgou-sentry (#28699, #28827, #28745, #28637)
29+
30+
### Various fixes & improvements
31+
32+
- ref(ratelimit): Added a config and changed a default (#31141) by @AniketDas-Tekky
33+
- feat(dev): Fix `jest --watch` (#31138) by @billyvg
34+
- ref(auth): Increase sample rate to 1.0 on idpmigration.* metrics (#31139) by @RyanSkonnord
35+
- ref(pageFilters): Constrict types on updateParams better (#31073) by @evanpurkhiser
36+
- feat(notifications): Nudge Notifications (#30409) by @mgaeta
37+
- fix(ui): Team details doesn't load depending on navigation (#31081) by @mikellykels
38+
- fix(snuba-tests): wrap tag key in Column (#31137) by @MeredithAnya
39+
- test(ui): Convert globalSelectionLink to RTL (#31007) by @scttcper
40+
- fix(suspect-spans): Make sure to query for frequency column (#31134) by @Zylphrex
41+
- fix(echarts): Remove type casting from MapSeries (#31130) by @scttcper
42+
- ref(webhooks): Use ApiClient (#31127) by @ceorourke
43+
- fix(dashboard): Set line height on BigNumber to avoid clipping (#31136) by @narsaynorath
44+
- fix(echarts): Use default echarts bar series type (#31129) by @scttcper
45+
- fix(teamStats): Adjust gap between bar charts (#31119) by @scttcper
46+
- fix(dashboards): TopN widgets Open in Discover opens with TopN display type (#31120) by @edwardgou-sentry
47+
- ref(metrics): Consolidate wrappers around string indexer (#31051) by @untitaker
48+
- ref(performance-metrics): Port failure Rate sidebar widget - Summary to metrics (#31014) by @priscilawebdev
49+
- feat(profiling): move flamegraph and differential flamegraph (#30910) by @JonasBa
50+
- ref(ui): Extract LoadingTriangle from LoadingIndicator (#31118) by @evanpurkhiser
51+
- ref(notifications): Prepare Slack for sending Nudges. (#30765) by @mgaeta
52+
- ref(integrations): Split up large file (#30786) by @mgaeta
53+
- ref(analytics): Analytics Refactor + Types (#30555) by @mgaeta
54+
- fix(teamStats): Fix link to alert details from triggered (#31124) by @scttcper
55+
- ref(sentry apps): Don't raise IgnoreableSentryAppError (#31033) by @ceorourke
56+
57+
_Plus 2051 more_
58+
159
21.12.0
260
-------
361

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: 2024-12-15
19+
Change Date: 2025-01-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.1.0.dev0"
35+
VERSION = "22.1.0"
3636
IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"
3737

3838

0 commit comments

Comments
 (0)