Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove custom proxy handling #143

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2024

  1. fix: remove custom proxy handling

    Undici has added native support for proxy handling, so it is no longer necessary for us to implement our own custom proxy handling.
    parkerbxyz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ae98c18 View commit details
    Browse the repository at this point in the history
  2. fix: use unidici fetch

    parkerbxyz authored and gr2m committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    98eac26 View commit details
    Browse the repository at this point in the history
  3. Update code comment

    parkerbxyz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fa33f86 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. fix: implement EnvHttpProxyAgent

    `EnvHttpProxyAgent` automatically reads the proxy configuration from the environment variables.
    parkerbxyz committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5cb4b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28dfb1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19e441f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    1f00388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aa1ac7 View commit details
    Browse the repository at this point in the history
  3. Remove EnvHttpProxyAgent implementation

    Proxy support should be automatic
    parkerbxyz committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    073d254 View commit details
    Browse the repository at this point in the history
  4. Update package-lock.json

    parkerbxyz committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    adf089d View commit details
    Browse the repository at this point in the history
  5. Update dist files

    parkerbxyz committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4e61ab3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    ed89981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b34af View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Use native fetch

    parkerbxyz committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    ff0675e View commit details
    Browse the repository at this point in the history
  2. Update dist files

    parkerbxyz committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    7a505dc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    a0d0cbe View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    489a969 View commit details
    Browse the repository at this point in the history