DeanWay / fastapi-versioning

api versioning for fastapi web applications
MIT License
642 stars 63 forks source link

fix: mix up of routes with different major versions #54

Open swan001 opened 3 years ago

swan001 commented 3 years ago

Here is a proposal to better handle major versions as the current working mode is that any more recent version contains all routes / methods from previous versions.