Skip to content

Commit 20ad682

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.23.0'
2 parents 5c2ee34 + f6f1bb5 commit 20ad682

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog and versioning
22

3+
## 2.23.0
4+
5+
### Various fixes & improvements
6+
7+
- add consumer_member_id tag to partitions assign / revoked metrics (#358) by @mwarkentin
8+
- Add documentation for no-strict-offset-reset (#459) by @untitaker
9+
- Limit the confluent library version (#456) by @fpacifici
10+
- INC-1119: add more metrics for back pressure (#450) by @MeredithAnya
11+
312
## 2.22.0
413

514
### Various fixes & improvements

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry_arroyo"
3-
version = "2.22.0"
3+
version = "2.23.0"
44
authors = ["Sentry <[email protected]>"]
55
description = "A library for working with streaming data."
66
repository = "https://github.com/getsentry/arroyo"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]:
1010

1111
setup(
1212
name="sentry-arroyo",
13-
version="2.22.0",
13+
version="2.23.0",
1414
author="Sentry",
1515
author_email="[email protected]",
1616
license="Apache-2.0",

0 commit comments

Comments
 (0)