mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* 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). * changelog
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
```release-note:improvement
|
|
sdk/framework: Fix non-deterministic ordering of 'required' fields in OpenAPI spec
|
|
```
|