v1.5.6
版本发布时间: 2021-03-23 04:29:20
oapi-codegen/oapi-codegen最新发布版本:v2.3.0(2024-06-07 05:00:34)
- Some recent bugs have exposed lots of issues around inconsistent encoding and decoding of parameters. With this version, all path parameter values will be
url.ParamEscaped
and all query parameters will beurl.QueryEscaped
. The server binding methods perform the inverse operation on all parameters. This changes existing behavior, but parameters with reserved characters were outright broken, so I hope this is ok. - We went back to kin-openapi v0.47.0, since more recent versions create a dependency on Go 1.16, and broke our build. We're not ready to be on the bleeding edge, as lots fo code using this library is using older go versions
- Bumped Go requirement to 1.14, as that's what kin-openapi v0.47.0 requires.