Skip to content

Commit 0547f2b

Browse files
committed
release: 24.1.1
1 parent dc24c1d commit 0547f2b

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
24.1.1
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- feat(issue-details): Add URL and breadcrumbs sidebar to issue replay when in fullscreen mode (#63920) by @malwilley
7+
- ref(open-pr-comments): include affected users in javascript comments (#63909) by @cathteng
8+
- fix(ai-ml): Fix ai feature PII check for isStaff users (#63958) by @jennmueng
9+
- fix(self-hosted): Try dynamically setting CSRF_TRUSTED_ORIGINS (#63908) by @hubertdeng123
10+
- fix(ai-autofix): Fix ai autofix release lookup (#63926) by @jennmueng
11+
- fix(feedback): update comments signal tooltip (#63953) by @michellewzhang
12+
- ref(feedback): expand `sentryAppIssues` instead of endpoint call (#63952) by @michellewzhang
13+
- chore(api): Remove mocks from API helper invite tests (#63892) by @leeandher
14+
- fix(perf): Generate instrumentation gap spans before spans groups (#63531) by @gggritso
15+
- ref(api): Delete unnecessary `start_transaction` call in `project_configs.py` (#63948) by @szokeasaurusrex
16+
- feat(sdks): update js sdk to 7.98.0 (#63891) by @edwardgou-sentry
17+
- ref/tests(metrics_extraction): Reduce changes when adjusting spec versions (#63947) by @armenzg
18+
- fix(hybridcloud) Use record deletion to clear delivered outbox (#63890) by @markstory
19+
- feat(replay): Allow clicking on the circles in the replay timeline (#63887) by @ryan953
20+
- feat(feedback): Add comments icon to feedback list items (#63903) by @ryan953
21+
- fix(feedback): Only show URL when crash reports have a value, or its a feedback from the widget (#63901) by @ryan953
22+
- ref(ddm): replace types with interfaces (#63944) by @obostjancic
23+
- chore(cardinality): Add cardinality limiter mode option (#63942) by @Dav1dde
24+
- feat(issues/feedback): allow `sentryAppIssues` to be expanded (#63905) by @michellewzhang
25+
- chore(spans): Option for span usage metric (#63934) by @jjbayer
26+
- ref(ddm): Split utils (#63933) by @ArthurKnaus
27+
- ref(ddm): Adapt metadata to new folder structure (#63938) by @iambriccardo
28+
- fix(ddm): useNewMetricsLayer param (#63937) by @obostjancic
29+
- ref(ddm): Rename the files for metrics metadata (#63931) by @iambriccardo
30+
31+
_Plus 517 more_
32+
133
24.1.0
234
------
335

setup.cfg

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

src/sentry/conf/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3049,7 +3049,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str]
30493049
SENTRY_SELF_HOSTED = True
30503050
# only referenced in getsentry to provide the stable beacon version
30513051
# updated with scripts/bump-version.sh
3052-
SELF_HOSTED_STABLE_VERSION = "24.1.0"
3052+
SELF_HOSTED_STABLE_VERSION = "24.1.1"
30533053

30543054
# Whether we should look at X-Forwarded-For header or not
30553055
# when checking REMOTE_ADDR ip addresses

0 commit comments

Comments
 (0)