Outlining here potential backward incompatible changes that might be introduced in v1 release
- auth will be class interface instead of callable (to support async authenticators)
- responses to support codes/headers/content (like general Response class)
- routers paths joined with "/" - which might not needed on some cases where router prefix will act like a prefix and not subfolder
Outlining here potential backward incompatible changes that might be introduced in v1 release