Releases: WSH032/fastapi-proxy-lib
Releases · WSH032/fastapi-proxy-lib
v0.2.0
chore(version): 🚀 bump version v0.1.0 → v0.2.0
What's Changed
- build(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #20
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #19
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #17
- build(deps): bump actions/deploy-pages from 2 to 3 by @dependabot in #16
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #18
- chore: update
README.md
and refineproxy_filter
warning msg by @WSH032 in #21 - docs: add docs for
Advanced Usage
, e.g modifying request/response by @WSH032 in #22 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #24
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #27
- fix(internal): use
websocket
in favor ofwebsocket_route
by @WSH032 in #30 - docs(readme): update github action badge link by @WSH032 in #31
- build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #28
- test: do not use deprecated and removed APIs of
httpx
by @WSH032 in #47 - chore(docs/deps): update docs dependencies by @WSH032 in #48
- fix!: bump
httpx-ws >= 0.7.1
to fix frankie567/httpx-ws#29 by @WSH032 in #49 - docs: add example of
Modify (redefine) response only to particular endpoint
by @pavelsr in #37 - fix: don't use module-level logging methods by @dvarrazzo in #46
- fix(security): add
localhost
rule todefault_proxy_filter
by @WSH032 in #50 - chore(version): 🚀 bump version v0.1.0 → v0.2.0 by @WSH032 in #51
New Contributors
- @pavelsr made their first contribution in #37
- @dvarrazzo made their first contribution in #46
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is the first official release, and the public API will be defined based on it.
chore(version): 🚀 bump version v0.0.1b0 → v0.1.0
What's Changed
- fix(dependency): pin dependency versions by @WSH032 in #3
- docs: add
Usage
andREADME
document by @WSH032 in #2 - fix: update outdated error messages in
fastapi_proxy_lib.fastapi
by @WSH032 in #4 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #5
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #6
- docs: update docs by @WSH032 in #7
- chore(github): update issue and pr templates by @WSH032 in #8
- build(pyproject): update metadata and adjust deps versions constraints by @WSH032 in #9
- fix(security): fix cookies leakage between different users by @WSH032 in #10
- docs: update README.md, and supplement CHANGELOG.md for pull #10 by @WSH032 in #11
- chore: update guidelines for
publish
workflow by @WSH032 in #13 - chore(version): 🚀 bump version v0.0.1b0 → v0.1.0 by @WSH032 in #14
New Contributors
- @WSH032 made their first contribution in #3
- @pre-commit-ci made their first contribution in #5
- @dependabot made their first contribution in #6
Full Changelog: https://github.com/WSH032/fastapi-proxy-lib/commits/v0.1.0