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.0
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.1
Choose a head ref
  • 12 commits
  • 25 files changed
  • 5 contributors

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    2e66937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ba3137 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Fix default value to false in docs of QueryBool (#2811)

    fix default value to false in docs of QueryBool
    CAEL0 authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e524b73 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    8325ed0 View commit details
    Browse the repository at this point in the history
  2. Update ctx.md

    ReneWerner87 authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    56d2ec7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Update routing.md

    ReneWerner87 authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4e0f180 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    a84a7ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2867 from grivera64/v2

    📚 Doc: Fix code snippet indentation in /docs/api/middleware/keyauth.md
    gaby authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cf54c25 View commit details
    Browse the repository at this point in the history
  3. fix: healthcheck middleware not working with route group (#2863)

    * fix: healthcheck middleware not working with route group
    
    * perf: change verification method to improve perf
    
    * Update healthcheck_test.go
    
    * test: add not matching route test for strict routing
    
    * add more test cases
    
    * correct tests
    
    * correct test helpers
    
    * correct tests
    
    * correct tests
    
    ---------
    
    Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
    Co-authored-by: René Werner <rene@gofiber.io>
    3 people authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5e30112 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge pull request from GHSA-fmg4-x8pw-hjhg

    * Enforce Wildcard Origins with AllowCredentials check
    
    * Expand unit-tests, fix issues with subdomains logic, update docs
    
    * Update cors.md
    
    * Added test using localhost, ipv4, and ipv6 address
    
    * improve documentation markdown
    
    ---------
    
    Co-authored-by: René Werner <rene@gofiber.io>
    gaby and ReneWerner87 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f0cd3b4 View commit details
    Browse the repository at this point in the history
  2. Update app.go

    prepare release v2.52.1
    ReneWerner87 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f9fcb02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f21d5 View commit details
    Browse the repository at this point in the history
Loading