Releases: matsuri-tech/endpoints-go
Releases · matsuri-tech/endpoints-go
v0.10.0
What's Changed
- chore(deps): update renovate.json stability and add configMigration by @devin-ai-integration[bot] in #60
- chore(renovate): remove customEnvVariables from renovate.json by @devin-ai-integration[bot] in #61
- feat: OpenAPI生成時に型情報を含めるように変更 by @hrdtbs in #62
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- chore: リリースPRの自動生成 by @hrdtbs in #56
- fix(deps): update code for getkin/kin-openapi v0.131.0 compatibility by @devin-ai-integration in #58
- Release Note: v0.9.1 by @github-actions in #59
New Contributors
- @devin-ai-integration made their first contribution in #58
- @github-actions made their first contribution in #59
Full Changelog: v0.9.0...v0.9.1
v0.9.0
BREAKING CHANGES
DELETE系のメソッドがリクエストBodyを受け取れないようになっていた問題の修正 ( by @myuon )
Features
Others
- chore(config): migrate renovate config by @renovate in #52
- chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 by @dependabot in #54
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 by @dependabot in #49
- fix: add type information for GwGET by @myuon in #51
New Contributors
- @dependabot made their first contribution in #49
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- feat: goの設定がおかしい renovate.json by @0num4 in #43
- fix(deps): update module github.com/getkin/kin-openapi to v0.123.0 by @renovate in #33
- fix(deps): update module github.com/stretchr/testify to v1.9.0 by @renovate in #45
- fix(deps): update module github.com/labstack/echo/v4 to v4.11.4 by @renovate in #44
- feat: endpointsのパスや名前が重複している場合、生成時にエラーを吐かせる by @hrdtbs in #48
Full Changelog: v0.7.3...v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
What's Changed
- feat: generate with request, response in jsonschema; provide wrapper functions for typed handlers by @myuon in #25
- fix: use $defs by @myuon in #28
- test: fix by @myuon in #29
- feat: 1.22にする by @0num4 in #30
- chore: Configure Renovate by @renovate in #31
- feat: renovate settings by @0num4 in #38
- fix(deps): update module github.com/labstack/echo/v4 to v4.9.0 [security] by @renovate in #32
- fix(deps): update module github.com/iancoleman/orderedmap to v0.3.0 by @renovate in #35
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- chore(*): change first argument of generateOpenApi io.Writer by @2222-42 in #21
- fix(endpoints): separate QueryString from path by @2222-42 in #22
BREAKING CHANGE: QueryStringがpathに含まれなくなります。parametersにQueryStringが入ります。
New Contributors
Full Changelog: v0.5.0...v0.6.0