1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 16:23:59 +00:00

2814 Commits

Author SHA1 Message Date
Kiyon
47f75cdb52 📦 bump v2.5.0 2021-02-08 16:10:13 +08:00
kiyon
b32c4fa3f4
Merge pull request #1155 from kiyonlin/network-stack
🔥 Add network option
2021-02-08 16:06:14 +08:00
Kiyon
00dbdd5fb3 👷 Add network type constant 2021-02-08 11:35:17 +08:00
Kiyon
0ec0f50cfd 🔥 Add network option 2021-02-07 13:55:13 +08:00
kiyon
3e2dd90be4
Merge pull request #1145 from kiyonlin/master
📦 Bump v2.4.1
v2.4.1
2021-02-02 09:49:47 +08:00
Kiyon
003bc41b3f Merge branch 'master' of https://github.com/gofiber/fiber 2021-02-02 09:46:17 +08:00
kiyon
3437624605
Merge pull request #1144 from kiyonlin/fix-1141
👷 start process before prefork server starting
2021-02-02 09:45:42 +08:00
Kiyon
a53acc2a6d 📦 bump v2.4.1 2021-02-02 09:43:53 +08:00
Kiyon
ecb95fbffc 👷 start process before prefork server starting 2021-02-02 09:41:11 +08:00
Joey
267fd5ec59
Merge pull request #1121 from yquansah/yq-override-json
feat: add definition for overridable json engine
v2.4.0
2021-01-31 07:56:41 +01:00
Joey
66c457d5c8
Merge pull request #1135 from tianjipeng/fix/cache
ajust config.Next position
2021-01-31 07:55:25 +01:00
Joey
e89ef1207e
Merge pull request #1130 from mlukasik-dev/master
 add Next function to app.Static config
2021-01-31 07:54:54 +01:00
Joey
cf23dcc3f9
Merge pull request #1137 from sotanodroid/style_update
🎨 Style: adjusted lines according go-lint
2021-01-31 07:53:04 +01:00
unknown
c62e5f7d4d go style updates 2021-01-26 21:57:58 +03:00
tianjipeng
08a2e7a82d ajust cache middleware config.Next position 2021-01-26 10:26:13 +08:00
Yoofi Quansah
5941c8c4e2 🧹 chore: address comments, and use more standard definition for
functionality we define
2021-01-25 13:48:07 -06:00
Joey
c4372a45db
📦 v2.4.0 2021-01-25 15:51:30 +01:00
Joey
e332d54b29
Merge pull request #1134 from ReneWerner87/improve_bootstrap_for_many_routes
 Accelerate start process for many routes #1081
2021-01-25 15:40:35 +01:00
Joey
b03b596a59
Merge pull request #1132 from xenowits/master
Reference to issue #1115
2021-01-25 15:39:43 +01:00
Joey
a9b648eda8
Merge pull request #1131 from tianjipeng/master
🔥 Feature: recover middleware support print stack trace
2021-01-25 15:38:35 +01:00
Joey
7c7f4aea0a
Merge pull request #1129 from hinoguma/issues/1083
🚀Add Custom Error Func for CSRF Middleware
2021-01-25 15:38:20 +01:00
Abhishek Kumar
cae82d0a2f 🩹 Fix: fix test for response body 2021-01-24 15:00:51 +00:00
Abhishek Kumar
e8c3a0fac3 🩹 Fix: add separate test for resBody logger variable 2021-01-24 13:11:46 +00:00
ReneWerner87
42755c30e6 Accelerate start process for many routes #1081 2021-01-24 13:02:21 +01:00
RW
9b3d86098b
📖 fix style 2021-01-24 12:42:22 +01:00
Abhishek Kumar
94589e2348 Merge local changes 2021-01-24 11:21:36 +00:00
Abhishek Kumar
9c18716885 🔥 Feature: add proper tests for new logger variables 2021-01-24 11:21:10 +00:00
xenowits
2b36972d81 🩹 Fix: adjust tab spaces in logger README 2021-01-24 15:49:08 +05:30
xenowits
2a1c717448 🩹 Fix: add new variables to README 2021-01-24 15:41:46 +05:30
xenowits
dc1727fcc7 fix: spacing in logger variables - issue #1115 2021-01-23 23:04:28 +05:30
Abhishek Kumar
7c36b32194 🩹 Fix: reference to logger issue #1115 2021-01-23 17:19:33 +00:00
Martin Lukasik
0b88c808e5 add test case for App_Static_Next 2021-01-23 08:31:45 +01:00
bluetian
5adafe2ecb recover middleware support print stack trace 2021-01-23 13:33:49 +08:00
hinoguma
1ad5a618cb make default handler to private. fix testcase for invalid token and empty token. 2021-01-23 12:39:27 +09:00
Martin Lukasik
d602fc76e2 handling case when fiber.Static config is nil 2021-01-22 23:20:12 +01:00
Martin Lukasik
3a132d0b98 add Next function to app.Static config 2021-01-22 23:07:22 +01:00
hinoguma
19e6a4429d add custom error func for csrf middleware 2021-01-23 03:45:47 +09:00
Joey
ba7fc034c2
Merge pull request #1125 from hitalos/feature/improve-monitor
🚀 Adding total ram to monitor
2021-01-22 05:35:10 +01:00
Hítalo Silva
bba55cf240
Added total RAM to counters 2021-01-21 18:29:29 -03:00
Yoofi Quansah
2267f0f76f 🚀 feat: add custom definition for a json executor 2021-01-19 20:25:44 -08:00
Joey
3762a8520e
📦 bump v2.3.4 2021-01-15 12:09:38 +01:00
Joey
04059a4b0c
Merge pull request #1113 from bestgopher/fix/timing-attack
fix timing attack in basicauth
2021-01-15 12:09:05 +01:00
bestgopher
90acced7c1 fix some statements 2021-01-15 16:56:54 +08:00
bestgopher
07563a1845 fix timing attack 2021-01-15 15:59:13 +08:00
Joey
93022ee817
Merge pull request #1104 from ReneWerner87/master
🐛 UnescapePath not working
v2.3.3
2021-01-11 22:42:38 +01:00
ReneWerner87
2da673b523 UnescapePath not working #1102
- increase version
Co-authored-by: Fenny <fenny@gofiber.io>
2021-01-11 10:16:48 +01:00
ReneWerner87
c893e3243b 🐛 UnescapePath not working #1102
Co-authored-by: Fenny <fenny@gofiber.io>
2021-01-06 19:06:13 +01:00
ReneWerner87
d4bbd08bbb 🐛 UnescapePath not working #1102
change arabic test string to test

Co-authored-by: Fenny <fenny@gofiber.io>
2021-01-06 13:52:34 +01:00
ReneWerner87
4f5e57d8de 🐛 UnescapePath not working #1102
Co-authored-by: Fenny <fenny@gofiber.io>
2021-01-06 13:46:50 +01:00
ReneWerner87
50a269da08 🐛 UnescapePath not working #1102
Co-authored-by: Fenny <fenny@gofiber.io>
2021-01-06 13:28:48 +01:00