Skip to content

Commit ad40640

Browse files
committed
release: 22.10.0
1 parent 9540056 commit ad40640

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGES

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
22.10.0
2+
-------
3+
4+
### Automatic code mappings for Python/Github projects (ongoing)
5+
6+
This milestones add support for creating Python code mappings automatically for orgs with the Github integration installed.
7+
8+
Future work described in this RFC: https://github.com/getsentry/rfcs/blob/main/text/0016-auto-code-mappings.md
9+
10+
By: @armenzg (#39975, #39750)
11+
12+
### Various fixes & improvements
13+
14+
- Revert "feat(commit-context): Refactor Issue Owner auto-assignment (#40048)" (#40081) by @wedamija
15+
- ref(emails): Update perf issue email subject (#40072) by @ceorourke
16+
- test(js): Convert AcceptOrganizationInvite to RTL (#39809) by @evanpurkhiser
17+
- ref: improve pin_github_action ref matching (#40067) by @asottile-sentry
18+
- test(ui): Convert SelectAsyncField test to RTL (#40060) by @malwilley
19+
- test(js): Convert TableField test to RTL (#40064) by @malwilley
20+
- deps(ui): Upgrade to jest v29 (#40070) by @scttcper
21+
- test: Use initialProps when testing hooks with reactHooks.renderHook (#39532) by @ryan953
22+
- feat(hybrid-cloud): Add a test for file upload (#39931) by @AniketDas-Tekky
23+
- feat(ui): Add aria-describedby to form inputs (#40037) by @evanpurkhiser
24+
- feat(commit-context): Refactor Issue Owner auto-assignment (#40048) by @NisanthanNanthakumar
25+
- chore(hybrid-cloud): ORM decorators updated. (#40022) by @corps
26+
- ref(email): Add performance issue alert email template (#39948) by @ceorourke
27+
- test(js): Rebalance tests (#40036) by @evanpurkhiser
28+
- fix(all-events) issue where events tab makes extra api call (#40056) by @DominikB2014
29+
- feat(all-events) Add minidump all events (#40049) by @DominikB2014
30+
- feat(perf_issues): Only send error issues to digests system (#40050) by @wedamija
31+
- feat(commit-context): Support GitLab (#39381) by @NisanthanNanthakumar
32+
- ref: Mark batching kafka consumer as deprecated (#40044) by @lynnagara
33+
- ref(gitlab): No need to show token (#40045) by @armenzg
34+
- Add all inclusive resources (#40047) by @0Calories
35+
- feat(charts): Add auto-generated aria labels (#39653) by @vuluongj20
36+
- fix(auth): Fix `device-failed` position (#40011) by @vuluongj20
37+
- feat(replays): Add Slowest Transaction Column To Transaction Replay Table (#39930) by @danecando
38+
39+
_Plus 916 more_
40+
141
22.9.0
242
------
343

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-09-15
19+
Change Date: 2025-10-15
2020

2121
Change License: Apache License, Version 2.0
2222

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sentry
3-
version = 22.10.0.dev0
3+
version = 22.10.0
44
description = A realtime logging and aggregation server.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)