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.3
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.4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 26, 2024

  1. fix(middleware/cors): CORS handling (#2937)

    * fix(middleware/cors): CORS handling
    
    * fix(middleware/cors): Vary header handling
    
    * test(middleware/cors): Ensure Vary Headers checked
    sixcolors authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e574c0d View commit details
    Browse the repository at this point in the history
  2. fix(middleware/cors): Vary header handling non-cors OPTIONS requests (#…

    …2939)
    
    * fix(middleware/cors): Vary header handling non-cors OPTIONS requests
    
    * chore(middleware/cors): Add Vary header for non-CORS OPTIONS requests comment
    sixcolors authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a6f4c13 View commit details
    Browse the repository at this point in the history
  3. prepare release v2.52.4

    ReneWerner87 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fd811cf View commit details
    Browse the repository at this point in the history
Loading