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

Add API support for cancelation contexts passed via QueryOptions and WriteOptions #8836

Merged
merged 3 commits into from
Sep 9, 2020

Commits on Sep 7, 2020

  1. Add API support for cancelation context's passed via QueryOptions

    Copy Consul API's format: QueryOptions.WithContext(context) will now return a new QueryOption whose HTTP requests wiill be canceled with the context provided.
    Ben Buzbee committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    4d8c6a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Add similar context api to WriteOptions

    Ben Buzbee committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    a185409 View commit details
    Browse the repository at this point in the history
  2. Run make sync

    Ben Buzbee committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    47a7ce8 View commit details
    Browse the repository at this point in the history