Skip to content

Commit

Permalink
Merge pull request #53 from adriendelsalle/20211029-release
Browse files Browse the repository at this point in the history
Prepare fps 0.0.9
  • Loading branch information
adriendelsalle authored Oct 29, 2021
2 parents aaa1433 + 10d156f commit df59b19
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
0.0.8 (September 22, 2021)
0.0.9 (October 29, 2021)
========================

New features:
- Add root_path to uvicorn plugin (#38 @davidborchart)
- Add enabled_plugins config (#42 @adriendelsalle)

Improvements:
- Handle list delimiters for disabled_plugins (#41 #52 @adriendelsalle)
- Improve log messages for conflicting routes (#43 @adriendelsalle)
- Catch mounts masking routes (#45 @adriendelsalle)
- Add tests on configuration (#46 @adriendelsalle)
- housekeeping (#47 #51 @adriendelsalle #48 @davidborchart)

0.0.8 (September 22, 2021)
==========================

New features:
- Add capability to disable plugins (#30 @adriendelsalle)
- Add a new hook to register exception handlers (#31 @adriendelsalle)
Expand All @@ -17,7 +31,7 @@ Breaking change:
- Make uvicorn server a plugin (#32 #35 @adriendelsalle)

0.0.7 (September 13, 2021)
========================
==========================

New features:
- Add testing module and `pytest` generic fixtures (#19 @adriendelsalle)
Expand All @@ -33,7 +47,7 @@ Documentation:
- Document testing module (#20 #21 @adriendelsalle)

0.0.6 (September 8, 2021)
========================
=========================

New features:
- Add capability to pass router kwargs when registering it (#10 @davidbrochart)
Expand Down
2 changes: 1 addition & 1 deletion fps/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 0, 8)
version_info = (0, 0, 9)
__version__ = ".".join(map(str, version_info))

0 comments on commit df59b19

Please sign in to comment.