Skip to content

Releases: getsentry/snuba

25.12.1

23 Dec 16:43

Choose a tag to compare

New Features ✨

  • feat(deletes): add EAP deletes allowlist for launch by @onewland in #7591

  • feat(eap): record bytes ingested by item type by @onewland in #7604

Bug Fixes 🐛

  • fix notHandled errors for search issues and transactions by @volokluev in #7599

Build / dependencies / internal 🔧

  • chore(eap): Try to understand the number of trace IDs we're fetching by @phacops in #7603

  • chore(snuba): take new_datadog out of metrics config by @volokluev in #7598

Other

25.12.0

15 Dec 19:01

Choose a tag to compare

New Features ✨

  • feat(deletes): support item attribute conditions in API and consumer by @onewland in #7570

Eap

Bug Fixes 🐛

Build / dependencies / internal 🔧

Deps

  • chore(deps): bump actions/create-github-app-token from 2.1.4 to 2.2.0 by @dependabot in #7550

  • chore(deps): bump actions/dependency-review-action from 4.8.1 to 4.8.2 by @dependabot in #7539

  • chore(deps): bump actions/checkout from 5 to 6 by @dependabot in #7549

  • chore(gocd): remove outcomes-billing consumer from python deploys by @onewland in #7564

  • ci: leaner snuba image by @aldy505 in #7542

Other

25.11.1

01 Dec 18:31

Choose a tag to compare

Build / dependencies / internal 🔧

New Features ✨

  • feat(eap): record item type counts in batches by @onewland in #7481
  • feat(processor): Handle casted columns in UUID column processor by @Zylphrex in #7552

Bug Fixes 🐛

  • fix: subscription executors should not crash when there are too many concurrent queries by @xurui-c in #7547
  • fix(gocd): fix gocd filters for rs/py deploys by @onewland in #7545

Other

25.11.0

19 Nov 01:32

Choose a tag to compare

Various fixes & improvements

  • chore(rpc): Add example request for EndpointTraceItemDetails (#7538) by @Zylphrex
  • feat(deletes): support TraceItemFilter[s] in DeleteTraceItems API (#7535) by @onewland
  • feat(deletes): add support for delete by attribute in config (#7534) by @onewland
  • fix(deletes): some ch versions dont have setting (#7536) by @MeredithAnya
  • feat: consolidate statsd config to a single environment variable of SNUBA_STATSD_ADDR (#7524) by @aldy505
  • chore: stop capturing redis oom set failure in sentry (#7528) by @kylemumma
  • fix(deletes): properly update clickhouse_settings (#7533) by @MeredithAnya
  • gocd: update path filters to match gocd-yaml-config-plugin docs (#7532) by @onewland
  • make test less flaky (#7531) by @volokluev
  • ref: bump sentry-arroyo to 2.33.0 (#7530) by @getsentry-bot
  • chore: add metric to see how many GetTrace request have a user provided limit (#7521) by @kylemumma
  • gocd: split deploy triggers take 2 (#7527) by @onewland
  • gocd: add filter for deploys for snuba-{py,rs} (#7526) by @onewland
  • feat(eap): Insert arrays in EAP (#7514) by @phacops
  • gocd: split pipelines, leaving original, update migration check script (#7525) by @onewland
  • Revert "[gocd] split snuba deploys into snuba-deploy-py and snuba-deploy-rs (take 2) (#7510)" (4468c1a) by @getsentry-bot
  • Revert "fix(gocd): use deploy-snuba-py-s4s and deploy-snuba-rs-s4s to check m… (#7523)" (505a727) by @getsentry-bot
  • fix(gocd): use deploy-snuba-py-s4s and deploy-snuba-rs-s4s to check m… (#7523) by @onewland
  • chore(deps): bump actions/checkout from 4 to 5 (#7517) by @dependabot
  • [gocd] split snuba deploys into snuba-deploy-py and snuba-deploy-rs (take 2) (#7510) by @onewland
  • ref(lw-deletes): add runtime config lightweight_deletes_sync (#7522) by @MeredithAnya
  • fix(trace-item-stats): Apply eap item type filter (#7520) by @shruthilayaj
  • feat(eap): Insert client and server sample rates in EAP (#7515) by @phacops
  • feat: pagination support in GetTrace endpoint (#7508) by @kylemumma

Plus 64 more

25.10.0

15 Oct 18:46

Choose a tag to compare

Various fixes & improvements

Plus 8 more

25.9.0

17 Sep 10:54

Choose a tag to compare

Various fixes & improvements

  • ci: bump action-build-and-push-images to latest commit hash (#7412) by @Dav1dde
  • ref(outcomes): storage selecter, settings, daily storage (try 2) (#7398) by @MeredithAnya
  • feat(cbrs): Snuba Admin UI (webpage) (#7399) by @xurui-c
  • fix(ci): typo on craft's default release branch name (#7408) by @aldy505
  • ref(pyproject.toml): Un-break bump-version.yml workflow (#7403) by @untitaker
  • chore(api): Make socket timeout less aggressive in snuba api (#7405) by @volokluev
  • Reduce clickhouse send_receive_timeout from 300 to 35 seconds (#7404) by @volokluev
  • fix(inc-1340): Make snuba more resilient to redis failures (#7402) by @volokluev
  • fix(cbrs): divide subclasses according to their namespaces (#7401) by @xurui-c
  • feat(EAP): cross item queries for trace item table (#7385) by @davidtsuk
  • fix(issues): resolve u32/u64 group_first_seen bug (#7397) by @thetruecpaul
  • feat(cbrs): Snuba Admin endpoints (#7346) by @xurui-c
  • fix(observability): raise a specific error for query timeouts (#7364) by @volokluev
  • Redo: ref(outcomes): fix partitioning for daily table (#7396) by @xurui-c
  • Redo: fix(issues): Process new group_first_seen field on ingest (#7395) by @xurui-c
  • Redo: fix: scripts/rust-envvars needs .venv/bin/python (#7394) by @xurui-c
  • Stop deploying gauges infra (#7382) by @volokluev
  • ref(cbrs): introduce RegisteredClass into ConfigurableComponent (#7379) by @xurui-c
  • fix: rust envvars need to be set before devenv/uv sync (#7381) by @joshuarli
  • fix(ci): bump timeout for venv recreation (#7380) by @joshuarli
  • feat: uv (#7368) by @joshuarli
  • fix(search_issues): stop truncating timestamp_ms in search_issues (#7373) by @cvxluo
  • ref(cbrs): integrate resource identifier and policy type into AllocationPolicy (#7375) by @xurui-c
  • feat(ci): Part 2 Cutover to GHA for image build/push (#7371) by @hubertdeng123

Plus 10 more

25.8.0

15 Aug 17:18

Choose a tag to compare

Various fixes & improvements

Plus 45 more

25.7.0

15 Jul 17:30

Choose a tag to compare

Various fixes & improvements

25.6.2

30 Jun 22:01

Choose a tag to compare

Various fixes & improvements

25.6.1

20 Jun 21:56

Choose a tag to compare

Various fixes & improvements

  • feat(capman): Fix model ID for workflow querying referrer (#7243) by @kcons
  • Revert "feat(capman): Fix model ID for workflow querying referrer (#7239)" (b8889e7) by @getsentry-bot
  • feat(capman): Fix model ID for workflow querying referrer (#7239) by @kcons
  • meta: Bump new development version (57f1940)