Skip to content

Commit e06ad2c

Browse files
committed
release: 23.1.1
1 parent 921eff5 commit e06ad2c

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

CHANGES

+46
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
23.1.1
2+
------
3+
4+
### Post-GA fixes and improvements for derived code mappings
5+
6+
This will track work that are known issues that will be handled after the GA.
7+
8+
See related RFC: https://github.com/getsentry/rfcs/blob/main/text/0016-auto-code-mappings.md
9+
10+
By: @armenzg (#43323, #43325, #43310)
11+
12+
### Stacktrace Codecov MVP (ongoing)
13+
14+
Related to https://github.com/getsentry/sentry/discussions/42399
15+
16+
By: @snigdhas (#43650, #43649, #43404, #43353, #43201), @jangjodi (#43032, #43517, #43407, #43116)
17+
18+
### Various fixes & improvements
19+
20+
- ci(acceptance): Replace selenium finalizer with yield (#43711) by @mattgauntseo-sentry
21+
- test(profiles): test sample stats and raw weights across formats (#43685) by @JonasBa
22+
- fix(release_health) : bad granularity was causing limit validation error in MetricsLayer (#43729) by @RaduW
23+
- ref: upgrade structlog (#43680) by @asottile-sentry
24+
- ref(ui) Remove error for missing router context (#43693) by @markstory
25+
- ref(perf-issues): Increase unc asset duration threshold (#43722) by @k-fish
26+
- hotfix: handle empty series returns from get_series. (#43721) by @RaduW
27+
- Revert "feat(codecov): Get commit sha from Git blame (#42978)" (7d918eb7) by @getsentry-bot
28+
- feat(perf-issues) Add project options for consecutive db (#43701) by @DominikB2014
29+
- fix(perf-issues): ensure php is not allowed to detect issues (#43694) by @DominikB2014
30+
- feat(codecov): Get commit sha from Git blame (#42978) by @jangjodi
31+
- ref(mep): Allow up to 10 custom measurements (#43719) by @jan-auer
32+
- (perf-issues) Add detection rate project option to UI (#43698) by @DominikB2014
33+
- fix(txnames): Skip deleted projects (#43716) by @jjbayer
34+
- feat(release-health): Switch release health backend to MetricsLayer (#43545) by @RaduW
35+
- chore(hybrid-cloud): remove region to control, use outbox (#43361) by @corps
36+
- feat(hc): Use hybrid cloud services in AuthIdentityHandler (#43035) by @RyanSkonnord
37+
- fix(sourcemaps): ease check on valid url and add data for invalid url issue (#43709) by @roggenkemper
38+
- test(acceptance): Reduce flakiness by waiting for requests to complete (#43486) by @mattgauntseo-sentry
39+
- ref(hybrid-cloud): test for both urls in MonitorCheckinDetails (#43690) by @cathyteng17
40+
- ui(codecov): Fix codecov legend border (#43704) by @snigdhas
41+
- fix(tasks): Do not ignore exception by default (#43696) by @Zylphrex
42+
- ref: retry on 500s in docker pulls (#43700) by @asottile-sentry
43+
- Revert "CI(dispatch): Switch to merge commit sha where possible (#43570)" (f2dd50ad) by @getsentry-bot
44+
45+
_Plus 285 more_
46+
147
23.1.0
248
------
349

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: 2026-01-17
19+
Change Date: 2026-01-26
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.2.0.dev0
3+
version = 23.1.1
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)