Juan Calderon-Perez
c85ec75fe6
🧹 chore: Add go1.24 to CI matrix ( #3325 )
...
* Add go1.24 to CI matrix
* Create codecov.yml
* Lower coverage threshold to 0.5%
2025-02-24 21:24:50 +01:00
M. Efe Çetin
77622700d7
chore: mark go1.23 as minimum go version ( #3226 )
2024-12-01 14:39:49 +01:00
RW
1bfbb5056c
Update README.md
...
fix donation image sizes
2024-11-28 09:51:39 +01:00
Juan Calderon-Perez
a12ca10cac
📚 Doc: Updates to API documentation and README ( #3205 )
...
* Updates to documentation
* Update .github/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Remove trailing spaces
* Updates based on PR comments
* Update docs/api/bind.md
* Update docs/api/redirect.md
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: RW <rene@gofiber.io>
2024-11-16 15:24:14 +01:00
xEricL
298975a982
🔥 Feature: Add support for TrustProxy ( #3170 )
...
* 🔥 Feature: Add `TrustProxyConfig` and rename `EnableTrustedProxyCheck` to `TrustProxy`
* 📚 Doc: Document TrustProxyConfig usage and migration
* 🚨 Test: Validate and Benchmark use of TrustProxyConfig
* 🩹 Fix: typo in RequestMethods docstring
* 🩹 Fix: typos in TrustProxy docstring and JSON tags
* 🩹 Fix: Move `TrustProxyConfig.Loopback` to beginning of if-statement
* 🎨 Style: Cleanup spacing for Test_Ctx_IsProxyTrusted
* 📚 Doc: Replace `whitelist` with `allowlist` for clarity
* 📚 Doc: Improve `TrustProxy` doc wording
* 🩹 Fix: validate IP addresses in `App.handleTrustedProxy`
* 🩹 Fix: grammatical errors and capitalize "TLS"
2024-10-17 08:29:03 +02:00
Juan Calderon-Perez
7b3a36f22f
Revert "Update README.md ( #3165 )" ( #3166 )
...
This reverts commit 9dd3d94ff2
.
2024-10-13 12:04:02 +03:00
Maria Niranjan
9dd3d94ff2
Update README.md ( #3165 )
...
Missing a pointer reference when passing the context object in the route handler function. In Fiber, the context (c) is a pointer, so it should be *fiber.Ctx instead of fiber.Ctx.
2024-10-12 17:05:23 +03:00
Juan Calderon-Perez
25e399213c
chore: Add support for go1.23 and golangci-lint v1.60.1 ( #3101 )
...
* Bump min go to 1.22, bump golangci-lint to v1.60.1, regenerate all msgp
* Fix golanci-lint issues
* Fix golanci-lint issues
2024-08-14 09:14:04 +02:00
Juan Calderon-Perez
9463a8f626
v3: Add support for consistent documentation using markdownlint ( #3064 )
...
* Add support for consistent documentation using markdownlint
* Only run workflow during changes to markdown files
* Fix more inconsistencies
* Fixes to markdown under .github/
* More fixes
* Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Fix typo in limiter docs
* Add missing space before code-block
* Add check for dead-links
* Add write-good
* Remove legacy README files
* Fix glob for skipping .md files
* Use paths-ignore instead
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-11 15:21:56 +02:00
Juan Calderon-Perez
b9936a339d
🔥 Feature: Add support for zstd compression ( #3041 )
...
* Add support for zstd compression
* Update whats_new.md
* Add benchmarks for Compress middleware
---------
Co-authored-by: RW <rene@gofiber.io>
2024-06-26 16:00:38 +02:00
Juan Calderon-Perez
5914e92e41
Add zero-allocation section to README ( #3039 )
...
Add zero-allocation section README
2024-06-20 15:14:35 +02:00
M. Efe Çetin
38fb8064c6
middleware: add static middleware ( #3006 )
...
* middleware: add static middleware
* uncomment broken tests
* introduce isfile config property to fix file issues
* test
* add io/fs support to static mw
* add io/fs support to static mw
* remove filesystem and app.Static
* fix linter
* apply review
* support disablecache
* support multi indexes
* add an example for io/fs
* update whats new & apply reviews
* update
* use fasthttp from master
* Update .github/README.md
Co-authored-by: RW <rene@gofiber.io>
* update1
* apply reviews
* update
* update
* update examples
* add more examples
---------
Co-authored-by: RW <rene@gofiber.io>
2024-05-28 09:29:25 +02:00
Juan Calderon-Perez
95c181469d
chore: Enabling shuffling, cleanup and consistency across tests ( #2931 )
...
* Make Test/Benchmark names consistent. Add Makefile for GoFiber developers
* Cleanup README and Makefile
* Update statement
2024-03-24 20:54:56 +01:00
leonklingele
d17450ce3d
refactor(README.md): remove "third-party library licenses" section
2024-03-11 14:03:08 +01:00
Juan Calderon-Perez
724e5be696
🧹 v3 (chore): Cleanup and updates to README files ( #2914 )
...
Cleanup and updates to README files
2024-03-11 13:48:52 +01:00
Juan Calderon-Perez
32168793f5
🧹 v3 (chore): Bump minimum version of Go to 1.21 ( #2911 )
...
Bump Go minimum version to 1.21
2024-03-10 10:47:21 +03:00
Emir
4525458fb1
📚 Doc: Improve translation ( #2899 )
...
* Make the sentence more understandable
* Add the English version of the words as the Turkish version is difficult to understand.
* Improve translation
* Correct the meaningless sentence
* Convert first letter to uppercase
* Delete repeated word
2024-03-05 09:55:47 +03:00
RW
77770a9db1
Update README.md
...
Change badge for codecov
2024-03-04 19:36:21 +01:00
RW
976c7d6d67
Update README.md
...
add codecov badge
2024-03-04 19:33:42 +01:00
RW
0367d82d4f
Update README.md
2024-02-13 08:22:24 +01:00
nickajacks1
18f0f8780e
v3: Update Version Numbers in Docs ( #2853 )
...
* 📚 Docs: Update version numbers for v3
* 📚 Docs: Update template docs to reflect changes in #2848
---------
Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
2024-02-12 02:33:32 +03:00
René Werner
b2c9ccdeef
configure workflows for main (v3-beta) branch
2024-01-08 16:38:37 +01:00
Muhammed Efe Cetin
6ea4d81331
Merge branch 'master' into v3-beta
2023-11-07 20:22:31 +03:00
HardikBandhiya
0104e59e9f
fix: changed "Twitter" to "X (Twitter)" in README.md Contribute Section ( #2696 )
...
* Update README.md
in README.md contribute section the name of twitter was old i changed it to 𝕏
* Update README.md
updated domain as per suggested
* Update CONTRIBUTING.md
* Update README_az.md
* Update README_ckb.md
in this i changed domain only.
* Update README_de.md
* Update README_eg.md
in this i changed domain
* Update README_es.md
* Update README_fa.md
* Update README_fr.md
* Update README_he.md
* Update README_id.md
* Update README_it.md
* Update README_ja.md
* Update README_ko.md
* Update README_nl.md
* Update README_pl.md
* Update README_pt.md
* Update README_ru.md
* Update README_sa.md
* Update README_tr.md
* Update README_uk.md
* Update README_zh-CN.md
* Update README_zh-TW.md
2023-11-01 09:24:14 +01:00
Kacper Soczko
e85ceda999
📚 Add Polish translation - README_pl.md ( #2613 )
...
Add polish translation of github readme
Co-authored-by: Kacper Soczko <kacpersoczko@bluerider.software>
2023-09-02 18:26:34 +02:00
M. Efe Çetin
e2f7457d4d
🧹 chore: add go 1.21 to ci and readmes ( #2588 )
2023-08-19 18:31:38 +02:00
Girges Scandar
5fd3f20de8
📝 Replace EG flag with the proper and smaller SVG ( #2585 )
...
replace the EG flag with the proper smaller svg
2023-08-18 08:57:52 +02:00
RW
85d1f6895a
Update README.md
...
correct EG flag
2023-08-17 16:24:38 +02:00
Girges Scandar
bd9c3fc239
📝 Added Egyptian Arabic readme file ( #2565 )
...
* Adds EG readme
* Links EG readme to other readmes
* update language count to 19
* add missing translation
2023-08-17 14:35:48 +02:00
Muhammed Efe Cetin
75bb02b87e
Merge remote-tracking branch 'origin/master' into v3-beta
2023-08-05 22:02:01 +03:00
André da Silva
58270e2d5b
🩹 Fix: dictpool is not completely gone ( #2540 )
...
* Completely remove dictpool
Looks like issue:
https://github.com/gofiber/fiber/issues/2209
Was not complete. So here dictpool is completely gone
* Fix linting error
2023-07-11 09:06:32 +02:00
RW
924fefd677
Update README.md
2023-07-08 22:02:08 +02:00
RW
4e5540fcbf
Update README.md
...
fix dark and light mode picture
https://github.blog/changelog/2021-11-24-specify-theme-context-for-images-in-markdown/
2023-07-08 21:59:24 +02:00
Alexander
5a84fa0e8e
📒 Correcting a syntax error in the README ( #2473 )
...
* Update README.md
* 📝 docs: fix typo in some readme
2023-05-20 11:09:24 +02:00
M. Efe Çetin
c7c37d9b50
♻️ refactor: merge some external middlewares to core ( #2453 )
...
* ♻️ refactor: merge adaptor, helmet, keyauth, redirect, rewrite middlewares to core
* fix linting issues
* fix linting issues
* fix linting issues
* update
2023-05-10 08:01:49 +02:00
eldaniz
2237e9c511
📚 Docs: Added Azerbaijani README translation ( #2411 )
...
azerbaijani translation completed
2023-04-13 08:54:07 +03:00
Joey
e7adba48c9
Update README.md
2023-04-06 14:10:39 +02:00
M. Efe Çetin
9064eb6469
🧹 chore: drop go 1.16 support & update dependencies ( #2374 )
...
* 🧹 chore: drop go 1.16 support
* downgrade uniseg
* fix tests
* fix tests
* fix tests
2023-03-20 08:22:31 +01:00
skyenought
a70b8612b1
🐛 [Bug-Fix] Fix all inaccessible links in docs ( #2349 )
...
Fix all inaccessible links in docs
2023-02-28 18:14:41 +01:00
Muhammed Efe Çetin
088cde594d
Merge remote-tracking branch 'origin/master' into v3-beta
2023-02-05 23:43:42 +03:00
M. Efe Çetin
2820aef585
🧹 chore: add go 1.20 to ci and readmes ( #2322 )
...
* ✅ chore: add go 1.20 to ci and readmes
* 🧹 chore: add go 1.20 to ci and readmes
* update linter
* fix linter
* fix benchmarks
* fix benchmarks
* fix benchmarks
2023-02-02 23:01:37 +03:00
pan93412
b564f94401
📚 Doc: Correct the figure link in READMEs ( #2312 )
2023-01-26 11:57:25 +03:00
pan93412
66cc869b1f
Doc: Remove the redundant space beside a comma ( #2309 )
...
📚 Doc: Remove the redundant space beside a comma
2023-01-25 20:35:00 +01:00
TAKAHASHI Shuuji
f6b0a07db0
📝 docs: fix ci badge errors ( #2282 )
...
* 📝 docs: fix ci badge errors
* 📝 docs: fix ci badge errors on translated README files
2023-01-02 20:54:48 +03:00
M. Efe Çetin
affa759477
📝 docs: replace `1.14` with `1.16` in READMEs ( #2265 )
2022-12-08 19:07:32 +03:00
V1def
6b9601fb99
Added Ukrainian README translation ( #2249 )
...
Added ukrainian localization
2022-12-01 09:21:44 +01:00
Muhammed Efe Çetin
c62dd16e8d
Merge remote-tracking branch 'origin/master' into v3-beta
2022-11-27 20:34:48 +03:00
skyenought
e8f8cb647b
✨ Add customTags in logger middleware Config ( #2188 )
...
* ✨ Add customTags in logger middleware Config
* improve tags with parameter
* improve logger performance
* improve logger performance
* improve logger performance
* improve logger performance
Co-authored-by: René Werner <rene@gofiber.io>
2022-11-18 13:10:43 +01:00
leonklingele
4d562923aa
README: update list of third-party library licenses ( #2211 )
2022-11-12 09:10:07 +03:00
Muhammed Efe Çetin
9428befb9c
Merge remote-tracking branch 'origin/master' into v3-beta
2022-10-28 17:26:17 +03:00