8000 Releases · goravel/fiber · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: goravel/fiber

v1.3.5

16 Apr 09:59
9b9473b
Compare
Choose a tag to compare

What's Changed

  • fix: [fiber驱动获取x-www-form-urlencoded数组错误] by @ycb1986 in #169

New Contributors

Full Changelog: v1.3.4...v1.3.5

v1.3.4

16 Mar 04:24
82cd3c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

28 Feb 08:34
bdfb701
Compare
Choose a tag to compare

What's Changed

  • fix: [#589] Context in PrepareForValidation always nil by @hwbrzzl in #151

Full Changelog: v1.3.2...v1.3.3

v1.3.2

01 Jan 04:35
269cc4c
Compare
Choose a tag to compare

What's Changed

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

v1.3.1

31 Dec 08:39
0e2507f
Compare
Choose a tag to compare

What's Changed

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

v1.3.0

31 Dec 07:50
e81a583
Compare
Choose a tag to compare

What's Changed

  • feat: support filters by @devhaozi in #88
  • feat: [#338] Support c.Request().BindQuery to bind query params to a struct by @kkumar-gcc in #90
  • chore(deps): Update module github.com/spf13/cast to v1.7.0 by @renovate in #93
  • feat: [#449] Implement HTTP response stream by @kkumar-gcc in #92
  • chore(deps): Update module github.com/savioxavier/termlink to v1.4.0 by @renovate in #94
  • chore(deps): Update module github.com/savioxavier/termlink to v1.4.1 by @renovate in #96
  • merge: v1.2.3 by @hwbrzzl in #101
  • merge: v1.2.4 by @hwbrzzl in #107
  • chore(deps): Update module github.com/valyala/fasthttp to v1.56.0 by @renovate in #109
  • feat: add Stop method by @hwbrzzl in #110
  • chore(deps): Update dependency go to v1.23.2 by @renovate in #111
  • chore(deps): Update module github.com/valyala/fasthttp to v1.57.0 by @renovate in #114
  • chore(deps): Update dependency go to v1.23.3 by @renovate in #115
  • feat: [#504] Route supports configure timeout by @KlassnayaAfrodita in #112
  • chore(deps): Update module github.com/stretchr/testify to v1.10.0 by @renovate in #117
  • chore(deps): Update dependency go to v1.23.4 by @renovate in #118
  • chore(deps): Update module github.com/valyala/fasthttp to v1.58.0 by @renovate in #119
  • chore(deps): Update module github.com/gookit/validate to v1.5.3 by @renovate in #120
  • fix: [#528] GraphQL request causing errors from request body parsing by @hwbrzzl in #121
  • feat: [#515] Input* methods of http.Request support retrieve data from query and route by @hwbrzzl in #124
  • feat: [#517] Optimize form request structure by @hwbrzzl in #125
  • fix: Context method by @hwbrzzl in #126
  • feat: add Listen method and optimize performance by @devhaozi in #127
  • chore(deps): Update module github.com/spf13/cast to v1.7.1 by @renovate in #128
  • chore: rename stop by @hwbrzzl in #130
  • chore(deps): Update module github.com/gookit/validate to v1.5.4 by @renovate in #131
  • feat: [#521] User can custom recover when a request panic by @KlassnayaAfrodita in #132
  • feat: [#507] Add Abort method for Response by @kkumar-gcc in #129
  • chore: optimize recover logic by @hwbrzzl in #133
  • feat: add Abort method by @hwbrzzl in #134
  • chore: add DefaultAbortStatus by @hwbrzzl in #135
  • upgrade: v1.3.0 by @hwbrzzl in #136

New Contributors

Full Changelog: v1.2.4...v1.3.0

v1.2.4

19 Sep 23:17
22f5220
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.2.3

07 Sep 08:43
1c76e56
Compare
Choose a tag to compare

What's Changed

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

New Contributors

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

v1.2.2

08 Jul 13:57
f560eaf
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/gofiber/fiber/v2 from 2.52.4 to 2.52.5 in the go-modules group by @dependabot in #83
  • fix: [#450] The image rule of validation is wrong by @hwbrzzl in #84
  • chore(deps): Update module github.com/gofiber/template/html/v2 to v2.1.2 by @renovate in #85
  • upgrade: 1.14.3 by @hwbrzzl in #87

New Contributors

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

v1.2.1

20 Jun 04:24
2e65f63
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/goravel/framework from 1.14.0 to 1.14.1 in the go-modules group by @dependabot in #80
  • build(deps): bump github.com/valyala/fasthttp from 1.54.0 to 1.55.0 in the go-modules group by @dependabot in #81
  • feat: optimize writer by @devhaozi in #82

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

0