File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog and versioning
22
3+ ## 2.25.0
4+
5+ ### Various fixes & improvements
6+
7+ - feat: add consumer_member_id to metrics by default (#462 ) by @mwarkentin
8+ - chore(producer): Add produce time by topic (#423 ) by @untitaker
9+
310## 2.24.0
411
512### Various fixes & improvements
Original file line number Diff line number Diff line change 11[package ]
22name = " sentry_arroyo"
3- version = " 2.24 .0"
3+ version = " 2.25 .0"
44authors = [
" Sentry <[email protected] >" ]
55description = " A library for working with streaming data."
66repository = " https://github.com/getsentry/arroyo"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]:
1010
1111setup (
1212 name = "sentry-arroyo" ,
13- version = "2.24 .0" ,
13+ version = "2.25 .0" ,
1414 author = "Sentry" ,
15151616 license = "Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments