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

feat!(client): expose whether a connection is reused from the pool #145

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 18, 2024

  1. feat!(client): expose whether a connection is reused from the pool

    This introduces a new type `ErrorConnectInfo` that contains information
    about connection pool as well as transport-related data. This new type
    can now be obtained from the `Error::connect_info()` method, which means
    that this is a breaking change as the return type from the method has
    changed. That said, all information that was available on the previous
    return type is available on the new type through various getter methods.
    magurotuna committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8ab15d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0772c00 View commit details
    Browse the repository at this point in the history