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

68 Commits

Author SHA1 Message Date
Fenny
68dc7be4c0 📦 bump sys version
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-11 00:51:29 +01:00
Fenny
323d9d89cc 🩹 fix manager logic 2020-11-23 07:38:42 +01:00
Fenny
8dd663175e 💼 introduce sessions 2020-11-06 19:32:56 +01:00
Fenny
0d3d6d9fe8 📦 update fasthttp and storage interface 2020-11-06 01:52:05 +01:00
Fenny
891f36340e 📦 improve json encoding 2020-11-03 09:01:49 +01:00
Fenny
e32cad80c8 🧹 remove dependency 2020-10-27 08:12:09 +01:00
Tom
66d2e7deda
📦 Switch to fiber.Storage and msgp 2020-10-26 21:25:30 +00:00
Fenny
18961cc98b 📦 bump v2.1.1 2020-10-21 23:39:13 +02:00
Fenny
18d8817dbe 📦 update dependencies 2020-10-15 13:05:25 +02:00
Fenny
c1d8dd7e06 📦 bump sys version 2020-09-29 21:50:42 +02:00
Fenny
0e21234f5e 📦 vendor gopsutil 2020-09-27 22:56:31 +02:00
Fenny
2768ea2a77 🙌 make utils public
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-14 12:12:29 +02:00
Fenny
ec5d66e7a8 v2 2020-09-13 11:20:11 +02:00
Fenny
f3359f439a 📦 bump dependencies 2020-08-24 10:35:12 +02:00
Fenny
e5656d7adf 📦 Bump fasthttp v1.15.1 2020-07-15 19:32:57 +02:00
Fenny
36236499d1 📦 Bump Fasthttp v1.15.0 2020-07-15 01:22:27 +02:00
Fenny
cfd093ecdf 📦 Bump Fasthttp v1.14.0 2020-07-15 01:22:09 +02:00
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