Skip to content

Releases: goravel/fiber

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

v1.2.0

10 Jun 04:24
5aff110
Compare
Choose a tag to compare

What's Changed

  • feat: add terminal link to url by @juantarrel in #37
  • Upgrade v1.1.11 (#39) by @hwbrzzl in #40
  • build(deps): bump the go-modules group with 2 updates by @dependabot in #41
  • fix: fallback the logic of GlobalMiddleware by @devhaozi in #42
  • feat: fiber support filter tag by @devhaozi in #38
  • build(deps): bump the go-modules group with 1 update by @dependabot in #44
  • docs: fix lint by @devhaozi in #45
  • build(deps): bump the github-actions group with 1 update by @dependabot in #46
  • feat: support ipv6 by @devhaozi in #47
  • feat: remove unnecessary mutex by @devhaozi in #48
  • feat: The HTTP module supports set Cookie by @kkumar-gcc in #49
  • feat: remove path limit by @devhaozi in #50
  • build(deps): bump the go-modules group with 1 update by @dependabot in #51
  • build(deps): bump the go-modules group with 1 update by @dependabot in #52
  • feat: performance optimize by @devhaozi in #53
  • build(deps): bump the github-actions group with 1 update by @dependabot in #54
  • build(deps): bump the go-modules group with 1 update by @dependabot in #55
  • build(deps): bump the github-actions group with 1 update by @dependabot in #56
  • feat: add header_limit config by @devhaozi in #59
  • build(deps): bump the go-modules group with 1 update by @dependabot in #60
  • build(deps): bump the go-modules group with 2 updates by @dependabot in #62
  • fix: content type by @devhaozi in #63
  • build(deps): bump the go-modules group with 2 updates by @dependabot in #64
  • merge: v1.1.14 by @hwbrzzl in #69
  • build(deps): bump the go-modules group with 1 update by @dependabot in #71
  • build(deps): bump the go-modules group with 1 update by @dependabot in #72
  • feat: add session helper in request context by @kkumar-gcc in #70
  • build(deps): bump golangci/golangci-lint-action from 4 to 5 in the github-actions group by @dependabot in #73
  • build(deps): bump golangci/golangci-lint-action from 5 to 6 in the github-actions group by @dependabot in #74
  • build(deps): bump github.com/valyala/fasthttp from 1.52.0 to 1.53.0 in the go-modules group by @dependabot in #75
  • build(deps): bump github.com/valyala/fasthttp from 1.53.0 to 1.54.0 in the go-modules group by @dependabot in #76
  • chore: remove ResponseSuccess by @hwbrzzl in #77
  • feat: [#275] Add a new NoContent() method for Response by @kkumar-gcc in #78
  • release: v1.2.0 by @hwbrzzl in #79

New Contributors

Full Changelog: v1.1.10...v1.2.0

v1.1.14

24 Mar 14:20
94d1eb4
Compare
Choose a tag to compare

What's Changed

  • fix: [#378] [Bug] InputArray returns a wrong value when requesting by form by @hwbrzzl in #68

Full Changelog: v1.1.13...v1.1.14

v1.1.13

18 Mar 09:53
29df926
Compare
Choose a tag to compare

What's Changed

  • fix: [#375] [Bug] using fiber, unable to handle files alongside other data with multipart formdata by @hwbrzzl in #67

Full Changelog: v1.1.12...v1.1.13

v1.1.12

15 Nov 17:44
7a5e38d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.10...v1.1.12

v1.1.11

09 Nov 14:46
5d4b0d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.10...v1.1.11

v1.1.10

04 Nov 15:28
c3c3624
Compare
Choose a tag to compare

Changelog

  • c3c3624 fix: file methods and GlobalMiddleware method (#35)