Skip to content

Commit b494ab3

Browse files
committed
release: 24.11.0
1 parent a11d7ef commit b494ab3

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.11.0
2+
-------
3+
4+
### Various fixes & improvements
5+
6+
- feat(issue-details): Add support link to dropdown (#80804) by @roggenkemper
7+
- fix(issues): Show 50+ Replays whenever the count is maxed out like that (#80809) by @ryan953
8+
- ref(replay): Refactor extractDomNodes stepper strategy into extractDomNodes.tsx (#80810) by @ryan953
9+
- ref: make condition_data / action_data param names match for create_project_rule (#80781) by @asottile-sentry
10+
- ref: explicitly install libexpat1 (#80742) by @asottile-sentry
11+
- ref(dashboards): Fixes and refactoring for edit access selector button (#80633) by @harshithadurai
12+
- feat(flamegraphs): Support functions flamegraphs for continuous profi… (#80822) by @Zylphrex
13+
- feature(dashboards): added grid icon (#80806) by @doralchan
14+
- fix(charts): Respect stacked prop in area chart (#80824) by @Zylphrex
15+
- fix(insights): filter out ui.action in backend, and add to mobile (#80823) by @DominikB2014
16+
- chore(flamegraph): Remove transactions from differential flamegraphs (#80807) by @Zylphrex
17+
- feat(functions): Use flamegraph as data source for slowest functions (#80791) by @Zylphrex
18+
- feat(dashboards): Dashboards landing page layout toggle (#80790) by @nikkikapadia
19+
- ref(grouping): Rename `GroupingComponent` to `BaseGroupingComponent` (#80725) by @lobsterkatie
20+
- feat(dynamic-sampling): Show project as active if not 100 percent (#80819) by @ArthurKnaus
21+
- feat(dynamic-sampling): Copy changes and doc links (#80818) by @ArthurKnaus
22+
- fix(releases): For semver releases, get latest release as the resolving one (#80737) by @armenzg
23+
- feat(dynamic-sampling): Use new span count endpoint (#80732) by @ArthurKnaus
24+
- feat(dynamic-sampling): Show stored span per sub-project (#80816) by @ArthurKnaus
25+
- fix(dynamic-sampling): set dynamic sampling project span count mql query limit (#80812) by @shellmayr
26+
- chore(codeowners): update telemetry experience ownership (#80813) by @shellmayr
27+
- fix(crons): Move limit back onto QuerySet for incident detection (#80805) by @evanpurkhiser
28+
- fix(grouping): Small types fixes (#80724) by @lobsterkatie
29+
- feat(backup): Add export checkpointer (#80711) by @azaslavsky
30+
31+
_Plus 1276 more_
32+
133
24.10.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.11.0.dev0
3+
version = 24.11.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
@@ -2492,7 +2492,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
24922492
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
24932493
# only referenced in getsentry to provide the stable beacon version
24942494
# updated with scripts/bump-version.sh
2495-
SELF_HOSTED_STABLE_VERSION = "24.10.0"
2495+
SELF_HOSTED_STABLE_VERSION = "24.11.0"
24962496

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

0 commit comments

Comments
 (0)