Skip to content

Releases: swaggo/echo-swagger

v1.5.0

14 Feb 10:28
0c9c486

Choose a tag to compare

Changelog

  • 4610e5f Fix typo in workflow name from 'vname' to 'name' (#134)
  • c9c2b32 Replace unsupported package ghodss/yaml to sigs.k8s.io/yaml and upgrade version swag to 1.16.2 (#118)
  • d62bdea Support Echo v5 (#140)
  • 55e053a Update Go versions in CI workflow (#133)
  • 85c1812 add support github.com/swaggo/swag/v2 (#125)
  • 3ed4409 chore(deps): bump golang.org/x/crypto (#131)
  • 084c884 chore(deps): bump golang.org/x/crypto in /example/v2 (#137)
  • d2c5601 chore(deps): bump golang.org/x/crypto in /example/v3 (#136)
  • e1ef540 chore(deps): bump golang.org/x/net from 0.25.0 to 0.38.0 (#135)
  • 266dde8 chore(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (#132)
  • 0c9c486 chore: update .goreleaser to version 2
  • ec17715 fix: improve error handling and response for EchoWrapHandler (#129)

v1.4.1

30 Aug 15:44
5602047

Choose a tag to compare

Changelog

  • 5602047 chore(deps): bump gopkg.in/yaml.v3 (#112)
  • 3361106 feat: add feature to expose yaml format OpenAPI document (#111)

v1.4.0

28 Mar 11:39
a969428

Choose a tag to compare

Changelog

v1.3.5

04 Oct 17:00
e3a0e42

Choose a tag to compare

Changelog

7531e85 add setting/function to enable/disable syntax highlighting (#91)
e3a0e42 chore(deps): bump github.com/labstack/echo/v4 from 4.7.2 to 4.9.0 (#92)
89b63a8 chore: drop go 1.15 support (#93)

v1.3.4

09 Aug 17:55
717c612

Choose a tag to compare

Changelog

717c612 chore: update swaggo files (#90)
58f4898 update: remove google fonts (#89)

v1.3.3

10 Jun 20:22
84a2efb

Choose a tag to compare

Changelog

84a2efb chore: update swagger-ui to 4.11.0 (#85)
b99c764 feat: add OAuth config and rework URL config (#25)

v1.3.2

28 Apr 12:43
80f04ba

Choose a tag to compare

Changelog

425c3f2 chore: linting (#81)
fbb06ab chore: security improvement (#80)
be4f2b3 chore: update dependencies (#82)

v1.3.1

27 Apr 17:02
be4f2b3

Choose a tag to compare

Changelog

425c3f2 chore: linting (#81)
fbb06ab chore: security improvement (#80)
be4f2b3 chore: update dependencies (#82)

v1.3.0

06 Feb 11:48
feded05

Choose a tag to compare

Changelog

9efe170 chore: drop support for go 1.14 (#74)
61746eb chore: drop support for go 1.14 (#75)
f8ee18f chore: remove go1.14 from worflow
0adeab6 feat: add support for swagger-ui persist-authorization (#73)
feded05 fix: swag library dependency (#76)

v1.2.0

18 Jan 18:25
9ea69d5

Choose a tag to compare

Changelog

6effb9d Update README.md (#71)
9ea69d5 chore: drop go1.13 support (#72)
26799db chore: update swaggo/files (#65)
f33cf31 fix: handler reuse on different paths (#63)
c2972cd fix: it is better to return the error with c.Error (#61)
f82eac4 fix: panic when used with a non Flushing response.Writer (#64)
c536507 support multi instance of swag (#68)
26b75d2 suppress deprecation message during swag install (#59)