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 2024Releases
latest 11-
0.9.122 Jul 2024Release notes
Open source →- Export UnixStream for clients #60 via @onalante-msft
- Adding support for UnixStream to take advantage of vectored writes #63 via @craftytrickster
-
0.9.022 Jul 2024 -
0.8.028 Dec 2020Release notes
Open source →- upgrade to tokio 1.0 and hyper 0.14 #44
- port ci from Travis CI to GitHub Actions
mainis the new default GitHub branch
-
0.7.022 Mar 2020Release notes
Open source →- reimplement server for
std::future(async/await) - upgrade to tokio 0.2
- add
SocketIncominginterface
- reimplement server for
-
0.6.023 Sep 2018Release notes
Open source →- 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::Serverwhere you would have usedhyperlocal::server::Httpin the past and usehyperlocal::server::Httpfor a lower level interfaces that give you more control over "driving" your server. -
0.5.012 Aug 2018Release notes
Open source →- upgrade to hyper 0.12 #11
- expose the SocketAddr servers listen on with
Server#local_addr
-
0.4.108 Oct 2017 -
0.4.014 Aug 2017Release notes
Open source →- refactor for async hyper
hyperlocal::DomainUrlis nowhyperlocal::Urithe 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::UnitSocketConnectoris now justhyperlocal::UnixConnectorto be more inline with the naming conventions behindhyper::HttpConnectorandhyper_tls::HttpsConnectorhyperlocal::UnixSocketServeris nowhyperlocal::server::Httpto be more inline with hyper naming conventions
-
0.3.016 Jan 2017 -
0.2.003 May 2016 -
0.1.003 Jan 2016