Skip to content

Commit

Permalink
release: 2.14.12
Browse files Browse the repository at this point in the history
getsentry-bot committed Oct 5, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 05b3d79 commit bf1c46e
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog and versioning

## 2.14.12

### Various fixes & improvements

- doc: Describe max_batch_size/max_batch_time in our strategies (#294) by @untitaker
- ref: Timestamp is not optional on commit log (#293) by @lynnagara
- feat(metrics): Add a metric for number of invalid messages encountered (#292) by @lynnagara

## 2.14.11

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

setup(
name="sentry-arroyo",
version="2.14.11",
version="2.14.12",
author="Sentry",
author_email="[email protected]",
license="Apache-2.0",

0 comments on commit bf1c46e

Please sign in to comment.