Skip to content

Commit 5c8ec5d

Browse files
committed
release: 24.1.2
1 parent 0c9eb3b commit 5c8ec5d

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 24.1.2
4+
5+
### Various fixes & improvements
6+
7+
- feat(generic-metrics): Add DLQ back to generic metrics storages (#4964) by @ayirr7
8+
- feat(rust): Generic metrics compat processor (#5469) by @lynnagara
9+
- ref(rust): Add better error messages (#5508) by @untitaker
10+
- Reapply "ref: Python 3.11.6 (#5476)" (#5505) by @getsentry-bot
11+
- fix(py311): Explicitly import importlib.abc (#5507) by @untitaker
12+
- Revert "ref: Python 3.11.6 (#5476)" (#5505) by @volokluev
13+
- feat(capman): Referrer guard rail policy (#5481) by @volokluev
14+
- ref: Python 3.11.6 (#5476) by @untitaker
15+
- Bumping GoCD jsonnet to include de (#5493) by @IanWoodard
16+
- fix(rust): Work around poor error messages by serde (#5503) by @untitaker
17+
- Tags can be submitted as null (#5504) by @cmanallen
18+
- fix(capman): Fix invalid tenant ids exception in allocation policy (#5489) by @volokluev
19+
- admin nav bug fix (#5499) by @kylemumma
20+
- feat: Deploy release health rust consumer (#5500) by @lynnagara
21+
- ref: Add rust-errors-consumer to deploys, remove a bunch of already-removed deployments (#5478) by @untitaker
22+
- fix(cardinality): Fix the query run for cardinality (#5498) by @nikhars
23+
- ref(ddm): Disable metrics in Snuba (#5497) by @evanh
24+
- fix: Use the working link to the MQL repository (#5495) by @olksdr
25+
- Take 2: Port PolymorphicMetricsProcessor to Rust (#5492) by @ayirr7
26+
- Revert "Revert "Revert "feat(rust): Port PolymorphicMetricsProcessor to Rust (#5419)""" (#5491) by @john-z-yang
27+
- Revert "Revert "feat(rust): Port PolymorphicMetricsProcessor to Rust (#5419)"" (7446c1ad) by @john-z-yang
28+
- Revert "feat(rust): Port PolymorphicMetricsProcessor to Rust (#5419)" (871e509f) by @getsentry-bot
29+
- feat(rust): Port PolymorphicMetricsProcessor to Rust (#5419) by @ayirr7
30+
- fix(ddm): Fix config bug (#5488) by @evanh
31+
32+
_Plus 28 more_
33+
334
## 24.1.1
435

536
### Various fixes & improvements

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
copyright = "2021, Sentry Team and Contributors"
88
author = "Sentry Team and Contributors"
99

10-
release = "24.2.0.dev0"
10+
release = "24.1.2"
1111

1212

1313
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = "24.2.0.dev0"
5+
VERSION = "24.1.2"
66

77

88
def get_requirements() -> Sequence[str]:

0 commit comments

Comments
 (0)