Skip to content

Releases: goravel/gin

v1.3.2

01 Jan 04:39
ec50c7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

31 Dec 08:36
921547e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

31 Dec 07:49
63d2780
Compare
Choose a tag to compare

What's Changed

  • feat: support filters by @devhaozi in #70
  • feat: [#338] Support c.Request().BindQuery to bind query params to a struct by @kkumar-gcc in #74
  • fix: [#455] Session same_site config not working (#71) by @kkumar-gcc in #75
  • chore(deps): Update module github.com/spf13/cast to v1.7.0 by @renovate in #78
  • feat: [#449] Implement HTTP response stream by @kkumar-gcc in #77
  • chore(deps): Update module github.com/savioxavier/termlink to v1.4.0 by @renovate in #79
  • chore(deps): Update module github.com/savioxavier/termlink to v1.4.1 by @renovate in #80
  • chore(deps): Update module github.com/rs/cors to v1.11.1 by @renovate in #81
  • merge: v1.2.4 by @hwbrzzl in #86
  • merge: v1.2.5 by @hwbrzzl in #91
  • feat: add recovery middleware by @devhaozi in #93
  • chore(deps): Update module github.com/unrolled/secure to v1.16.0 by @renovate in #94
  • feat: add Stop method by @hwbrzzl in #95
  • chore(deps): Update dependency go to v1.23.2 by @renovate in #96
  • chore(deps): Update module github.com/unrolled/secure to v1.17.0 by @renovate in #99
  • feat: [#504] Route supports configure timeout by @KlassnayaAfrodita in #97
  • add test method to route facade by @kkumar-gcc in #100
  • chore(deps): Update dependency go to v1.23.3 by @renovate in #101
  • fix: timeout panic by @hwbrzzl in #102
  • chore(deps): Update module github.com/stretchr/testify to v1.10.0 by @renovate in #105
  • feat: optimize performance by @devhaozi in #106
  • fix: [#528] GraphQL request causing errors from request body parsing by @hwbrzzl in #108
  • chore(deps): Update dependency go to v1.23.4 by @renovate in #109
  • chore(deps): Update module github.com/gookit/validate to v1.5.3 by @renovate in #110
  • feat: [#515] Input* methods of http.Request support retrieve data from query and route by @hwbrzzl in #111
  • fix: [#515] bugs and add more tests by @hwbrzzl in #113
  • feat: [#517] Optimize form request structure by @hwbrzzl in #114
  • fix: Context method by @hwbrzzl in #115
  • feat: add Listen method by @devhaozi in #117
  • chore(deps): Update module github.com/spf13/cast to v1.7.1 by @renovate in #118
  • chore: rename stop by @hwbrzzl in #120
  • chore(deps): Update module github.com/gookit/validate to v1.5.4 by @renovate in #121
  • feat: [#521] User can custom recover when a request panic by @KlassnayaAfrodita in #103
  • fix: recovery by @hwbrzzl in #122
  • feat: [#507] Add Abort method for Response by @kkumar-gcc in #119
  • chore: optimize recover logic by @hwbrzzl in #123
  • feat: add Abort method by @hwbrzzl in #124
  • feat: add default abort status by @hwbrzzl in #125
  • upgrade: v1.3.0 by @hwbrzzl in #126

New Contributors

Full Changelog: v1.2.6...v1.3.0

v1.2.6

02 Dec 03:07
90286c7
Compare
Choose a tag to compare

What's Changed

  • fix: [#528] GraphQL request causing errors from request body parsing by @hwbrzzl in #107

Full Changelog: v1.2.5...v1.2.6

v1.2.5

19 Sep 23:16
09d5160
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

07 Sep 08:47
b7169e5
Compare
Choose a tag to compare

What's Changed

  • feat: add Shutdown to support graceful quit of HTTP Server by @zxdstyle in #83
  • feat: Optmize Shutdown by @hwbrzzl in #84

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

20 Jul 02:07
dc868dd
Compare
Choose a tag to compare

What's Changed

  • fix: [#455] Session same_site config not working by @kkumar-gcc in #71

Full Changelog: v1.2.2...v1.2.3

v1.2.2

08 Jul 13:56
026d951
Compare
Choose a tag to compare

What's Changed

  • refactor(Duplicate): Remove the logic of merge SlashForPath processing path by @Joker-desire in #63
  • build(deps): bump github.com/goravel/framework from 1.14.0 to 1.14.1 in the go-modules group by @dependabot in #64
  • build(deps): bump github.com/unrolled/secure from 1.14.0 to 1.15.0 in the go-modules group by @dependabot in #65
  • fix: cookie MaxAge is incorrect by @hwbrzzl in #66
  • fix: [#450] The image rule of validation is wrong by @hwbrzzl in #67
  • upgrade: 1.14.3 by @hwbrzzl in #69

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

07 Jun 15:08
2719d06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

07 Jun 10:29
82a45af
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump the github-actions group with 1 update by @dependabot in #24
  • build(deps): bump the go-modules group with 1 update by @dependabot in #23
  • build(deps): bump the github-actions group with 1 update by @dependabot in #25
  • build(deps): bump the go-modules group with 1 update by @dependabot in #26
  • build(deps): bump the go-modules group with 1 update by @dependabot in #28
  • fix: [#294] Validator cant check the param of url by @hwbrzzl in #29
  • feat: add terminal link to url by @juantarrel in #30
  • chroe: Merge v1.1.x by @hwbrzzl in #32
  • feat: support filter and optimize json by @devhaozi in #33
  • build(deps): bump the go-modules group with 1 update by @dependabot in #35
  • build(deps): bump the github-actions group with 1 update by @dependabot in #36
  • feat: support ipv6 by @devhaozi in #37
  • feat: remove unnecessary mutex by @devhaozi in #38
  • feat: The HTTP module supports set Cookie by @kkumar-gcc in #39
  • feat: remove path limit by @devhaozi in #40
  • build(deps): bump the go-modules group with 1 update by @dependabot in #41
  • feat: disable gin default validator by @devhaozi in #42
  • build(deps): bump the github-actions group with 1 update by @dependabot in #43
  • build(deps): bump the go-modules group with 1 update by @dependabot in #44
  • build(deps): bump the github-actions group with 1 update by @dependabot in #45
  • feat: add header_limit config by @devhaozi in #47
  • build(deps): bump the go-modules group with 1 update by @dependabot in #48
  • merge v1.1.7 by @hwbrzzl in #53
  • feat: add session helper in request context by @kkumar-gcc in #54
  • build(deps): bump golangci/golangci-lint-action from 4 to 5 in the github-actions group by @dependabot in #56
  • build(deps): bump github.com/rs/cors from 1.10.1 to 1.11.0 in the go-modules group by @dependabot in #55
  • build(deps): bump golangci/golangci-lint-action from 5 to 6 in the github-actions group by @dependabot in #57
  • build(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 in the go-modules group by @dependabot in #58
  • feat: remove ResponseSuccess by @hwbrzzl in #59
  • feat: [#275] Add a new NoContent() method for Response by @kkumar-gcc in #60
  • release: v1.2.0 by @hwbrzzl in #61

New Contributors

Full Changelog: v1.1.5...v1.2.0