Skip to content

Commit

Permalink
update changelog (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
fakeshadow authored Mar 6, 2025
1 parent 84b99bf commit d80dcd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# unreleased 0.5.0
## Add
- add `net::Listen` trait for customizable connection accepting

## Change
- bump MSRV to `1.85` and Rust edition 2024
- rename `net::AsListener` trait to `IntoListener`. improve it's interface and reduce possibility of panicing
Expand Down
1 change: 1 addition & 0 deletions web/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
}
}
```
- `HttpServer::listen` accepts generic type impl `xitca_server::net::IntoListener` trait. The concrete type must be known before received by said function
- change `codegen::error_impl` marco to coop with the change to `Error` type. the impl method must receive `error::Request` type as `WebContext`'s type param. Example:
```rust
struct CustomError;
Expand Down

0 comments on commit d80dcd9

Please sign in to comment.