Skip to content

Commit 806b4d9

Browse files
committed
release: 23.1.0
1 parent 2fc1398 commit 806b4d9

File tree

3 files changed

+66
-2
lines changed

3 files changed

+66
-2
lines changed

CHANGES

+64
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
1+
23.1.0
2+
------
3+
4+
### Derived Code Mappings (GA Release - JS and Python)
5+
6+
Python is in EA already. We will first add JS to EA and then GA both of them.
7+
8+
For JS, this will only apply to stacktraces that have source maps applied, otherwise, it is not possible to derive code mappings.
9+
10+
Read https://github.com/getsentry/rfcs/pull/16 for more details.
11+
12+
By: @armenzg (#42302)
13+
14+
### Stacktrace linking and code mapping improvements (ongoing)
15+
16+
Various improvements to configuring Code Mappings by a customer.
17+
18+
This milestones is simply to track the various related PRs.
19+
20+
By: @armenzg (#43105, #43104, #42810)
21+
22+
### Post-GA fixes and improvements for derived code mappings (ongoing)
23+
24+
This will track work that are known issues that will be handled after the GA.
25+
26+
See related RFC: https://github.com/getsentry/rfcs/blob/main/text/0016-auto-code-mappings.md
27+
28+
By: @armenzg (#43265, #43199, #42554, #42510, #42544, #42540, #42511, #42487)
29+
30+
### Stacktrace Codecov Integration (ongoing)
31+
32+
Related to https://github.com/getsentry/sentry/discussions/42399
33+
34+
By: @snigdhas (#43114, #43025, #43024, #43015)
35+
36+
### Various fixes & improvements
37+
38+
- Revert "fix(domains) Remove usage or params.orgId in search (#43205)" (2fc1398b) by @getsentry-bot
39+
- ref(js): Convert events/userFeedback to a FC (#43283) by @evanpurkhiser
40+
- feat(replays): Remove calendar icon from Replays list table (#43252) by @ryan953
41+
- feat(replays): Remove the icon from the "Open Replay" preview in Issues (#43251) by @ryan953
42+
- ref(ui): Visually improve PageHeadingQuestionTooltip (#43277) by @evanpurkhiser
43+
- chore(ui): Upgrade babel, babel-loader, core-ui (#43286) by @scttcper
44+
- ref(scim): Use transaction instead of span (#43287) by @AniketDas-Tekky
45+
- feat(modal) Consolidate close prevention props (#43258) by @malwilley
46+
- fix(integrations): Use services to get organization data (#43284) by @leeandher
47+
- fix(useOverlay): Only enable maxSize modifier when open (#43193) by @vuluongj20
48+
- fix(domains) Use routing params in join-request route (#43271) by @markstory
49+
- fix(integrations): Use organization_id for finding the integration (#43279) by @leeandher
50+
- ref(js): Remove default Button export (#43280) by @evanpurkhiser
51+
- ref(js): Consistent spacing in eventEntry (#43230) by @evanpurkhiser
52+
- ref(replays): Rename Replay API fields to be snake_case and new names (#43206) by @ryan953
53+
- feat(replays): Convert fields to snake-case and add additional query aliases (#43194) by @cmanallen
54+
- feat(anr-rate): Update ANR rate defaults on project details (#43248) by @shruthilayaj
55+
- bug: Fix import of button (#43272) by @ryan953
56+
- Revert "ref(js): Remove default Button export (#43254)" (9f77d654) by @getsentry-bot
57+
- ci: Skip pip install when we have a cache hit in venv action (#43267) by @mattgauntseo-sentry
58+
- security(codeql): set codeql to weekly scans, on prs, and on master b… (#43213) by @mdtro
59+
- revert-revert: feat(hybrid-cloud): Move Integration/OrgIntegration to Control and implement IntegrationService (#43183) by @leeandher
60+
- chore: Add $schema to package.json + tsconfig.json (#43235) by @evanpurkhiser
61+
- ref(js): Export named Alert (#43255) by @evanpurkhiser
62+
63+
_Plus 621 more_
64+
165
22.12.0
266
-------
367

LICENSE

+1-1
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-12-15
19+
Change Date: 2026-01-15
2020

2121
Change License: Apache License, Version 2.0
2222

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sentry
3-
version = 23.1.0.dev0
3+
version = 23.1.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)