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: rs/cors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Choose a base ref
...
head repository: rs/cors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 10 commits
  • 7 files changed
  • 3 contributors

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    e90f167 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Fix skewed middleware benchmarks (#156)

    * Use constants where possible in benchmarks
    
    * Add missing Origin to preflights in benchmarks
    
    * Clear headers of shared response in benchmarks
    jub0bs authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    066574e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Keep method case-sensitive

    Fix #158
    rs committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    41a5eef View commit details
    Browse the repository at this point in the history
  2. Migrate from gocover

    Fixes #142
    rs committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6c6189c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6599721 View commit details
    Browse the repository at this point in the history
  4. Allow 0 max-age

    Fixes #152
    rs committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d3f0a2b View commit details
    Browse the repository at this point in the history
  5. Remove most allocations

    rs committed Sep 5, 2023
    1 Configuration menu
    Copy the full SHA
    080e86e View commit details
    Browse the repository at this point in the history
  6. Remove Origin always added to allowed header

    Fixes #151
    rs committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5288ed0 View commit details
    Browse the repository at this point in the history
  7. Fix action file

    rs committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    cefce9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46855ae View commit details
    Browse the repository at this point in the history
Loading