Skip to content

Releases: alandtse/auth_capture_proxy

v1.3.7

17 Feb 04:18

Choose a tag to compare

v1.3.7 (2026-02-17)

Bug Fixes

  • fix: home-page key error in metadata (#45)

  • Update init.py

Replace:

__uri__ = metadata["home-page"]

with:

  • Address nitpick comment

  • fix: typing fails: PackageMetadata has no attribute "get" [attr-defined]

Use Message semantics (.get() is typed)

  • Address netpick comments

  • fix: ERROR collecting tests/test_cli.py in build 3.11

  • fix: build 3.10 error: Incompatible types in assignment (expression has type "PackageMetadata", variable has type "Optional[Message]") [assignment]

  • Fix typing: stop calling .get() on PackageMetadata (for mypy)

  • chore: bump pre-commit to >=3.2 for hook stage compatibility (6da3ced)

Build System

Chores

  • chore: fix config version (e6d48c6)

Refactoring

  • refactor: migrate to pep621 (bd2f8a8)

v1.3.6

08 Feb 07:40

Choose a tag to compare

v1.3.6 (2026-02-08)

Bug Fixes

  • fix: support Amazon WAF aamation captcha challenge (#38) (e51c8e7)

Build System

v1.3.5

06 Feb 03:00

Choose a tag to compare

v1.3.5 (2026-02-06)

Bug Fixes

  • fix: header duplication & JSON parsing (#37) (40d1d2e)

v1.3.4

31 Jan 08:37

Choose a tag to compare

v1.3.4 (2026-01-31)

Bug Fixes

Continuous Integration

  • ci: update deprecated runners and action versions (#36)

Co-authored-by: alandtse 7086117+alandtse@users.noreply.github.com
Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com (ef35963)

v1.3.3

28 Nov 23:40

Choose a tag to compare

Fix

  • Preconfigure SSL context (5159165)

v1.3.2

29 Nov 07:36

Choose a tag to compare

Fix

  • Change base_url path warning to debug (68af0dd)

v1.3.1

29 Nov 06:36

Choose a tag to compare

Fix

  • Automatically convert base_url from file url (08a396d)

v1.3.0

26 Nov 22:22

Choose a tag to compare

Feature

  • Preserve custom headers and allow dynamic sessions (307bd06)

v1.2.1

25 Nov 07:05

Choose a tag to compare

Fix

  • Fix multiple / detection in urls (2352e22)

v1.2.0

08 May 03:27

Choose a tag to compare

Feature