Skip to content

26.6.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 15 Jun 23:52

New Features ✨

Eap

  • Route EAP RO storages through their _dist_ro tables by @phacops in #7996
  • Add _dist_ro Distributed tables for EAP read-only routing by @phacops in #7995

Other

  • (allocation-policy) Per-org overrides for bytes-scanned policy by @phacops in #7975
  • (attribute-values) Add counts to response and orderby by @wmak in #7960
  • (cbrs) Add per-organization ClickHouse setting overrides by @phacops in #8010
  • (search_issues) Add ClickhouseSettingsOverride query processor by @MeredithAnya in #8015
  • Map SilencedDLQMessage to InvalidMessageReason::Ignored by @lcian in #8019

Bug Fixes 🐛

  • (admin) Validate host/port before constructing any admin ClickhousePool by @phacops in #8003
  • (eap) Include bool keys in attribute_keys_hash by @phacops in #7991
  • (web) Return HTTP 404 for unknown dataset names by @phacops in #8021

Internal Changes 🔧

Clickhouse

  • Lower minimum ClickHouse version to 23.8.11.29 by @phacops in #7994
  • LZ4-compress INSERT bodies in ClickhouseWriterStep by @phacops in #7993

Deps

  • Bump sentry-conventions to 0.11.0 by @constantinius in #8013
  • Bump getsentry/self-hosted from 3701f1e1927e2a91b912af34952f95f2b69fc4e3 to 53b2a6fb5c032adb61945963d8051673f4d5d306 by @dependabot in #8004
  • Bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot in #8005
  • Bump getsentry/sentry-options/.github/workflows/validate-schema.yml from 98749eaae09ad60bf8a10c59b531e0890695a991 to ceed9df987a4085bd3e662d188a55216d40a92d1 by @dependabot in #8006
  • Bump getsentry/craft from 2.26.6 to 2.26.8 by @dependabot in #8007
  • Bump astral-sh/setup-uv from 8.1.0 to 8.2.0 by @dependabot in #8008

Eap

  • Stop reading whole attributes_array column in export endpoint by @phacops in #8024
  • Drop uncompressed insert body before retry loop by @phacops in #8009

Other

Other