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 Loading
base: v1.10.1
Choose a base ref
...
head repository: rs/cors Loading
compare: v1.11.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 4 contributors

Commits on Oct 13, 2023

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

Commits on Jan 15, 2024

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

Commits on Feb 9, 2024

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

    Also initialize the response headers with the default header in
    benchmarks as all reponse at least have one header. This removes the
    single allocation that should not be attributed to this library.
    
    Also add a micro-optimization on the critical path.
    rs committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0bcf73f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'jub0bs-master'

    rs committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    af821ae View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Complete documentation; deprecate AllowOriginRequestFunc in favour of…

    … AllowOriginVaryRequestFunc (#169)
    
    * Fix minor grammatical mistakes
    
    * Document AllowOriginVaryRequestFunc in the README
    
    * Document AllowPrivateNetwork in README
    
    * Mark AllowOriginRequestFunc as deprecated
    jub0bs committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8d33ca4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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