|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 34 | ## 25.10.0 |
4 | 35 |
|
5 | 36 | ### Various fixes & improvements |
|
0 commit comments