Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

71 lines (44 loc) · 2.98 KB

Changelog

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).

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.
  • [YANKED] for deprecated releases.
  • Internal for internal changes. Only for maintainers.

0.2.0 - 2025-01-15

Added

  • #37 - docs: add example of Modify (redefine) response only to particular endpoint. Thanks @pavelsr!

Changed

  • #30 - fix(internal): use websocket in favor of websocket_route. Thanks @WSH032!

Removed

  • #49 - Drop support for Python 3.8.

Fixed

Security

  • #50 - fix(security): add localhost rule to default_proxy_filter. Thanks @WSH032!

Internal

  • #47 - test: do not use deprecated and removed APIs of httpx. Thanks @WSH032!

0.1.0 - 2023-12-01

Security

  • #10 - fix security vulnerabilities of cookies leakage between different users. Thanks @WSH032!

Removed

  • #10 - Remove support for setting cookies at the AsyncClient level. Thanks @WSH032!

0.0.1b0 - 2023-11-27 [YANKED]

!!! danger This version has security vulnerabilities, please stop using it.