Skip to content

Commit b7ad3f7

Browse files
committed
release: 25.11.0
1 parent 1b93486 commit b7ad3f7

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

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

3+
## 25.11.0
4+
5+
### Various fixes & improvements
6+
7+
- chore(rpc): Add example request for EndpointTraceItemDetails (#7538) by @Zylphrex
8+
- feat(deletes): support TraceItemFilter[s] in DeleteTraceItems API (#7535) by @onewland
9+
- feat(deletes): add support for delete by attribute in config (#7534) by @onewland
10+
- fix(deletes): some ch versions dont have setting (#7536) by @MeredithAnya
11+
- feat: consolidate statsd config to a single environment variable of `SNUBA_STATSD_ADDR` (#7524) by @aldy505
12+
- chore: stop capturing redis oom set failure in sentry (#7528) by @kylemumma
13+
- fix(deletes): properly update clickhouse_settings (#7533) by @MeredithAnya
14+
- gocd: update path filters to match gocd-yaml-config-plugin docs (#7532) by @onewland
15+
- make test less flaky (#7531) by @volokluev
16+
- ref: bump sentry-arroyo to 2.33.0 (#7530) by @getsentry-bot
17+
- chore: add metric to see how many GetTrace request have a user provided limit (#7521) by @kylemumma
18+
- gocd: split deploy triggers take 2 (#7527) by @onewland
19+
- gocd: add filter for deploys for snuba-{py,rs} (#7526) by @onewland
20+
- feat(eap): Insert arrays in EAP (#7514) by @phacops
21+
- gocd: split pipelines, leaving original, update migration check script (#7525) by @onewland
22+
- Revert "[gocd] split snuba deploys into snuba-deploy-py and snuba-deploy-rs (take 2) (#7510)" (4468c1a7) by @getsentry-bot
23+
- Revert "fix(gocd): use deploy-snuba-py-s4s and deploy-snuba-rs-s4s to check m… (#7523)" (505a7270) by @getsentry-bot
24+
- fix(gocd): use deploy-snuba-py-s4s and deploy-snuba-rs-s4s to check m… (#7523) by @onewland
25+
- chore(deps): bump actions/checkout from 4 to 5 (#7517) by @dependabot
26+
- [gocd] split snuba deploys into snuba-deploy-py and snuba-deploy-rs (take 2) (#7510) by @onewland
27+
- ref(lw-deletes): add runtime config lightweight_deletes_sync (#7522) by @MeredithAnya
28+
- fix(trace-item-stats): Apply eap item type filter (#7520) by @shruthilayaj
29+
- feat(eap): Insert client and server sample rates in EAP (#7515) by @phacops
30+
- feat: pagination support in GetTrace endpoint (#7508) by @kylemumma
31+
32+
_Plus 64 more_
33+
334
## 25.10.0
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 = "25.11.0.dev0"
10+
release = "25.11.0"
1111

1212

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "snuba"
3-
version = "25.11.0.dev0"
3+
version = "25.11.0"
44
dependencies = [
55
"blinker>=1.5",
66
"click>=8.1.7",

0 commit comments

Comments
 (0)