Release v3.10.1
- Fixed native middleware don't replace http.Request and always used the initial one.
- Fixed CORS options not working on subrouters. The main router's ones were always used.
- Fixed route groups at root level don't match routes with
/
prefix.