Skip to content

Latest commit

 

History

History
188 lines (125 loc) · 9.54 KB

CHANGELOG.md

File metadata and controls

188 lines (125 loc) · 9.54 KB

Changelog for auth_capture_proxy

v1.3.2 (2023-11-29)

Fix

  • Change base_url path warning to debug (68af0dd)

v1.3.1 (2023-11-29)

Fix

  • Automatically convert base_url from file url (08a396d)

v1.3.0 (2023-11-26)

Feature

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

v1.2.1 (2023-11-25)

Fix

  • Fix multiple / detection in urls (2352e22)

v1.2.0 (2023-05-08)

Feature

v1.1.6 (2023-05-08)

Fix

  • Require python 3.9 or greater (5ba1afd)

v1.1.5 (2023-05-07)

Fix

  • access_url: Do not add port if 0 (ba9acb4)

v1.1.4 (2022-06-25)

Fix

  • Fix swap_url for http converted urls (2b672fa)

v1.1.3 (2022-02-25)

Fix

v1.1.2 (2022-02-25)

Fix

v1.1.1 (2021-11-23)

Fix

v1.1.0 (2021-11-23)

Feature

v1.0.2 (2021-08-10)

Fix

  • Fix multiple cookie error in debug (#17) (f1cd671)

v1.0.1 (2021-05-01)

Fix

  • Relax dependency versions (55c12ce)

v1.0.0 (2021-04-27)

Fix

Breaking

  • API has changed due to use of httpx. Modifiers, test_url, and other items that access aiohttp ClientResponse will need to be fixed. (311e998)

v0.8.1 (2021-04-03)

Fix

v0.8.0 (2021-04-03)

Feature

  • Allow disabling of header autogeneration (#11) (3eade2d)

v0.7.1 (2021-03-29)

Fix

  • Fix filter on redirect detection (#10) (94fb40e)

v0.7.0 (2021-03-13)

Feature

  • Add filter for check_redirects (#6) (144147a)

v0.6.0 (2021-03-01)

Feature

  • Change host when redirect detected (1d6fa10)

v0.5.0 (2021-02-25)

Feature

v0.4.2 (2021-02-20)

Fix

v0.4.1 (2021-02-13)

Fix

  • Expose prepend and swap_url (2ea2b16)

v0.4.0 (2021-02-13)

Feature

  • Add github_token to ci (79628ca)
  • Dump all info from cli example (9d6cd3a)
  • Allow modification of headers (2e9fc74)
  • Add run_func helper function (6d6ecd6)
  • Add swap_url helper (8ab7e9f)
  • Add prepend_url function (afb23bb)
  • Output resp headers as json (bd3ba5a)
  • Allow float delays for timer (70958da)
  • Allow setting of headers (1703d1b)
  • Add return_time_countdow_refresh_html (57d71f5)
  • cli: Add debug option to display to stderr (c554e1e)
  • cli: Add timeout option (b7eb672)

Fix

  • Show 0 as smallest timer (1277c88)
  • Call reset_data (dfc6ba9)
  • Fix attribute error when not partial function (304f833)
  • Allow successful test to return html (b1f20df)
  • Treat only get to starting url as start (4f64265)
  • Handle http request downgrade (4b795b4)
  • Refresh tests and modifiers (e140699)
  • Set initial header referer to start site (ff3c568)
  • Shutdown clientsession on close (dc6b8d1)
  • cli: Ensure tests and modifiers have port (0a57143)

Documentation

  • Update find_regex_url docstring (c15b307)
  • Update download badges (a8aa662)

Refactor

v0.3.2 (2021-02-08)

Fix

v0.3.1 (2021-02-07)

Fix

  • Handle http downgrade by nginx proxy (186dcf0)

v0.3.0 (2021-02-07)

Feature

v0.2.0 (2021-02-06)

Feature

  • Add modifiers to cli example (eae4030)

v0.1.2 (2021-02-05)

Fix

  • Require python 3.6.1 to satisfy deps (ad948df)

v0.1.2 (2021-02-04)

Fix

  • Add support for python 3.7 (95a7d33e3d32ea6447be157c66fc9e130ae0e4e2)

v0.1.1 (2021-02-04)

Feat

  • Initial release