Skip to content

Commit

Permalink
Merge branch 'release/2.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jan 20, 2023
2 parents 71bfd40 + 0e0fd94 commit ff5c88d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog and versioning

## 2.5.0

### Various fixes & improvements

- feat: Remove CollectStep and ParallelCollectStep (#173) by @lynnagara
- feat(reduce): Record `arroyo.strategies.reduce.batch_time` (#175) by @lynnagara
- docs: Add decoders section (#174) by @lynnagara
- build: Make json, msgpack and avro optional dependencies (#172) by @lynnagara

## 2.4.0

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]:

setup(
name="sentry-arroyo",
version="2.4.0",
version="2.5.0",
author="Sentry",
author_email="[email protected]",
license="Apache-2.0",
Expand Down

0 comments on commit ff5c88d

Please sign in to comment.