Skip to content

gotham 0.6.0

Compare
Choose a tag to compare
@msrd0 msrd0 released this 20 Mar 21:54
gotham-0.6.0
0968cae

Crates:

  • gotham 0.6.0
  • gotham_derive 0.6.0
  • gotham_middleware_jwt 0.6.0
  • gotham_middleware_diesel 0.3.0

Changelog:

  • Update hyper to 0.14 and tokio to 1.0
  • Update cookie to 0.15
  • Implement Into<Response> for TestResponse
  • Add downcast_cause_ref and downcast_cause_mut for HandlerError
  • Add add_route_matcher to DelegateRouteBuilder
  • Add State::from_request to allow using gotham with a custom hyper service
  • Fix spurious Not Connected errors (#461)
  • Remove PathExtractor and QueryStringExtractor derive macros, they've been replaced by StateData and StaticResponseExtender a few releases ago