Skip to content

v0.1.0

Choose a tag to compare

@feodor-ra feodor-ra released this 27 Jul 15:58
· 60 commits to master since this release

What's Changed

First public release of the library.

Features

  • Introduce VersioningMiddleware and the versioning dependency for building versioned FastAPI APIs — endpoints are automatically inherited from older versions into newer ones and reflected in each version's OpenAPI schema.

Docs

  • Add usage examples and documentation.

Testing & CI

  • Add the test suite and CI pipeline.

Full Changelog: https://github.com/feodor-ra/fastapi-easy-versioning/commits/v0.1.0