- fixed: Fix using incorrect path prefix when nesting
Router
s at/
(#691) - fixed: Make
nest("", service)
work and mean the same asnest("/", service)
(#691) - fixed: Replace response code
301
with308
for trailing slash redirects. Also deprecates
Redirect::found
(302
) in favor ofRedirect::temporary
(307
) orRedirect::to
(303
).
This is to prevent clients from changing non-GET
requests toGET
requests (#682)