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

Fix non-deterministic ordering of 'required' field in OpenAPI spec #20881

Merged
merged 2 commits into from May 31, 2023

Commits on May 30, 2023

  1. Fix non-deterministic ordering of 'required' field in OpenAPI spec

    Fixes a minor annoyance I discovered whilst comparing before and after
    OpenAPI specs whilst working on hashicorp/vault-client-go#180.
    
    Sort the entries in a JSON array which has set semantics, after we
    construct it by iterating a map (non-deterministic ordering).
    maxb committed May 30, 2023
    Configuration menu
    Copy the full SHA
    0cadf43 View commit details
    Browse the repository at this point in the history
  2. changelog

    maxb committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d31862b View commit details
    Browse the repository at this point in the history