Skip to content

Tags: reillywatson/oapi-codegen

Tags

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: parameters starting with number (oapi-codegen#402)

v1.8.1

Toggle v1.8.1's commit message
Revert "Fix escaped url parsing (oapi-codegen#381)"

This reverts commit c60f8ae.

I've had to revert this because it breaks an existing test, because
it changes behavior. I will revisit this issue in the future.

v1.8.0

Toggle v1.8.0's commit message
Update docs for x-oapi-codegen-extra-tags

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose openapi3.Schema in the Schema object (oapi-codegen#365)

v1.7.0

Toggle v1.7.0's commit message
Use debug.BuildInfo to produce a version

Add a --version command, which uses build info to output a version
number, and also, embed this same version in generated code.

v1.6.2

Toggle v1.6.2's commit message
Remove accidental executable checkin

Somehow, a compiled executable snuck into git, we don't want
that.

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix multi-line comment generate failed issue (oapi-codegen#334)

* test: expose the multi-line comment generate error

* fix: multi-line comment generation error for types

Co-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feature(extension): support x-omitempty (oapi-codegen#295)

Co-authored-by: Weidong Feng <weidong.feng@shanbay.com>
Co-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>

v1.5.6

Toggle v1.5.6's commit message
Clean up parameter escaping

This fixes oapi-codegen#302. We were really sloppy with escaping and unescaping
parameters, so I added another parameter to Bind/StyleParam which
informs where the parameter is located, so that we can do proper
escaping based on location. The server code performs corresponding
unescaping.

v1.5.5

Toggle v1.5.5's commit message
Fix ordering of security requirements

This fixes oapi-codegen#316. Maps are randomized, so sort the keys.