Skip to content

Releases: sifis-home/wot-serve

v0.3.1

24 Apr 07:09
Compare
Choose a tag to compare
  • Bump mdns-sd to 0.7
  • Add a default CORS Setting
  • Fix the augmented hlist

v0.2.1

24 Apr 07:07
Compare
Choose a tag to compare
  • fix the augmented hlist

v0.3.0

10 Mar 10:11
Compare
Choose a tag to compare
  • Marginal breaking change due the axum 0.6 update.
-pub fn wot_serve::servient::HttpRouter::http_delete<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_delete<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_delete<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_delete<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_get<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_get<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_get<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_get<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_patch<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_patch<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_patch<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_patch<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_post<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_post<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_post<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_post<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_put<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_put<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_put<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_put<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

04 Oct 08:45
Compare
Choose a tag to compare
  • Initial actual release