Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Compare
Choose a tag to compare
Loading
@bradfierbradfier released this 06 Oct 16:27
· 5 commits to master since this release
0.12.0
This tag was signed with the committer’sverified signature. The key has expired.
bradfier Richard Bradfield
GPG key ID:154603006CD2BF45
Expired
Verified
Learn about vigilant mode.
212b1c4
This commit was signed with the committer’sverified signature. The key has expired.
bradfier Richard Bradfield
GPG key ID:154603006CD2BF45
Expired
Verified
Learn about vigilant mode.
  • Bumped the minimum compiler version tested by CI to 1.56 - this is necessary due to an increasing number of dependencies introducing Cargo manifest features only supported on newer versions of Rust.

  • Add support for UNIX sockets
    Thanks to@ColonelThirtyTwo for adding support for binding to UNIX sockets when creating a tiny-http server. This change makes a few small breaking API modifications, if you are constructingServerConfig manually you will need to use the newListenAddr type rather than directly supplying anet::SocketAddr. LikewiseServer::server_addr() will now return an enum that can represent either a TCP socket or a UNIX socket.

    FinallyRequest::remote_addr() now returns anOption<&SocketAddr> as UNIX sockets don't ever have a remote host.

  • Reduce required dependencies by switching tohttpdate
    @esheppa replaced our internal HTTPDate type with thehttpdate library (used extensively in the community by Hyper, Tokio and others) which reduces our baseline dependency tree from 18 crates to 5!

  • TestRequest::path no longer has a'static bound, allowing for fuzzers to generate test request paths at runtime.

  • Unpinnedzeroize so it can float around any stable^1 version.

New Contributors

Full Changelog:0.11.0...0.12.0

Contributors

  • @ruuda
  • @ColonelThirtyTwo
  • @nhynes
  • @esheppa
ruuda, ColonelThirtyTwo, and 2 other contributors
Assets2
Loading
loshz reacted with thumbs up emoji
1 person reacted

[8]ページ先頭

©2009-2025 Movatter.jp