Skip to content

Commit 1d52e8e

Browse files
committed
release: 24.8.0
1 parent 1c1d6e2 commit 1d52e8e

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.8.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- style(toolbar): adjust alert indicator css (#76189) by @michellewzhang
7+
- fix(issue-summary): Word break on code (#76217) by @jennmueng
8+
- fix(issue-details): Prevent event error section from showing up if no errors (#76235) by @roggenkemper
9+
- nit(scm): group functions by class they come from in main integration class (#76240) by @cathteng
10+
- chore(migrations): Generalize the migrations_added file filter (#76244) by @wedamija
11+
- chore(explore): Add new referrer for explore in events (#76256) by @Zylphrex
12+
- ref(explore): Use sort type from discover (#76220) by @Zylphrex
13+
- misc(deps): Bump the versions of a few google packages (#76257) by @colin-sentry
14+
- chore(slack): temporarily track snuba user count queries round 2 (#76216) by @cathteng
15+
- feat(breadcrumbs): Fix breadcrumbs styles + navigation (#76207) by @leeandher
16+
- feat(features) Use dataclasses for flagpole instead of pydantic (#75859) by @markstory
17+
- ref(similarity): Manually filter times seen in backfill query (#76188) by @jangjodi
18+
- feat(insights): implement geo region selector in web vitals and assets (#76185) by @DominikB2014
19+
- chore(dashboards): Register feature for auto sized Big Number widgets (#76205) by @gggritso
20+
- feat(profiling) add function metrics table (#76110) by @JonasBa
21+
- fix(self-hosted): SOURCE_COMMIT (#76139) by @joshuarli
22+
- Don't emit Sentry warnings for throttled queries to Snuba (#75879) by @xurui-c
23+
- chore(uptime): Switch result consumer duration/delay stats to use distribition (#76237) by @wedamija
24+
- chore: Bump React error codes cache TTL to 3 days (#76243) by @dashed
25+
- chore(uptime): Bump ACTIVE_FAILURE_THRESHOLD to 3 (#76218) by @wedamija
26+
- fix(alert): Correct url (#76236) by @schew2381
27+
- fix(uptime): Always pass span_id from check result to occurrence (#76227) by @evanpurkhiser
28+
- ref(replay): update missing replay alert to include ad blocker note (#76215) by @michellewzhang
29+
- Revert "fix(breadcrumbs): Use subgrid to align log levels (#76148)" (d08c8050) by @getsentry-bot
30+
31+
_Plus 1113 more_
32+
133
24.7.1
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.8.0.dev0
3+
version = 24.8.0
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
@@ -2482,7 +2482,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
24822482
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
24832483
# only referenced in getsentry to provide the stable beacon version
24842484
# updated with scripts/bump-version.sh
2485-
SELF_HOSTED_STABLE_VERSION = "24.7.1"
2485+
SELF_HOSTED_STABLE_VERSION = "24.8.0"
24862486

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

0 commit comments

Comments
 (0)