Skip to content

Commit 2b4c450

Browse files
committed
release: 24.9.0
1 parent 75bb760 commit 2b4c450

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.9.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- fix(custom-views): Align hover state of overflow menu with add view button (#77526) by @MichaelSun48
7+
- fix(issues): Align streamlined event id (#77529) by @scttcper
8+
- fix(similarity): Return failure reason from multithread seer call (#77522) by @jangjodi
9+
- test(performance): Rearrange trace keyboard test (#77519) by @scttcper
10+
- fix(anomaly detection): get aggregation key from snuba data (#77498) by @mifu67
11+
- fix(ui): Remove team slug from settings search (#77520) by @scttcper
12+
- fix(issues): Fix incorrect API docs for statsPeriod (#77523) by @mrduncan
13+
- analytics(flags): add initial analytics (#77489) by @michellewzhang
14+
- chore(users): Move User base endpoint file to users directory (#77501) by @Christinarlong
15+
- chore(apidocs): Fix inconsistencies in replay docs (#77506) by @isabellaenriquez
16+
- chore(apidocs): id -> ID (#77505) by @isabellaenriquez
17+
- fix(onboarding): Open replay panel in quick start action (#77516) by @scttcper
18+
- fix(anomaly detection): update alert list status to be the same as details page (#77500) by @mifu67
19+
- ref(js): Remove default export of DateTime (#77493) by @evanpurkhiser
20+
- chore(similarity): Increase seer delay and add to log (#77474) by @jangjodi
21+
- chore(apidocs): Make UserRole related endpoints private (#77504) by @isabellaenriquez
22+
- fix(custom-views): Change cursor for tab to pointer everywhere (#77513) by @MichaelSun48
23+
- ref: fix test pollution integrity errors due to cache leaks between tests (#77476) by @asottile-sentry
24+
- chore(crons): Remove sentry monitor decorator from run_escalating_forcast job (#77499) by @MichaelSun48
25+
- ref(js): Missed one DateTime defualt export (#77497) by @evanpurkhiser
26+
- feat(flags): hide flags from context and add feedback button (#77488) by @michellewzhang
27+
- publish api endpoints (#77179) by @nhsiehgit
28+
- ref(js): Remove usage of DateTime default export (#77494) by @evanpurkhiser
29+
- fix(ui): Inmprove spacing on code snippet header (#77492) by @evanpurkhiser
30+
31+
_Plus 853 more_
32+
133
24.8.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.9.0.dev0
3+
version = 24.9.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
@@ -2480,7 +2480,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
24802480
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
24812481
# only referenced in getsentry to provide the stable beacon version
24822482
# updated with scripts/bump-version.sh
2483-
SELF_HOSTED_STABLE_VERSION = "24.8.0"
2483+
SELF_HOSTED_STABLE_VERSION = "24.9.0"
24842484

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

0 commit comments

Comments
 (0)