Skip to content

Commit eb1f2f1

Browse files
committed
release: 25.6.2
1 parent 221d921 commit eb1f2f1

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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

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.7.0.dev0"
10+
release = "25.6.2"
1111

1212

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = "25.7.0.dev0"
5+
VERSION = "25.6.2"
66

77

88
def get_requirements() -> Sequence[str]:

0 commit comments

Comments
 (0)