File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 25.1.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - fix: snuba admin system query error messaging (#6763 ) by @kylemumma
8
+ - feat: Add SSL/TLS support for ClickHouse connections (#6459 ) by @patsevanton
9
+ - fix(settings): specify VALID_RETENTION_DAYS for self-hosted (#6756 ) by @aldy505
10
+ - chore(deps): Bump Python to 3.11.11 (#6719 ) by @beninabox
11
+ - Bump arroyo version (#6766 ) by @volokluev
12
+ - feat(ourlogs): Add entity/storage configs & dev worker (#6759 ) by @colin-sentry
13
+ - fix(optimize): make tests and optimize use UTC timestamps (#6760 ) by @onewland
14
+ - meta: Bump new development version (1fe61a9d)
15
+
3
16
## 24.12.2
4
17
5
18
### Various fixes & improvements
Original file line number Diff line number Diff line change 7
7
copyright = "2021, Sentry Team and Contributors"
8
8
author = "Sentry Team and Contributors"
9
9
10
- release = "25.1.0.dev0 "
10
+ release = "25.1.0"
11
11
12
12
13
13
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 2
2
3
3
from setuptools import find_packages , setup
4
4
5
- VERSION = "25.1.0.dev0 "
5
+ VERSION = "25.1.0"
6
6
7
7
8
8
def get_requirements () -> Sequence [str ]:
You can’t perform that action at this time.
0 commit comments