Skip to content

Releases: WSH032/fastapi-proxy-lib

v0.2.0

15 Jan 01:46
v0.2.0
64a7be4
Compare
Choose a tag to compare

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 refine proxy_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 of websocket_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 to default_proxy_filter by @WSH032 in #50
  • chore(version): 🚀 bump version v0.1.0 → v0.2.0 by @WSH032 in #51

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

01 Dec 01:06
v0.1.0
ea58f66
Compare
Choose a tag to compare

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 and README 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

Full Changelog: https://github.com/WSH032/fastapi-proxy-lib/commits/v0.1.0