Skip to content

Commit ff4c7ec

Browse files
committed
release: 24.1.2
1 parent d38869a commit ff4c7ec

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.1.2
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- ref(api): Make processing team endpoints private (#63939) by @loewenheim
7+
- feat(issue-priority): Add priority column to issue stream (#64820) by @malwilley
8+
- Revert "ref: upgrade hiredis (#64789)" (782b0f44) by @getsentry-bot
9+
- feat(issue-details): Show static replay when error is not within the replay (#64827) by @malwilley
10+
- ref(sdk): Remove excessive json.loads spans (#64883) by @k-fish
11+
- fix(integrations): phabricator host validation (#64882) by @oioki
12+
- feat(integrations): Autofill project in selector after project creation modal (#64791) by @roggenkemper
13+
- ref(replay): remove 'new' badge from selector widgets & tab (#64848) by @michellewzhang
14+
- fix(replays): check before attempting to load in onboarding doc (#64842) by @michellewzhang
15+
- fix(ddm): Handle all and my projects (#64877) by @ArthurKnaus
16+
- ref: upgrade hiredis (#64789) by @asottile-sentry
17+
- fix(replays): Move code requiring exception-prone variables into try block (#64658) by @cmanallen
18+
- Sprinkle some tracing around more `save_event` functions (#64869) by @Swatinem
19+
- fix(ddm): Focused series backwards compatibility (#64868) by @ArthurKnaus
20+
- ref: Add option to throttle proguard processing (#64866) by @loewenheim
21+
- ref(similarity-embeddings): Remove unused organization level flag (#64815) by @jangjodi
22+
- ref: upgrade psycopg2-binary (#64809) by @asottile-sentry
23+
- fix(ddm): Global loading state on zoom (#64861) by @ArthurKnaus
24+
- fix(ddm): project param rename (#64860) by @obostjancic
25+
- fix(ddm): Clicking chart hides tooltip (#64859) by @ArthurKnaus
26+
- feat(ddm): Multiple focused series (#64855) by @ArthurKnaus
27+
- feat(ddm): Add new metrics/query endpoint base code (#64785) by @iambriccardo
28+
- feat(stats): metrics stats (#64790) by @obostjancic
29+
- ref(feedback): add analytics for mark as spam buttons (#64850) by @michellewzhang
30+
31+
_Plus 606 more_
32+
133
24.1.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.2.0.dev0
3+
version = 24.1.2
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
@@ -3054,7 +3054,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str]
30543054
SENTRY_SELF_HOSTED = True
30553055
# only referenced in getsentry to provide the stable beacon version
30563056
# updated with scripts/bump-version.sh
3057-
SELF_HOSTED_STABLE_VERSION = "24.1.1"
3057+
SELF_HOSTED_STABLE_VERSION = "24.1.2"
30583058

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

0 commit comments

Comments
 (0)