Skip to content

Commit a3f30b6

Browse files
committed
release: 22.11.0
1 parent 8e2d502 commit a3f30b6

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 22.11.0
4+
5+
### Various fixes & improvements
6+
7+
- feat(migrations): add migration order validator SNS-1831 (#3353) by @dbanda
8+
- feat(api-abuse): Add ability to throttle threads for an entire referrer (#3376) by @volokluev
9+
- add bytes_scanned column to querylog storage (#3381) by @volokluev
10+
- MIGRATION: add bytes_scanned to querylog (#3360) by @volokluev
11+
- feat(slices): Make consumers "slice-aware" (#3259) by @ayirr7
12+
- use new checkout action to fix GHA warnings (#3377) by @volokluev
13+
- feat(DC): More inner types for Array (#3367) by @rahul-kumar-saini
14+
- add bytes scanned to the querylog consumer (#3375) by @volokluev
15+
- feat(replays): Add additional parsing safety to lists and uuids (#3369) by @cmanallen
16+
- fix(init): uWSGI Snuba API processes not initializing Snuba (#3370) by @rahul-kumar-saini
17+
- feat(replays): Add additional parsing safety to integer and datetime column types (#3352) by @cmanallen
18+
- Explain the ordering flags in MIGRATIONS.md (#3365) by @dbanda
19+
- fix(admin): Allow ARRAY JOIN with clickhouse_queries in admin (#3366) by @volokluev
20+
- ref(admin): get_migration_group_policies (#3364) by @MeredithAnya
21+
- Pause optimize on large merges. attempt 2 (#3339) by @dbanda
22+
- Tag keys and values may not be null (#3357) by @cmanallen
23+
- fix(rate_limit): Set explicit TTL for set of open requests [SNS-1864] (#3362) by @untitaker
24+
- fix(logging): Incorrect Snuba init instrumentation (#3361) by @rahul-kumar-saini
25+
- feat(DC): Profiles Storage as Config (#3359) by @rahul-kumar-saini
26+
- clean up project id filtering (#3355) by @volokluev
27+
- remove logging line that is not helpful (#3356) by @volokluev
28+
- feat(replays): Add additional safety to tags processor (#3354) by @cmanallen
29+
- feat(api): Snuba healthcheck observability (#3334) by @rahul-kumar-saini
30+
- add useful test distributed command to make file (#3349) by @dbanda
31+
32+
_Plus 68 more_
33+
334
## 22.10.0
435

536
### Various fixes & improvements

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2025-10-17
19+
Change Date: 2025-11-15
2020

2121
Change License: Apache License, Version 2.0
2222

docs/source/conf.py

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

1212

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = "22.11.0.dev0"
5+
VERSION = "22.11.0"
66

77

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

0 commit comments

Comments
 (0)