1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 21:43:48 +00:00

51 Commits

Author SHA1 Message Date
Fenny
400619e672 📦 Bump Fasthttp v1.14.0 2020-07-15 01:21:01 +02:00
Fenny
af474e28bb Localize reuseport logic 2020-07-03 15:16:11 +02:00
Fenny
c465c31620 Update prefork 2020-07-02 08:59:51 +02:00
Fenny
e3df5ac626 Add isatty & sys 2020-07-02 08:51:06 +02:00
Fenny
518902d611 Bump utils v0.0.9 2020-07-01 01:24:16 +02:00
Fenny
ec51458940 Add memory info 2020-06-27 04:22:22 +02:00
Fenny
45aacc1ddb Update startupMessage 2020-06-23 15:04:21 +02:00
Fenny
d48583619a Add Render test 2020-06-07 22:23:10 +02:00
Fenny
c7cd970366 📦 Update dependencies 2020-06-06 07:27:56 +02:00
Fenny
64d74e840a Hot fix fasthttp bug 2020-06-03 17:16:10 +02:00
Fenny
42ee0a50db Bump Fasthttp v1.14 2020-06-03 00:02:13 +02:00
fenny
f2c027e715 Small changes (#415)
* Update template examples

* Update fasthttp to v1.13.1

Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>

* Cookie SameSite defaults to Lax

Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
Co-Authored-By: Queru <pascal@queru.net>

* Fix router bug

Co-Authored-By: RW <renewerner87@googlemail.com>

* Remove unused code

Co-Authored-By: RW <renewerner87@googlemail.com>

Co-authored-by: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
Co-authored-by: Queru <pascal@queru.net>
Co-authored-by: RW <renewerner87@googlemail.com>
2020-05-27 10:22:01 +02:00
Fenny
57e7ffe717 Introduce gofiber/utils
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:31:28 +02:00
Fenny
e0b13d9ca4
Update test & benchmark (#374)
Co-Authored-By: RW <renewerner87@googlemail.com>

* Add nosec for WriteByte

* test persistens for benchmark results

* Add tests & benchmark

* Update app_test.go

* Update benchmark.yml
2020-05-13 20:21:49 +02:00
Fenny
16ac0e5ef1
Add benchmark charts 2020-05-13 00:54:24 +02:00
Fenny
47bd9f572d
Add benchmark charts (#366)
* Initial Commit

* Create data.js

* add Benchmark (go) benchmark result for 991344f0329336ee320fb17c7b8f9ee2af9eaaae

* add Benchmark (go) benchmark result for a08dbd5c5bb1e621deb8e7deb621d846f3473913

Co-authored-by: github-action-benchmark <github@users.noreply.github.com>
2020-05-13 00:52:06 +02:00
Fenny
e719fa00bf
Use param support + optimizations (#361)
* Benchmark workflow

* Update router.go

* Clean root

* Add mutex

* Benchmark workflow

* Benchmark workflow
* Add mutex
* Enable benchmark tests
* Enable race testing

Co-Authored-By: ReneWerner87 <renewerner87@users.noreply.github.com>

* Benchmark Workflow

* Benchmark workflow
* Add mutex
* Enable benchmark tests
* Enable race testing

Co-Authored-By: ReneWerner87 <renewerner87@users.noreply.github.com>

* Update security workflow

* Benchmark workflow
* Add mutex
* Enable benchmark tests
* Enable race testing

Co-Authored-By: ReneWerner87 <renewerner87@users.noreply.github.com>

* Make Ctx pool accessible

- Add ctx benchmarks

* v1.9.6

* v1.9.6

Co-Authored-By: ReneWerner87 <renewerner87@googlemail.com>

* Improve context functions

* Add utils benchmarks

* Update benchmarks & tests

* Add utils tests

* New tests

* update test

* Move fastpath tests

* offer negotiation

* Cleanup

* Update Vary

Co-Authored-By: RW <renewerner87@googlemail.com>

* Optimize Append

Co-Authored-By: RW <renewerner87@googlemail.com>

* Optimize more methods

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>

* Add param support to Use

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>

* Add use_params tests

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>

* v1.9.7

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>

* Tests

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>

* v1.9.7

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>
Co-Authored-By: József Sallai <jozsef@sallai.me>
Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>

* Update app_test.go

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>
Co-Authored-By: József Sallai <jozsef@sallai.me>
Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
Co-Authored-By: Nifty255 <nifty255@users.noreply.github.com>

* Rename argument

Co-Authored-By: RW <renewerner87@googlemail.com>

* Add nosec for WriteByte

Co-Authored-By: RW <renewerner87@googlemail.com>

* Add media article

* Update media articles

* Fix typo

Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>

* Fix typo

Co-authored-by: ReneWerner87 <renewerner87@users.noreply.github.com>
Co-authored-by: ReneWerner87 <renewerner87@googlemail.com>
Co-authored-by: Vic Shóstak <vikkyshostak@gmail.com>
Co-authored-by: József Sallai <jozsef@sallai.me>
Co-authored-by: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
Co-authored-by: Nifty255 <nifty255@users.noreply.github.com>
2020-05-12 19:24:04 +02:00
Fenny
4242901c92 v1.9.2 2020-04-23 00:33:36 +02:00
Fenny
4e5c050d3e Bumb fasthttp to v1.11 2020-04-19 15:42:19 +02:00
Fenny
83937bec52 Move template engines to middleware 2020-03-22 20:31:58 +01:00
Fenny
f40d786caa v1.8.4
- Remove middleware folder
- Extend travis testing
2020-03-22 01:51:53 +01:00
Fenny
8f69de45ab Fix root index.html 2020-03-14 14:10:49 +01:00
Fenny
d2b51c521c .. 2020-03-13 14:27:40 -04:00
Fenny
ca6aa02e7f More middlewares 2020-03-01 06:56:41 +01:00
Fenny
8061bb007d v1.8.1 - Middleware + Compression 2020-02-28 06:41:48 +01:00
Fenny
b872361da9 Strong type app.METHODS 2020-02-27 04:10:26 -05:00
Fenny
2eeb40273c v1.8.0 2020-02-26 19:31:43 -05:00
Fenny
5949b76f4e
🎉 Official v1 Release 2020-02-21 18:17:37 +01:00
Fenny
1991d8db32 🎉 Official v1 Release 2020-02-21 18:07:43 +01:00
Fenny
b01e74187c v0.7.0 2020-02-21 18:06:08 +01:00
Fenny
813850c83c v2.0.0 2020-02-21 16:56:32 +01:00
Fenny
bdaac2d116 v1.7.0 2020-02-21 16:54:14 +01:00
Fenny
21b77bf03e 😲 2020-02-21 01:54:50 +01:00
Fenny
659e1a1ab6 Deprecate old functions 2020-02-16 18:00:14 +01:00
Fenny
19f6043d49 Add template engines: Render(file, data) 2020-02-13 13:21:26 +01:00
Fenny
cd7338dbe0 Add BodyParser v1.6.0 2020-02-13 06:48:14 +01:00
Fenny
4f0001cef3 Fix .mod 2020-02-11 06:32:15 +01:00
Fenny
0ed4b20cfa Rename structs 2020-02-11 01:26:09 +01:00
Yasuhiro Matsumoto
cb87d9337e
Use colorable for Windows 2020-02-10 10:14:54 +09:00
Fenny
b2cdb7854e Add FakeRequest for testing 2020-02-05 17:37:04 +01:00
Fenny
bd2e034c49 Minor optimizations 2020-02-05 02:53:07 +01:00
Fenny
afeaecd044 Update fasthttp v1.9.0 2020-02-04 13:53:46 +01:00
Fenny
9e5a88c292 Remove some dependencies 2020-02-03 16:58:11 +01:00
Fenny
3237404584 v1.2.1 🎉 107 Stars 🌟 2020-01-30 23:17:25 -05:00
Fenny
5fa195bd4e Add sjson 2020-01-29 14:51:29 -05:00
Fenny
707c05965f
Update go.mod 2020-01-17 22:46:27 +01:00
Fenny
93e5e0e891 v0.9.0 - Prefork (SO_REUSEPORT) 2020-01-17 21:25:11 +01:00
Fenny
ecc9612f4f Update mod 2020-01-16 06:03:56 +01:00
Fenny
e6d60ebaaf Update to gofiber 2020-01-16 05:58:23 +01:00
Fenny
8d790b5cf0 v0.6.2 2020-01-15 03:07:49 +01:00