* `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
3.14.0
Added
* Current API version to per-version openapi.json
3.13.0
Added
* Validation for path converters to make sure that impossible HTTP methods cannot be used * Validation for both path and schema converters to make sure that they are used at some point. Otherwise, router generation will raise an error