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.8
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.52.9
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on May 26, 2025

  1. Update AGENTS.md

    ReneWerner87 authored May 26, 2025
    Configuration menu
    Copy the full SHA
    b6f0772 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    40d14a9 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    1c037c4 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    845f95f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. Configuration menu
    Copy the full SHA
    b60408c View commit details
    Browse the repository at this point in the history
  2. Update app.go

    prepare release v2.52.9
    ReneWerner87 authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    1197a22 View commit details
    Browse the repository at this point in the history
Loading