Skip to content

Commit

Permalink
release: 23.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Dec 15, 2023
1 parent 83d53c8 commit 96b19f3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## 23.12.0

### Various fixes & improvements

- fix(arroyo): Tag all consumer metrics by the smallest partition index (#5208) by @untitaker
- feat(metrics-summaries): Add a Rust consumer for metrics summaries (#5210) by @phacops
- fix(slo): Add ILLEGAL_COLUMN = 44 as an invalid request (#5209) by @evanh
- ref(rust): Give BufferedMessages a maximum (#5211) by @loewenheim
- ref(admin): Add AllMigrations role (#5205) by @MeredithAnya
- fix(rust): Separate clickhouse concurrency from processing (#5207) by @untitaker
- fix(rust): Increase poll interval (#5197) by @lynnagara
- feat(rust): Implement LocalProducer and port a test (#5202) by @loewenheim
- fix(metrics-summaries): Remove low_cardinality modifier as the column is not low cardinality (#5204) by @phacops
- feat(guages): Add `avg` capability to guages (#5196) by @volokluev
- fix(rust): Consumer should crash if DLQ limit is reached (#5187) by @lynnagara
- ref: Remove stale querylog deployments (#5201) by @lynnagara
- fix(cache): Slightly clean up cache set errors (#5199) by @evanh
- perf: Increase consumer join timeout (#5200) by @lynnagara
- fix(rust): Fix SLO metrics again again again [SNS-2565] (#5198) by @untitaker
- ref(metrics-summaries): Skip all the work if the field needed is not there (#5194) by @phacops
- feat(spans): Store metrics_summary in the proper column if needed (#5191) by @phacops
- fix(spans): Add sentry_tags to spans entity (#5162) by @nikhars
- perf: Reusable multiprocessing pools v2 (#5192) by @lynnagara
- fix(rust): Suppress error when manually resetting offsets (#5186) by @untitaker
- fix(rust): Do not drop runtime and accidentally cancel tasks (#5189) by @untitaker
- feat(spans): Add a metrics summary processor (#5161) by @phacops
- feat(spans): Add a metrics summary column to link spans with DDM metrics (#5159) by @phacops
- fix(metrics_summaries): Fix sample by expression (#5190) by @phacops

_Plus 62 more_

## 23.11.2

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
copyright = "2021, Sentry Team and Contributors"
author = "Sentry Team and Contributors"

release = "23.12.0.dev0"
release = "23.12.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

VERSION = "23.12.0.dev0"
VERSION = "23.12.0"


def get_requirements() -> Sequence[str]:
Expand Down

0 comments on commit 96b19f3

Please sign in to comment.