Skip to content

Commit

Permalink
release: 24.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Dec 21, 2024
1 parent 9f5c3f5 commit 949e29d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 24.12.1

### Various fixes & improvements

- Revert "fix(eap-spans): Add an index on project_id (#6695)" (9f5c3f57) by @getsentry-bot
- fix(eap-spans): Add an index on project_id (#6695) by @phacops
- 984: scrub eap_spans_str_attrs (#6694) by @kylemumma
- fix(inc984): scrub the correct bucket for sentry.user (#6693) by @xurui-c
- fix(inc984): scrub the correct bucket for sentry.user.ip (#6692) by @volokluev
- inc984: scrub `user` from eap_spans (#6691) by @xurui-c
- inc984: scrub `user` from spans (#6689) by @xurui-c
- fix(rust): Honor exit code (#6674) by @untitaker
- ref(admin): lw delete related system queries (#6685) by @MeredithAnya
- chore: Bump rust-toolchain (#6688) by @untitaker
- chore(devservices): Bumping the version of devservices to latest (#6682) by @IanWoodard
- fix(devservices): Add orchestrator devservices label to clickhouse (#6687) by @hubertdeng123
- fix(eap): Fix divide by 0 errors caused when the sample count is 0 (#6681) by @davidtsuk
- meta: Bump new development version (44657332)
- ref(lw-deletes): add project_id killswitch and some logging (#6677) by @MeredithAnya
- docs: update CH supported versions (#6683) by @MeredithAnya
- feat(inc-984): Cleanup EAP spans (#6676) by @xurui-c
- fix(admin): Allow special characters in SYSTEM/OPTIMIZE queries (#6680) by @evanh
- feat(eap): Use weighted average instead of simple average for calculating average sampling rate (#6678) by @davidtsuk
- ref(lw-deletes): concurrent allocation policy requires org id (#6679) by @MeredithAnya

## 24.12.0

### 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 = "25.1.0.dev0"
release = "24.12.1"


# -- 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 = "25.1.0.dev0"
VERSION = "24.12.1"


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

0 comments on commit 949e29d

Please sign in to comment.