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

Options: support changing lib-ver #2547

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 10, 2023

  1. Options: support changing lib-ver

    This adds similar support from LibraryName to LibraryVersion so that consumers can override both if they so choose - this works in all the same places, DefaultOptionsProvider, etc.
    NickCraver committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    b07f726 View commit details
    Browse the repository at this point in the history
  2. Add release notes

    Note: this cleans up Add: vs Adds: too since we had it differing even in the upcoming release.
    NickCraver committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    110008c View commit details
    Browse the repository at this point in the history
  3. AbortOnConnectFailTests: stability improvements

    We want these fast, but 50ms allowance under load on test runners is too strict - eat some time for better stability.
    NickCraver committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    fad4fc0 View commit details
    Browse the repository at this point in the history