Skip to content

v3.6.0

Choose a tag to compare

@savashn savashn released this 21 Mar 16:14
· 88 commits to main since this release

What's Changed

New Radix-Tree Router

The route-trie router has been replaced with a radix-tree router backed by rax. Route registration syntax is unchanged.

405 Method Not Allowed

When a request path exists but no handler is registered for the given HTTP method, the router now returns 405 Method Not Allowed with an Allow header listing the registered methods for that path. Previously these fell through to 404 Not Found.