RW
b14224e5e4
Prepare release 2.11.0
2021-06-02 08:08:35 +02:00
RW
67adaeadec
prepare release v2.10.0
...
prepare release v2.10.0
2021-05-19 08:49:35 +02:00
kiyon
428e2bd8f4
Merge pull request #1316 from diegocsandrim/fix-app-test-parallel
...
Fix app test parallel
2021-05-07 08:27:16 +08:00
RW
24b5370b93
prepare release 2.9.0
...
prepare release 2.9.0
2021-05-06 11:18:49 +02:00
Diego Sandrim
0dc67e80d2
Moves .getBytes and .getString from package variable to App instance variable, avoiding data race when creating a new App.
2021-05-05 17:24:26 -03:00
bestgopher
056c6808af
Use atomic instead of mutex when counting the route handler. ( #1314 )
...
* use atomic instead of mutex when counting
* 📒 router: fix typo error
2021-05-05 17:53:54 +02:00
Dario Leittersdorf
a28afaae75
🩹 Fix: Startup message doesn't show correct amount of Handlers after mounting ( #1302 )
...
* fix: pass handlerCount when mounting to an App
* test: check for correct handlerCount after mounting an instance
* fix: pass handlerCount when mounting to a Group
* test: check for correct handlerCount after mounting to a Group
Co-authored-by: dleitter <dario.leittersdorf@bonprix.net>
2021-05-04 09:21:04 +02:00
RW
a48cb806f3
Update app.go
...
bump fiber version for the release
2021-04-20 08:42:40 +02:00
RW
cfa07b7499
Update app.go
2021-03-29 09:43:40 +02:00
RW
8611c3e3ea
Prepare release 2.6.1
2021-03-28 15:10:37 +02:00
RW
12cefa2f31
Prepare release
...
- bump version
2021-03-13 12:49:51 +01:00
kiyon
4e54d4818c
Merge pull request #1211 from kiyonlin/json
...
🔃 Use internal json package as the default json encoder
2021-03-10 08:42:51 +08:00
Kiyon
704b306809
🔃 Use internal json package as the default json encoder
2021-03-10 08:35:27 +08:00
gregchalmers
0da74f62f3
bound made msg clearer
2021-03-09 02:46:28 -08:00
gregchalmers
f25c667a8a
refactor for repeated code
2021-03-09 00:35:51 -08:00
gregchalmers
c09f9a675f
swapped bound & link
2021-03-08 23:18:17 -08:00
gregchalmers
3d5123671c
%v -> %s
2021-03-08 23:09:52 -08:00
gregchalmers
25c5e4c264
fixed host=="" to "0.0.0.0" from "127.0.0.1"
2021-03-08 22:51:19 -08:00
gregchalmers
cc262daae3
nice to have #1207 PR
2021-03-09 17:14:52 +13:00
Kiyon
b46185e1b0
👷 Fix hardcode tls to startupMessage in app.Listener
2021-02-23 16:40:17 +08:00
Kiyon
47f75cdb52
📦 bump v2.5.0
2021-02-08 16:10:13 +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
a53acc2a6d
📦 bump v2.4.1
2021-02-02 09:43:53 +08:00
Joey
267fd5ec59
Merge pull request #1121 from yquansah/yq-override-json
...
feat: add definition for overridable json engine
2021-01-31 07:56:41 +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
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
ReneWerner87
42755c30e6
⚡ Accelerate start process for many routes #1081
2021-01-24 13:02:21 +01:00
Martin Lukasik
3a132d0b98
✨ add Next function to app.Static config
2021-01-22 23:07:22 +01: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
ReneWerner87
2da673b523
UnescapePath not working #1102
...
- increase version
Co-authored-by: Fenny <fenny@gofiber.io>
2021-01-11 10:16:48 +01:00
ReneWerner87
50a269da08
🐛 UnescapePath not working #1102
...
Co-authored-by: Fenny <fenny@gofiber.io>
2021-01-06 13:28:48 +01:00
Kiyon
3625f81f07
📦 bump v2.3.2
2020-12-28 13:22:55 +08:00
Joey
c8709afcb3
📦 bump v2.3.1
2020-12-28 02:49:02 +01:00
Fenny
3b956ef3a8
✏ fix typo
...
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-16 03:03:15 +01:00
Fenny
769645ac53
✏ prefix tls: in errors
...
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-16 02:54:57 +01:00
Fenny
f6569040f0
🔐 update minimal TLS version
...
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-16 02:50:54 +01:00
Fenny
23a0f56403
✏ add comments
...
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-16 02:47:48 +01:00
Fenny
fac3b42140
📦 v2.3.0
...
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-16 02:45:34 +01:00
Fenny
074e1f9c9c
📦 introduce ListenTLS
...
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-16 02:40:28 +01:00
Fenny
2b5c0a05bb
📦 bump fiber 2.2.5
...
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-11 00:52:35 +01:00
Fenny
65598c2831
📦 hotfix v2.2.4
2020-12-03 11:58:30 +01:00
Fenny
c22107e2cc
📦 bump v2.2.3
2020-12-03 11:15:15 +01:00
Kiyon
d6d831e2b1
👷 fix lint
2020-11-30 13:49:13 +08:00
Fenny
d56ca11be8
🩹 fix empty CookieName in session
...
See https://github.com/gofiber/fiber/issues/1040
2020-11-27 16:36:22 +01:00
Fenny
2fb18b4dc5
✏ add process information
2020-11-26 22:51:43 +01:00
Fenny
92eb9f5d39
📦 update version
2020-11-24 16:59:10 +01:00
Fenny
a98fb7a5f8
🩹 allow to disable BodySize
...
Co-Authored-By: Kirill Danshin <9026581+kirillDanshin@users.noreply.github.com>
2020-11-18 08:57:27 +01:00