Juan Calderon-Perez
|
149c053b36
|
test: cover openapi helpers
|
2025-09-04 12:04:23 +02:00 |
|
Juan Calderon-Perez
|
60d459670d
|
test: expand openapi middleware coverage
|
2025-09-04 09:56:34 +02:00 |
|
Juan Calderon-Perez
|
886ed13657
|
feat: add route tags and deprecation
|
2025-08-22 13:07:24 -04:00 |
|
Juan Calderon-Perez
|
0cded2bd4c
|
refactor: split route media types
|
2025-08-22 05:54:01 -04:00 |
|
Juan Calderon-Perez
|
ed61350d94
|
test: assert raw openapi spec matches fixture
|
2025-08-21 10:48:21 -04:00 |
|
Juan Calderon-Perez
|
8fc239fe0d
|
Merge pull request #3695 from kianmeng/fix-typos
📚 docs: Fix typos in documentation
|
2025-08-20 22:14:47 -04:00 |
|
Kian-Meng Ang
|
28c89caa3c
|
📚 docs: Fix typos
Found via `codespell -L te,nd` and `typos --hidden --format brief`
|
2025-08-21 02:00:36 +08:00 |
|
Giovanni Rivera
|
ac909e8976
|
♻️ Refactor: Improve Req/Res Benchmarks (#3693)
|
2025-08-20 08:30:04 +02:00 |
|
Juan Calderon-Perez
|
71e25524f5
|
🧹 chore: Return generic errors in KeyAuth middleware (#3692)
|
2025-08-20 08:13:30 +02:00 |
|
RezaSi
|
3be36d626b
|
📒 docs: Add Learning Resources section with Go Interview Practice platform (#3691)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2025-08-20 08:06:58 +02:00 |
|
Juan Calderon-Perez
|
9ed35c9654
|
Merge pull request #3690 from gofiber/2025-08-17-21-42-32
🐛 bug: Fix CORS subdomain wildcard boundary
|
2025-08-19 19:59:36 -04:00 |
|
Juan Calderon-Perez
|
da726507c5
|
fix linter
|
2025-08-19 09:40:04 -04:00 |
|
Juan Calderon-Perez
|
b5bb60180f
|
Update subdomain match logic
|
2025-08-19 09:08:25 -04:00 |
|
Juan Calderon-Perez
|
6984b5d478
|
📒 docs: Add context guide (#3677)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-19 08:37:57 +02:00 |
|
Juan Calderon-Perez
|
73df613476
|
Update utils_test.go
|
2025-08-18 23:17:45 -04:00 |
|
Juan Calderon-Perez
|
4796a52ec7
|
Update middleware/cors/utils.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-18 22:29:50 -04:00 |
|
Juan Calderon-Perez
|
de2b14d56d
|
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-18 22:11:45 -04:00 |
|
Juan Calderon-Perez
|
43482d92d1
|
Update middleware/cors/utils.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-18 19:58:46 -04:00 |
|
Juan Calderon-Perez
|
8e33e5deb4
|
Update cors.go
|
2025-08-17 23:46:40 -04:00 |
|
Juan Calderon-Perez
|
79d9971e00
|
fix: derive wildcard subdomain segments from normalized origin
|
2025-08-17 23:23:59 -04:00 |
|
Juan Calderon-Perez
|
6b1725a1e5
|
harden cors subdomain wildcard matching
|
2025-08-17 18:50:54 -04:00 |
|
Juan Calderon-Perez
|
5463d6ec30
|
fix cors subdomain wildcard boundary
|
2025-08-17 17:42:35 -04:00 |
|
dependabot[bot]
|
ff8597df60
|
build(deps): bump github.com/gofiber/utils/v2 from 2.0.0-beta.14 to 2.0.0-rc.1 (#3689)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-16 13:04:05 +02:00 |
|
Juan Calderon-Perez
|
8f90f97973
|
Merge pull request #3683 from gofiber/codex/2025-08-13-15-47-17
🧹 chore: delay routing error creation
|
2025-08-14 23:05:39 -04:00 |
|
RW
|
7c10ce1d8b
|
Use ephemeral ports in unit tests (#3686)
|
2025-08-14 23:21:06 +02:00 |
|
RW
|
bf7e421347
|
Optimize Fresh header parsing for fasthttp 1.65 (#3687)
|
2025-08-14 23:15:31 +02:00 |
|
dependabot[bot]
|
36848119d5
|
build(deps): bump github.com/valyala/fasthttp from 1.64.0 to 1.65.0 (#3684)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René <rene@gofiber.io>
|
2025-08-14 21:54:42 +02:00 |
|
René
|
19711d0132
|
Use ephemeral ports in unit tests
|
2025-08-14 21:52:43 +02:00 |
|
René
|
c5deff84d7
|
remove unneeded message for not found error
|
2025-08-14 21:28:08 +02:00 |
|
RW
|
06339a4642
|
Merge branch 'main' into codex/2025-08-13-15-47-17
|
2025-08-14 21:09:46 +02:00 |
|
Jason McNeil
|
8f2c4e2c72
|
Refactor KeyAuth Middleware: Extractor-Based Configuration and Enhanced Flexibility (#3685)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-14 21:05:59 +02:00 |
|
René
|
5ecc8aaabd
|
remove unneeded message for not found error
|
2025-08-14 17:08:09 +02:00 |
|
René
|
d1d095989a
|
remove unneeded message for not found error
|
2025-08-14 16:55:53 +02:00 |
|
René
|
7fa0bfaac9
|
fix path excape for not found usecase
|
2025-08-14 14:24:22 +02:00 |
|
RW
|
e66b0a3f8e
|
test: inline escapePath benchmarks
|
2025-08-14 11:06:51 +02:00 |
|
RW
|
5184fcf091
|
refactor: relocate path escape helper
|
2025-08-14 11:06:44 +02:00 |
|
RW
|
81b076c6b6
|
refactor: move path escaping to utils
|
2025-08-14 09:48:30 +02:00 |
|
RW
|
6946c3de9d
|
refactor: streamline routing errors
|
2025-08-14 09:48:20 +02:00 |
|
RW
|
de2ed8427e
|
🧹 chore: require Go 1.25 (#3682)
|
2025-08-14 08:15:43 +02:00 |
|
RW
|
b221e07664
|
refactor: centralize routing error creation
|
2025-08-13 17:47:20 +02:00 |
|
dependabot[bot]
|
87b6e53dd9
|
build(deps): bump actions/checkout from 4 to 5 (#3681)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-12 22:25:19 +02:00 |
|
Juan Calderon-Perez
|
b74f288da4
|
Merge pull request #3678 from gofiber/dependabot/go_modules/github.com/shamaton/msgpack/v2-2.3.0
build(deps): bump github.com/shamaton/msgpack/v2 from 2.2.3 to 2.3.0
|
2025-08-11 22:40:34 -04:00 |
|
Juan Calderon-Perez
|
afc9206e71
|
Merge pull request #3679 from gofiber/dependabot/github_actions/kenchan0130/actions-system-info-1.4.0
build(deps): bump kenchan0130/actions-system-info from 1.3.1 to 1.4.0
|
2025-08-11 22:40:11 -04:00 |
|
dependabot[bot]
|
6af9bee0fb
|
build(deps): bump kenchan0130/actions-system-info from 1.3.1 to 1.4.0
Bumps [kenchan0130/actions-system-info](https://github.com/kenchan0130/actions-system-info) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/kenchan0130/actions-system-info/releases)
- [Commits](https://github.com/kenchan0130/actions-system-info/compare/v1.3.1...v1.4.0)
---
updated-dependencies:
- dependency-name: kenchan0130/actions-system-info
dependency-version: 1.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-11 17:47:34 +00:00 |
|
dependabot[bot]
|
6e048c6e37
|
build(deps): bump github.com/shamaton/msgpack/v2 from 2.2.3 to 2.3.0
Bumps [github.com/shamaton/msgpack/v2](https://github.com/shamaton/msgpack) from 2.2.3 to 2.3.0.
- [Release notes](https://github.com/shamaton/msgpack/releases)
- [Commits](https://github.com/shamaton/msgpack/compare/v2.2.3...v2.3.0)
---
updated-dependencies:
- dependency-name: github.com/shamaton/msgpack/v2
dependency-version: 2.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-11 17:36:53 +00:00 |
|
Juan Calderon-Perez
|
e7b05083fb
|
🧹 chore: Respect immutable config in Params(), Protocol(), and Body() (#3676)
|
2025-08-11 15:12:36 +02:00 |
|
Juan Calderon-Perez
|
8112318448
|
🧹 chore: Fix AcceptsLanguages() RFC compliance (#3672)
|
2025-08-11 15:09:51 +02:00 |
|
René
|
77667e5534
|
update whats_new.md
|
2025-08-11 14:55:31 +02:00 |
|
RW
|
ce978f4be0
|
stabilize interrupted stream writer test (#3669)
|
2025-08-11 12:33:06 +02:00 |
|
M. Efe Çetin
|
c3ecca1e2f
|
🐛 bug: Fix Static middleware browser support for subdirectories (#3673)
|
2025-08-11 12:32:31 +02:00 |
|