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

api: add missing AllocDirStats field in Go API #20261

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Commits on Apr 2, 2024

  1. api: add missing AllocDirStats field in Go API

    The JSON response for the Read Stats client API includes an `AllocDirStats`
    field. This field is missing in the `api` package, so consumers of the Go API
    can't use it to read the values we're getting back from the HTTP server.
    
    Fixes: #20246
    tgross committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b8856eb View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Update .changelog/20261.txt

    Co-authored-by: Daniel Bennett <dbennett@hashicorp.com>
    tgross and gulducat committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ece8306 View commit details
    Browse the repository at this point in the history