Skip to content

Releases: matsuri-tech/endpoints-go

v0.10.0

02 Dec 08:42
422874d

Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.10.0

v0.9.1

21 May 06:01
01e20fe

Choose a tag to compare

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

Full Changelog: v0.9.0...v0.9.1

v0.9.0

25 Mar 06:35
b45ecf1

Choose a tag to compare

BREAKING CHANGES

DELETE系のメソッドがリクエストBodyを受け取れないようになっていた問題の修正 ( by @myuon )

Features

  • Gw、Ew系のメソッドにリクエストを受け取らない〜NoRequestメソッドが追加 ( by @myuon ) in #55

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

18 Oct 09:56
205052f

Choose a tag to compare

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

Full Changelog: v0.8.0...v0.8.1

v0.8.0

26 Sep 06:10
8eb0d70

Choose a tag to compare

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

12 Mar 14:02
b37e129

Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

07 Mar 06:06
4c9db14

Choose a tag to compare

What's Changed

  • feat: todoに入れてたlintを適用 by @0num4 in #41

Full Changelog: v0.7.1...v0.7.2

What's Changed

  • feat: todoに入れてたlintを適用 by @0num4 in #41

Full Changelog: v0.7.1...v0.7.2

v0.7.1

05 Mar 07:34
cfc79af

Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/labstack/echo/v4 to v4.9.1 by @renovate in #39
  • feat: lint and format by @0num4 in #40

Full Changelog: v0.7.0...v0.7.1

v0.7.0

27 Feb 07:01
1d92f90

Choose a tag to compare

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

06 Jun 07:40
9ea13db

Choose a tag to compare

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