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

chore: expose NewClient method to end users #7010

Merged
merged 17 commits into from Mar 7, 2024
Merged

Commits on Feb 28, 2024

  1. chore: expose NewClient method to end users

    This will allow users to create a connection, leaving it in idle state, rather than having it automatically try and connect in the background, which is the current behavior of `Dial`. Leaving the connection in idle state is more consistent with how other grpc implementations deal with connections
    bruuuuuuuce committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3575d42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5455592 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    06bb15f View commit details
    Browse the repository at this point in the history
  2. chore: fix spelling error

    bruuuuuuuce committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3db24a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fec57e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    50f2e9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20d1967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b9e5d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    461c791 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    4884fef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b16013 View commit details
    Browse the repository at this point in the history
  3. chore: run make deps

    bruuuuuuuce committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    87a7cb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d405471 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfcfd81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ad5013 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    ed128db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5938a72 View commit details
    Browse the repository at this point in the history