Skip to content

Tags: const-tmp/oapi-codegen

Tags

v1.13.2

Toggle v1.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.10 (oapi-codegen#1162)

Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.8 to 5.0.10.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.0.8...v5.0.10)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.13.1

Toggle v1.13.1's commit message
fix warn log condition

v1.13.0

Toggle v1.13.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Feat: Add Fiber server support (oapi-codegen#813)

* Revert generated

* Add to cmd

* Add to codegen

* Fiber

* Fix imports

* Templates

* Split types and code

* Rename aliases

* Strict

* tests

* Validate middleware

* Templates

* Update petstore

* Generate

* Generate

* Readme

* Fix tests

* Fix build

* tweaks to get it running

* fixed linter errors, even though other servers seem to just ignore these

* Fix option yaml

* Fix tests

* Mod tidy

* Remove extra space

* Check errors

* Update pkg/fiber-middleware/oapi_validate_test.go

Co-authored-by: leonklingele <git@leonklingele.de>

* Update pkg/fiber-middleware/oapi_validate_test.go

Co-authored-by: leonklingele <git@leonklingele.de>

* Update pkg/fiber-middleware/oapi_validate_test.go

Co-authored-by: leonklingele <git@leonklingele.de>

* Update pkg/fiber-middleware/oapi_validate_test.go

Co-authored-by: leonklingele <git@leonklingele.de>

* Update pkg/fiber-middleware/oapi_validate_test.go

Co-authored-by: leonklingele <git@leonklingele.de>

* Separate oapi-codegen imports

* Use t.Helper()

* fixing comments

* Sort imports

* Use WriteString

* Fix imports

* Mods

* Generate

* Add missing config

* Use new adaptor

* Use new adaptor

* Fix compilation and test issues

- Update modules
- Add missing test handler
- Fix variable naming in strict server wrappers

---------

Co-authored-by: Carl Bring <111354161+gnirb@users.noreply.github.com>
Co-authored-by: leonklingele <git@leonklingele.de>
Co-authored-by: marcinromaszewicz <marcinromaszewicz@deepmap.ai>

v1.12.4

Toggle v1.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request oapi-codegen#881 from KenxinKun/fix-unsanitised-te…

…mplate

Fixes missing unsanitised templates

v1.12.3

Toggle v1.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix error handler for required query parameters (oapi-codegen#857)

v1.12.2

Toggle v1.12.2's commit message
Fix binary string encoding

The File object used to handle binary strings had an incorrect
receiver for json marshaler. Add a test and fix the problem.

v1.12.1

Toggle v1.12.1's commit message
Handle simple configs with output flag properly

It turns out that a very simple command invocation, specifying only
the spec and `-o` flag to generate an output filename ignores the
output filename option.

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bug in oneOf not propagating external references (oapi-codegen#729)

v1.11.0

Toggle v1.11.0's commit message
Rewrite configuration options

The way configuration was handled was becoming a mess. I've
rewritten it to expose the configuration struct from the
codegen package directly.

This is a very breaking change, so the `--old-config-style` flag will
use the old configuration parsing, and `--output-config` will output
the new style config file from old config to aid in rewriting.

v1.10.1

Toggle v1.10.1's commit message
Revert "improve gin support (oapi-codegen#530)"

This reverts commit 11622c2.

It caused a breaking change to existing users.