File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 25.6.2
4+
5+ ### Various fixes & improvements
6+
7+ - chore(consumers): bump statsdproxy (#7256 ) by @lcian
8+ - feat: enable reliability of formulas to be returned in trace_item_table endpoint (#7226 ) by @kylemumma
9+ - fix(TraceItemsDetails): dedupe int,bool and float attrs (#7260 ) by @MeredithAnya
10+ - remove sentry logging (#7263 ) by @MeredithAnya
11+ - chore(traces): Remove standalone spans condition (#7257 ) by @Zylphrex
12+ - fix(ci): Tag snuba docker images using PR commit shas (#7259 ) by @hubertdeng123
13+ - feat(logs): Add support for creating logs subscriptions (#7261 ) by @shruthilayaj
14+ - feat: open fail for snuba cache write failures (#7255 ) by @kylemumma
15+ - feat(consumers): Re-implement batching consumer (#7248 ) by @volokluev
16+ - Revert "chore(consumers): Bump statsdproxy (#7251 )" (889d1e26) by @getsentry-bot
17+ - chore(consumers): Bump statsdproxy (#7251 ) by @lcian
18+ - ci: acquire docker image from ghcr for release (#7245 ) by @aldy505
19+ - ref: bump sentry-protos to 0.3.0 (#7249 ) by @getsentry-bot
20+ - ref: bump sentry-protos to 0.2.1 (#7247 ) by @getsentry-bot
21+ - fix(cbrs): set request in routing decision (#7241 ) by @xurui-c
22+ - chore(eap-timeseries): Bump max allowed bucktes by 1 (DAIN-667) (#7246 ) by @shruthilayaj
23+ - chore(devservices): Bump devservices to 1.2.1 (#7244 ) by @hubertdeng123
24+ - meta: Bump new development version (2aee9c59)
25+
326## 25.6.1
427
528### Various fixes & improvements
Original file line number Diff line number Diff line change 77copyright = "2021, Sentry Team and Contributors"
88author = "Sentry Team and Contributors"
99
10- release = "25.7.0.dev0 "
10+ release = "25.6.2 "
1111
1212
1313# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- VERSION = "25.7.0.dev0 "
5+ VERSION = "25.6.2 "
66
77
88def get_requirements () -> Sequence [str ]:
You can’t perform that action at this time.
0 commit comments