Skip to content

Commit 89c30dd

Browse files
committed
release: 24.7.1
1 parent 1be2688 commit 89c30dd

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

Diff for: CHANGES

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
24.7.1
2+
------
3+
4+
### Hierarchical grouping deprecation (ongoing)
5+
6+
This project will move any projects using the mobile grouping configuration as defined here:
7+
https://github.com/getsentry/sentry/blob/44d816f0b9a9450fdf47136313b3a4b955ceab84/src/sentry/grouping/strategies/configurations.py#L160-L188
8+
9+
By: @armenzg (#74203)
10+
11+
### Various fixes & improvements
12+
13+
- chore(data-secrecy): FF for Data Secrecy (#74749) by @iamrajjoshi
14+
- feat(utils): Add core `CircuitBreaker` functionality (#74560) by @lobsterkatie
15+
- fix(replay): fix new banner check for hydration errors (#74755) by @aliu39
16+
- fix: split samples by threadid (#74738) by @JonasBa
17+
- Allow AI to be nullable (#74746) by @colin-sentry
18+
- Fix creating crash free session alerts (#74750) by @saponifi3d
19+
- feat(utils): Add helpers for circuit breaker and circuit breaker tests (#74559) by @lobsterkatie
20+
- chore(typing): stricter decorator type checking for leaky bucket (#74687) by @vartec
21+
- feat(uptime): Bump default timeout for onboarding monitors to 10s (#74739) by @wedamija
22+
- chore(similarity): Add seer failure reason to backfill log (#74735) by @jangjodi
23+
- fix(insights): Cache page alert re-rendering (#74737) by @narsaynorath
24+
- chore(saml2): Add flag for Single-Logout (#74736) by @leedongwei
25+
- chore(seer): Add timing metric to requests to Seer (#74688) by @lobsterkatie
26+
- feat(utils): Add stub for rate-limit-based `CircuitBreaker` class (#74557) by @lobsterkatie
27+
- Separates rejecting policy and throttling policy in Sentry tags and spans (#74733) by @xurui-c
28+
- feat(tracing): reparent ssr spans under pageload txn and under browser request span (#74675) by @JonasBa
29+
- ref(toolbar): add feature flag search (#74697) by @michellewzhang
30+
- remove temporary flagpole option (#74597) by @nhsiehgit
31+
- chore(issues): cleanup old issue annotations (#74684) by @oioki
32+
- ref: improve signatures of tsdb (#74725) by @asottile-sentry
33+
- feat(performance): enable long animation frame support for internal t… (#74637) by @KevinL10
34+
- fix(metrics): Introduce new styles to alias field (#74722) by @priscilawebdev
35+
- feat(dashboards): Add split source field to API response (#74717) by @narsaynorath
36+
- ref: fix Future types for sentry_metrics routing_producer (#74682) by @asottile-sentry
37+
38+
_Plus 296 more_
39+
140
24.7.0
241
------
342

Diff for: setup.cfg

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

Diff for: src/sentry/conf/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
24702470
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
24712471
# only referenced in getsentry to provide the stable beacon version
24722472
# updated with scripts/bump-version.sh
2473-
SELF_HOSTED_STABLE_VERSION = "24.7.0"
2473+
SELF_HOSTED_STABLE_VERSION = "24.7.1"
24742474

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

0 commit comments

Comments
 (0)