alexschimpf / fastapi-versionizer

FastAPI Versionizer
MIT License
79 stars 13 forks source link

breaking: Versionizer now versions a FastAPI app in place #43

Closed alexschimpf closed 10 months ago

alexschimpf commented 10 months ago

Pull Request Checklist

Description

Instead of trying to hackily clone the FastAPI app and modifying the cloned app, I'm now stripping all routes from the original FastAPI app (except for docs/openapi routes, depending on params) and then modifying it in place. This will ensure that all the original FastAPI app properties are preserved properly.

alexschimpf commented 10 months ago

:tada: This PR is included in version 3.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: