Skip to content

Commit 84dfb1c

Browse files
v0.8.1 (#49)
1 parent 2881da1 commit 84dfb1c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This changelog documents the changes between release versions.
66

77
Changes to be included in the next upcoming release
88

9+
## 0.8.1
10+
11+
Add `DefaultBodyLimit` set to `max_request_size` to match `RequestBodyLimitLayer`.
12+
913
## [0.8.0]
1014

1115
- `connector_name` and `connector_version` functions added to `Connector` trait which are included in traces.

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -1,7 +1,7 @@
11
[workspace]
22
resolver = "2"
33

4-
package.version = "0.8.0"
4+
package.version = "0.8.1"
55
package.edition = "2021"
66
package.license = "Apache-2.0"
77

0 commit comments

Comments
 (0)