Skip to content

Releases: gofiber/fiber

v2.37.0-rc.1

18 Aug 14:33
f031e08

Choose a tag to compare

v2.37.0-rc.1 Pre-release
Pre-release

🚀 New

  • Route constraints (#1998)
  • Add XML to context. (#2003)

🧹 Updates

  • Bump github.com/valyala/fasthttp from 1.38.0 to 1.39.0 (#2017)
  • Add go 1.19 to tests (#1994)
  • Add black colors to default overriding function (#1993)

🐛 Fixes

  • Fix proxy overwrote the wrong scheme (#2004)
  • Fix infinitely app.Test (#1997)
  • Fix gopsutil when compiling for bsd (#1995)

📚 Documentation

  • Make Hooks public (#2015)
  • Gofmt & add missing copyright texts (#2013)

Thank you @Maxi-Mega, @trim21, @efectn and @wangjq4214 for making this update possible.

v2.36.0

02 Aug 06:49

Choose a tag to compare

🚀 New

🐛 Fixes

  • Padding around app name in startup message when containing non-ascii characters (#1987)
  • Closes #1931 "🤗 How to get path param before a custom verb?" (#1983)

📚 Documentation

  • Translate to Indonesian Awesome List (#1980)

Thank you @Maxi-Mega, @efectn, @radenrishwan and @tohutohu for making this update possible.

v2.35.0

06 Jul 11:03
2a2337d

Choose a tag to compare

🚀 New

🧹 Updates

  • Binds the param string to a struct use params tag (#1968)
  • Client: Remove beta warning (#1951)
  • Bump github.com/valyala/fasthttp from 1.37.0 to 1.38.0 (#1948)
  • Delete a blank line (#1961)
  • Actions for MacOS (#1911)

🐛 Fixes

  • middleware/logger: TagLatency doesn't have standard format between modes (#1943)
  • middleware/session: fix update cookie. (#1960)

📚 Documentation

  • Refactor - default error handler & example (#1941)
  • New issue templates (#1945)
  • Translate some lines to turkish (#1954)
  • Update README_fa.md (#1953)
  • Flat-square style for readme badges (#1949)

Thank you @efectn, @hamidreza01, @ly020044, @marcelogamba, @nnnkkk7, @olongfen and @taheri24 for making this update possible.

v2.34.1

14 Jun 06:10
b1c3b43

Choose a tag to compare

🧹 Updates

  • Spliting dump request to add Query (#1909)
  • Refactor favicon middleware, avoid magic numbers. (#1919)

🐛 Fixes

  • Fix GetLocationFromRoute bug for optional params (#1922)

📚 Documentation

  • Fix typo for paramsInt function (#1913)

Thank you @ancogamer, @remotenode, @sujit-baniya and @vikpe for making this update possible.

v2.34.0

23 May 07:19
deb02cb

Choose a tag to compare

🚀 New

🧹 Updates

  • Bump github.com/valyala/fasthttp from 1.35.0 to 1.37.0 (#1882)
  • z/OS Compatibility (#1904)

Thank you @dranikpg, @jfcg and @philippeleite for making this update possible.

v2.34.0-rc.1

18 May 06:54
b31c175

Choose a tag to compare

v2.34.0-rc.1 Pre-release
Pre-release

🚀 New

  • Add max size to cache (#1892)
  • Add refresh period to monitor mw (#1898)
  • Add page title to monitor mw (#1893)

🧹 Updates

  • Bump github.com/valyala/fasthttp from 1.35.0 to 1.37.0 (#1882)
  • z/OS Compatibility (#1904)

Thank you @dranikpg, @jfcg and @philippeleite for making this update possible.

v2.33.0

05 May 12:54
aace425

Choose a tag to compare

🚀 New

  • Utils: ConvertToBytes (#1875)

🧹 Updates

  • Reduce duplicate in Get method (#1880)
  • Cannot process array of values in application/x-www-form-urlencoded request (#1873)

🐛 Fixes

  • Fix expiration time in cache middleware (#1881)

📚 Documentation

  • Fixed typo (#1891)
  • Typo fix in ParamsInt() (#1863)
  • Remove incorrect links from supporter table (#1862)

Thank you @ChandanChainani, @TomRomeo, @alfuhigi, @ankush, @breakbuidl, @naveensrinivasan, @webdevium and @witer33 for making this update possible.

v2.32.0

15 Apr 14:16
cbb63c0

Choose a tag to compare

❗ BreakingChange

  • RFC: Return an instance of *fiber.Error when no handler found (#1847)
    the behavior for the routes only middlewares and no handler for the request methods was declared has changed

🚀 New

🧹 Updates

🐛 Fixes

  • "Sub fiber's error handlers not working #1839" and "Mount sub fiber app on '/' #1842" (#1848)

📚 Documentation

  • ListenTLS comment (#1859)

Thank you @asyslinux, @codemicro, @efectn and @jfcg for making this update possible.

v2.31.0

30 Mar 08:16
907fdfa

Choose a tag to compare

🚀 New

🧹 Updates

  • EqualFold and docs (#1833)
  • Bump goccy/go-json to 0.9.6 (#1832)

Thank you @jfcg, @ninadingole and @sujit-baniya for making this update possible.

v2.30.0

21 Mar 13:59
528b8b4

Choose a tag to compare

🚀 New

🧹 Updates

  • Add go1.18 to tests and docs (#1819)

🐛 Fixes

  • Limiter middleware db connection (#1813)

Thank you @efectn and @qracer for making this update possible.