You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: don't use module-level logging methods
Calling these methods might add handlers to the root logger, which can
interfere with applications that don't use it.
Fix#45.
* refactor: make `logger` private
* docs(CHANGELOG): update `CHANGELOG.md`
* test(codecov): add `pragma: no cover` for unreachable code
---------
Co-authored-by: Sean Wang <126865849+WSH032@users.noreply.github.com>
Co-authored-by: WSH032 <614337162@qq.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
31
32
32
-[#30](https://github.com/WSH032/fastapi-proxy-lib/pull/30) - fix(internal): use `websocket` in favor of `websocket_route`. Thanks [@WSH032](https://github.com/WSH032)!
33
33
34
-
### Removed
35
-
36
-
-[#49](https://github.com/WSH032/fastapi-proxy-lib/pull/49) - Drop support for `Python 3.8`.
37
-
38
34
### Fixed
39
35
36
+
-[#46](https://github.com/WSH032/fastapi-proxy-lib/pull/46) - fix: don't use module-level logging methods. Thanks [@dvarrazzo](https://github.com/dvarrazzo)
-[#49](https://github.com/WSH032/fastapi-proxy-lib/pull/49) - Drop support for `Python 3.8`.
42
+
42
43
### Internal
43
44
44
45
-[#47](https://github.com/WSH032/fastapi-proxy-lib/pull/47) - test: do not use deprecated and removed APIs of httpx. Thanks [@WSH032](https://github.com/WSH032)!
0 commit comments