* `Cadwyn.enrich_swagger` is now completely unnecessary: openapi is now generated at runtime. It also now does not do anything, is deprecated, and will be removed in a future version
Fixed
* fastapi-pagination now does not require an explicit call to `Cadwyn.enrich_swagger`
3.15.3
Changed
* `Cadwyn.router.routes` now includes all existing routers within the application instead of just unversioned routes
Fixed
* Compatibility with fastapi-pagination * High cardinality of metrics for routers with path variables in starlette-exporter
3.15.2
Fixed
* Openapi not being generated when lifespan was used
3.15.1
Fixed
* Badge links in the readme
3.15.0
Changed
* Optimized the calls to enrich_swagger which now happen on the startup event, once for the whole application
Fixed
* Oauth2 authentication parameters did not get passed to swagger