1
- 0.0.8 (September 22 , 2021)
1
+ 0.0.9 (October 29 , 2021)
2
2
========================
3
3
4
+ New features:
5
+ - Add root_path to uvicorn plugin (#38 @davidborchart )
6
+ - Add enabled_plugins config (#42 @adriendelsalle )
7
+
8
+ Improvements:
9
+ - Handle list delimiters for disabled_plugins (#41 #52 @adriendelsalle )
10
+ - Improve log messages for conflicting routes (#43 @adriendelsalle )
11
+ - Catch mounts masking routes (#45 @adriendelsalle )
12
+ - Add tests on configuration (#46 @adriendelsalle )
13
+ - housekeeping (#47 #51 @adriendelsalle #48 @davidborchart )
14
+
15
+ 0.0.8 (September 22, 2021)
16
+ ==========================
17
+
4
18
New features:
5
19
- Add capability to disable plugins (#30 @adriendelsalle )
6
20
- Add a new hook to register exception handlers (#31 @adriendelsalle )
@@ -17,7 +31,7 @@ Breaking change:
17
31
- Make uvicorn server a plugin (#32 #35 @adriendelsalle )
18
32
19
33
0.0.7 (September 13, 2021)
20
- ========================
34
+ ==========================
21
35
22
36
New features:
23
37
- Add testing module and ` pytest ` generic fixtures (#19 @adriendelsalle )
@@ -33,7 +47,7 @@ Documentation:
33
47
- Document testing module (#20 #21 @adriendelsalle )
34
48
35
49
0.0.6 (September 8, 2021)
36
- ========================
50
+ =========================
37
51
38
52
New features:
39
53
- Add capability to pass router kwargs when registering it (#10 @davidbrochart )
0 commit comments