Skip to content

Commit

Permalink
update changelog (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
fakeshadow authored Jan 20, 2024
1 parent 8121d4b commit 07e40d5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion http-encoding/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# unreleased version 0.2.0
# unreleased

# 0.2.0
## Change
- `try_decoder` function expect `&HeaderMap` instead of `impl Borrow<Request<()>>`. This enables client side decompress where headers are provided by `Response` type.
3 changes: 1 addition & 2 deletions http-rate/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# unreleased version 0.1.2
# unreleased

# 0.1.1

## fix
- fix build on rust `1.75`
3 changes: 2 additions & 1 deletion http-ws/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# unreleased version 0.2.0
# unreleased

# 0.2.0
## Add
- export `ResponseWeakSender` type when `stream` features is enabled.
- add `ResponseSender::send_error`.
Expand Down
3 changes: 2 additions & 1 deletion http/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# unreleased version 0.2.0
# unreleased

# 0.2.0
## Changed
- `h1::proto::context::Context::encode_headers` does not want `Extensions` type argument anymore. It also wants `&mut HeaderMap` instead of `HeaderMap` to avoid consuming ownership of it.
- update `xitca-router` to `0.2.0`
5 changes: 3 additions & 2 deletions router/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
unreleased version 0.2
# unreleased

# Add
# 0.2.0
## Add
- add catch all matching for `/*`. It will match on `/*p` and `/`. This enables nesting `Router` types and other similar use case where the path matching is break up into separate segments between multiple scopes.

Example:
Expand Down
1 change: 0 additions & 1 deletion router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ criterion = "0.5"
matchit = "0.7.3"

[features]
default = []
__test_helpers = []

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion web/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# unreleased version 0.2.2
# unreleased

# 0.2.1
## Add
Expand Down

0 comments on commit 07e40d5

Please sign in to comment.