Skip to content

Commit 399ebd9

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.4.0'
2 parents 4450796 + 9de8f10 commit 399ebd9

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.4.0
2+
3+
### Various fixes & improvements
4+
5+
- feat(middleware): extend deny middleware to deny based on prefix or suffix (#58) by @Litarnus
6+
- This is now actually deployed (#59) by @untitaker
7+
- build(deps): bump crossbeam-channel from 0.5.13 to 0.5.15 (#57) by @dependabot
8+
19
## 0.3.0
210

311
### Various fixes & improvements

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "statsdproxy"
33
authors = ["Sentry <oss@sentry.io>"]
44
description = "A proxy for transforming, pre-aggregating and routing statsd metrics"
55
repository = "https://github.com/getsentry/statsdproxy"
6-
version = "0.3.0"
6+
version = "0.4.0"
77
edition = "2021"
88
license = "Apache-2.0"
99

0 commit comments

Comments
 (0)