Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gofiber/fiber
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.52.6
Choose a base ref
...
head repository: gofiber/fiber
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
  • 17 commits
  • 42 files changed
  • 4 contributors

Commits on Jan 22, 2025

  1. Copy the full SHA
    3729281 View commit details

Commits on Jan 23, 2025

  1. Copy the full SHA
    8b9db05 View commit details

Commits on Jan 27, 2025

  1. 🧹 chore: Backport ctx.String() from v3 (#3294)

    * Backport ctx.String() to v2
    
    * Fix lint issues
    gaby authored Jan 27, 2025
    Copy the full SHA
    42d921d View commit details

Commits on Apr 9, 2025

  1. update benchmarks.md

    ReneWerner87 committed Apr 9, 2025
    Copy the full SHA
    8add1ad View commit details

Commits on Apr 13, 2025

  1. repair readme benchmarks

    ReneWerner87 committed Apr 13, 2025
    Copy the full SHA
    cf5041b View commit details

Commits on Apr 26, 2025

  1. 📒 docs: Update usage of ctx.Redirect() (#3417)

    * 📚 Improve docs for Ctx.Redirect
    
    Closes #3405
    
    * Update ctx.md
    
    * Only run golangci-lint for go related changes
    
    ---------
    
    Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
    andradei and gaby authored Apr 26, 2025
    Copy the full SHA
    ac8b1c9 View commit details

Commits on May 12, 2025

  1. fix golangci errors

    Error: G104: Errors unhandled. (gosec)
    Error: G104: Errors unhandled. (gosec)
    Error: G104: Errors unhandled. (gosec)
    ReneWerner87 committed May 12, 2025
    Copy the full SHA
    f7a10c9 View commit details
  2. fix golangci errors

    Error: G104: Errors unhandled. (gosec)
    ReneWerner87 committed May 12, 2025
    Copy the full SHA
    fccff19 View commit details

Commits on May 16, 2025

  1. 🐛 Fix routing with mount and static (#3454)

    * fix routing with mount and static
    
    [Bug]: Static server in sub app does not work #3104
    #3104
    [Bug]: When mounting a subapp with mount, the static route is inaccessible. #3442
    #3442
    ReneWerner87 authored May 16, 2025
    Copy the full SHA
    94e30d7 View commit details

Commits on May 19, 2025

  1. docs: Add AGENTS.md (#3461)

    Create AGENTS.md
    gaby authored May 19, 2025
    Copy the full SHA
    7db10b6 View commit details

Commits on May 20, 2025

  1. Update AGENTS.md

    ReneWerner87 committed May 20, 2025
    Copy the full SHA
    d153551 View commit details

Commits on May 22, 2025

  1. Merge commit from fork

    * BodyParser: slice/array invalid range
    - add test case
    
    * BodyParser: slice/array invalid range
    ReneWerner87 authored May 22, 2025
    Copy the full SHA
    e115c08 View commit details
  2. Update app.go

    ReneWerner87 authored May 22, 2025
    Copy the full SHA
    22c3c0c View commit details

Commits on May 26, 2025

  1. Update AGENTS.md

    ReneWerner87 authored May 26, 2025
    Copy the full SHA
    b6f0772 View commit details
  2. 🐛 fix: Embedded struct parsing (#3478)

    * Fix "[Bug]: Incorrect Parsing of Slice by QueryParser() with Embedded Structs #2859"
    
    * Fix "[Bug]: Incorrect Parsing of Slice by QueryParser() with Embedded Structs #2859"
    ReneWerner87 authored May 26, 2025
    Copy the full SHA
    40d14a9 View commit details

Commits on Jun 10, 2025

  1. 🧹 chore: Add upper index limit for parsers (#3503)

    * add error for index overflow
    
    * Update ctx_test.go
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update ctx_test.go
    
    * Update ctx_test.go
    
    * Update ctx_test.go
    
    * Fix proxy tests and update parser index limit
    
    * Fix proxy tests and enforce parser index limit
    
    * test: fix index limit and proxy tests
    
    * Fix proxy test helpers
    
    * Update proxy_test.go
    
    * fix index overflow error handling
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    gaby and Copilot authored Jun 10, 2025
    Copy the full SHA
    1c037c4 View commit details

Commits on Jun 23, 2025

  1. 🐛 bug: Fix Content-Type comparison in Is() (#3537)

    * fix: improve Is content type matching
    
    * Update ctx.go
    
    ---------
    
    Co-authored-by: RW <rene@gofiber.io>
    gaby and ReneWerner87 authored Jun 23, 2025
    Copy the full SHA
    845f95f View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v2.52.6...v2