Skip to content

Commit

Permalink
release: 22.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Feb 15, 2022
1 parent eac5b20 commit 526a08d
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## 22.2.0

### Various fixes & improvements

- fix(admin): Fix the system query tool (#2414) by @lynnagara
- ref: Clean up snql config use in tests (#2412) by @lynnagara
- ref: Remove use of deprecated config in test (#2411) by @lynnagara
- ref: Don't set query_parsing_expand_aliases in tests (#2413) by @lynnagara
- perf(subscriptions): Increase scheduler load factor to 5 (#2406) by @lynnagara
- feat(stability) - fallback host retry (#2398) by @onewland
- Revert "feat(errors): Add a new errors_v2 storage option (#2349)" (#2404) by @nikhars
- perf(subscriptions): Increase the load factor to 3 (#2401) by @lynnagara
- ref(subscriptions): Remove unnecessary assertion (#2402) by @lynnagara
- feat(errors): Add a new errors_v2 storage option (#2349) by @nikhars
- perf(subscriptions): Avoid slow delegate task builder where possible (#2399) by @lynnagara
- fix(cleanup) Fix rounding error in cleanup script (#2394) by @evanh
- fix(conn) increase retry count by 1 in ClickhousePool.execute (#2397) by @onewland
- feat(ingestion): Allow for failures during writes (#2395) by @nikhars
- ref(snuba-admin): Edit predefined queries (#2382) by @MeredithAnya
- feat(consumer-util): Expose metric of consumer utilization (#2245) by @nikhars
- ref(attribution) Add test hook for metrics (#2391) by @evanh
- ref: Add outcomes-billing-consumer to freight (#2384) by @evanh
- fix(consumer): Allow commit log topic to be passed to multistorage consumer (#2393) by @nikhars
- feat(metrics): directly write aggregates to metrics table (#2361) by @onewland
- docs(internal): Add some doc comments for MetricsBackend (#2389) by @onewland
- chore(kafka): Add a log message of librdkafka log level (#2208) by @nikhars
- feat(dev): Mock data for subscriptions (#2390) by @lynnagara
- Fix metrics init (#2392) by @fpacifici

_Plus 40 more_

## 22.1.0

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
error-reporting or application monitoring features of the
Licensed Work.

Change Date: 2025-01-15
Change Date: 2025-02-15

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
copyright = "2021, Sentry Team and Contributors"
author = "Sentry Team and Contributors"

release = "22.2.0.dev0"
release = "22.2.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = "22.2.0.dev0"
VERSION = "22.2.0"


def get_requirements() -> Sequence[str]:
Expand Down

0 comments on commit 526a08d

Please sign in to comment.