All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning(After we publish 1.0.0).
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.[YANKED]for deprecated releases.Internalfor internal changes. Only for maintainers.
0.3.0 - 2025-03-25
-
#57 - fix: error in handling multiple query parameters (#56). Thanks @yhl-cs!
Now
fastapi-proxy-libcan handle multiple query parameters (e.g.foo?a=1&a=2) correctly. Previously, it would only keep the last one (e.g.foo?a=2).
0.2.0 - 2025-01-15
- #49 - Drop support for
Python 3.8.
- #46 - fix: don't use module-level logging methods. Thanks @dvarrazzo
- #49 - fix!: bump
httpx-ws >= 0.7.1to fix frankie567/httpx-ws#29. Thanks @WSH032!
0.1.0 - 2023-12-01
0.0.1b0 - 2023-11-27 [YANKED]
!!! danger This version has security vulnerabilities, please stop using it.