Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: UiPath/uipathcli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.43
Choose a base ref
...
head repository: UiPath/uipathcli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.44
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 24, 2025

  1. Add support for HTTP proxies

    Passing the ProxyFromEnvironment when initializing the http.Transport
    so that HTTP_PROXY, HTTPS_PROXY and NO_PROXY environment variables are
    taken into account when sending HTTP requests.
    
    Customers can set the env variables to enable their HTTP proxies, e.g.
    
    ```
    $env:HTTPS_PROXY="localhost:8888"; uipath du discovery projects
    ```
    
    Fixes #201
    thschmitt committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    6d0b7eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #202 from UiPath/feature/http-proxy-support

    Add support for HTTP proxies
    thschmitt authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    f599d0f View commit details
    Browse the repository at this point in the history
Loading