PackageTrack
Sign in Get early access

hyperlocal

Hyper bindings for Unix domain sockets

0.9.1 59M downloads/mo #1122 most downloaded on crates.io softprops/hyperlocal

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 6 weeks to 3.6 years

Nearly every release is documented

notes for 11 of 11 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

11 releases · first in 2016

0 releases in the last 12 months

see the full history below

Release timeline

11 releases · Jan 2016 to Jul 2024
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 11
  1. 0.9.1 22 Jul 2024
    Release notes
    Open source →
  2. 0.9.0 22 Jul 2024
    Release notes
    Open source →
  3. 0.8.0 28 Dec 2020
    Release notes
    • upgrade to tokio 1.0 and hyper 0.14 #44
    • port ci from Travis CI to GitHub Actions
    • main is the new default GitHub branch
    Open source →
  4. 0.7.0 22 Mar 2020
    Release notes
    • reimplement server for std::future (async/await)
    • upgrade to tokio 0.2
    • add SocketIncoming interface
    Open source →
  5. 0.6.0 23 Sep 2018
    Release notes

    update version in readme

    Open source →
    Release notes
    • upgrade to hyper 0.13
    • upgrade hex to 0.3 #15
    • move from tokio-core to tokio 0.1 #16
    • don't explicitly block on unix socket connection #18
    • provide a more flexible set of Server interfaces and to align more closely with those of hyper's default server bindings #19

    You'll want to use hyperlocal::server::Server where you would have used hyperlocal::server::Http in the past and use hyperlocal::server::Http for a lower level interfaces that give you more control over "driving" your server.

    Open source →
  6. 0.5.0 12 Aug 2018
    Release notes
    • upgrade to hyper 0.12 #11
    • expose the SocketAddr servers listen on with Server#local_addr
    Open source →
  7. 0.4.1 08 Oct 2017
    Release notes
    • implement Clone for UnixConnector @letmutx
    Open source →
  8. 0.4.0 14 Aug 2017
    Release notes
    • refactor for async hyper
    • hyperlocal::DomainUrl is now hyperlocal::Uri the semantics are the same but the name now matches hyper's new name can can be lifted into hypers type
    let uri: hyper:Uri =
       hyperlocal::Uri(
         "path/to/server.sock",
         "/foo/bar?baz=boom"
       ).into();
    
    • hyperlocal::UnitSocketConnector is now just hyperlocal::UnixConnector to be more inline with the naming conventions behindhyper::HttpConnector and hyper_tls::HttpsConnector
    • hyperlocal::UnixSocketServer is now hyperlocal::server::Http to be more inline with hyper naming conventions
    Open source →
  9. 0.3.0 16 Jan 2017
    Release notes
    • enable using unix_socket from stdlib. #4
    • upgrade to hyper 0.10
    Open source →
  10. 0.2.0 03 May 2016
    Release notes
    • upgraded to hyper 0.9 and transitively url 1.0
    Open source →
  11. 0.1.0 03 Jan 2016
    Release notes

    Initial release

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive