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: Noooste/azuretls-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.0
Choose a base ref
...
head repository: Noooste/azuretls-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.1
Choose a head ref
  • 6 commits
  • 12 files changed
  • 2 contributors

Commits on Jul 27, 2025

  1. Update FUNDING.yml

    Noooste authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    bdf3aaa View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. feat(session): implement thread-safe session management methods (#371)

    Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
    Noooste authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    021dbe6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2025

  1. Add support for SOCKS4 proxy integration (#379)

    * feat(proxy): add support for SOCKS4 proxy integration
    
    Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
    
    * feat(proxy): add support for SOCKS4 proxy handling
    
    Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
    
    * feat(proxy): enhance SOCKS4 support to include SOCKS4A
    
    Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
    Noooste authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    0c7ec58 View commit details
    Browse the repository at this point in the history
  2. fix(http3): add support for ForceHTTP1 option in transport selection (#…

    …378)
    
    Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
    Noooste authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    4c8304b View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump actions/checkout from 4 to 5 (#377)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    72ae86a View commit details
    Browse the repository at this point in the history
  4. fix(tests): enable InsecureSkipVerify for HTTP3 session tests

    Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
    Noooste committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    8412e4a View commit details
    Browse the repository at this point in the history
Loading