v1.5.5
版本发布时间: 2021-03-21 00:34:06
oapi-codegen/oapi-codegen最新发布版本:v2.3.0(2024-06-07 05:00:34)
- ClientWithResponses API grew out of sync with the Client, so added RequestEditorFn parameters to ClientWithResponses. This might break your code if you pass around function pointers, as the signatures changed by adding variadic args. It shouldn't affect most people.
- SecurityDefinitions were non-deterministic in ordering, resulting in random permutations of generated code if you had multiple definitions.