|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 34 | ## 22.10.0
|
4 | 35 |
|
5 | 36 | ### Various fixes & improvements
|
|
0 commit comments