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

HttpClient: Adds detection of DNS changes through use of SocketsHttpHandler for .NET 6 and above #3762

Merged
merged 39 commits into from
Apr 7, 2023

Commits on Mar 14, 2023

  1. initial commit

    NaluTripician committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d461613 View commit details
    Browse the repository at this point in the history
  2. removed unneeded usings

    NaluTripician committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    9ae170d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    6040c54 View commit details
    Browse the repository at this point in the history
  2. nits + fixes

    NaluTripician committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5562f00 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. added additional test

    NaluTripician committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1644165 View commit details
    Browse the repository at this point in the history
  2. test change

    NaluTripician committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f3245e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bc9f23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db022f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. requested changes

    NaluTripician committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6f188cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c8eb9 View commit details
    Browse the repository at this point in the history
  3. nit

    Co-authored-by: Kevin Pilch <me@pilchie.com>
    NaluTripician and Pilchie authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    da8e381 View commit details
    Browse the repository at this point in the history
  4. Update Microsoft.Azure.Cosmos/src/HttpClient/CosmosHttpClientCore.cs

    Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
    NaluTripician and ealsur authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6f5a290 View commit details
    Browse the repository at this point in the history
  5. Update Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs

    Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
    NaluTripician and ealsur authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    8127fab View commit details
    Browse the repository at this point in the history
  6. suggested changes

    NaluTripician committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    9675ccf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb54c24 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. updated contracts

    NaluTripician committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    237dd77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c56bee View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

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

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    8dbf95e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1698ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b8fa7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e75424 View commit details
    Browse the repository at this point in the history
  5. Update Microsoft.Azure.Cosmos/src/HttpClient/CosmosHttpClientCore.cs

    Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
    NaluTripician and ealsur authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    814b2ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39b8da8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04984cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f52f15 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. nit

    NaluTripician committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e762fc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c02c5ce View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. fixed merge mistake

    NaluTripician committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2f7348a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    254c13e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55ecf0 View commit details
    Browse the repository at this point in the history
  3. nits

    NaluTripician committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    dc0758f View commit details
    Browse the repository at this point in the history
  4. added back removed if

    NaluTripician committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ce5db56 View commit details
    Browse the repository at this point in the history
  5. fixed formatting

    NaluTripician committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3cb66e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51f3be2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd74417 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

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

Commits on Apr 7, 2023

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