Skip to content

Commit b0a45b0

Browse files
committed
release: 24.6.0
1 parent 14890f4 commit b0a45b0

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

Diff for: CHANGES

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
24.6.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- ref: upgrade boto3 (#72935) by @asottile-sentry
7+
- feat(related_issues): Free tier support for trace timeline and related issues (#72933) by @armenzg
8+
- ref(keyvaluedata): Change names and exports for better autocomplete (#72939) by @leeandher
9+
- feat(issues): adds backend for "resolve in upcoming release" (#70990) by @roggenkemper
10+
- feat(breadcrumbs): Implement shared timeline component (#72874) by @leeandher
11+
- ref(slack): Refactor Link Identity View (#72792) by @iamrajjoshi
12+
- chore(rules): Remove metric alert ignore archived flag (#72833) by @ceorourke
13+
- feat(query-builder): Add loading state and improved menu styles/positioning (#72940) by @malwilley
14+
- fix: Improve trimming of Swift function names (#72335) by @Steelskin
15+
- fix(query-builder): Remove [me,my_teams,none] suggestion from assigned (#72915) by @malwilley
16+
- feat(query-builder): Make date filters more user friendly (#72911) by @malwilley
17+
- fix(compact-select): Prevent CompactSelect from stealing focus back to itself after clicking into another element (#72883) by @malwilley
18+
- fix(spans): Return all queried span tags (#72937) by @Zylphrex
19+
- chore(rrweb): bump rrweb ver to 2.23.0 (#72936) by @michellewzhang
20+
- fix(replay): Fix error state quickly flashing when loading replay (#72823) by @billyvg
21+
- feat(am2): Add project to the blended sample rate function (#72900) by @wmak
22+
- Revert "perf(trace-explorer): Service Entry spans always have group 0 (#72817)" (9ebd80d3) by @getsentry-bot
23+
- feat(insights): add has_insights_xx span project flags (#72904) by @KevinL10
24+
- chore(hybridcloud) Merge frontend-domains feature into multi-region (#72714) by @markstory
25+
- fix(ui) Fix broken redirect on org rename (#72906) by @markstory
26+
- ref: fix types for integrations tasks (#72898) by @asottile-sentry
27+
- ref: fix types for various tasks (#72899) by @asottile-sentry
28+
- ref: remove unused utils.canonical (#72774) by @asottile-sentry
29+
- ref: fix types in org provisioning (#72896) by @asottile-sentry
30+
31+
_Plus 659 more_
32+
133
24.5.1
234
------
335

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.6.0.dev0
3+
version = 24.6.0
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
@@ -2472,7 +2472,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
24722472
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
24732473
# only referenced in getsentry to provide the stable beacon version
24742474
# updated with scripts/bump-version.sh
2475-
SELF_HOSTED_STABLE_VERSION = "24.5.1"
2475+
SELF_HOSTED_STABLE_VERSION = "24.6.0"
24762476

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

0 commit comments

Comments
 (0)