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: rack/rack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.8
Choose a base ref
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.10
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Oct 14, 2024

  1. Add Fixed section.

    ioquatix committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b441049 View commit details
    Browse the repository at this point in the history
  2. Fix title level.

    ioquatix committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b2aebc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    890db46 View commit details
    Browse the repository at this point in the history
  2. Update test versions.

    ioquatix committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    09de82f View commit details
    Browse the repository at this point in the history
  3. fix: malformed charset param (#2263) (#2277)

    If a content type header is provided with a malformed part, there's no
    nice way of interpreting it since instead of being a key/value pair it's
    just a key.
    
    Instead, we mimic the behaviour of query parameters and opt to return an
    empty string in lieu of missing values—this way we can still identify
    their presence, but won't blow up. The behaviour isn't identical, but
    we're also not worried about backwards compatibility here (given the
    alternative was exploding)
    
    Co-authored-by: Ally <28497049+AllyMarthaJ@users.noreply.github.com>
    Earlopain and AllyMarthaJ authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    edb0869 View commit details
    Browse the repository at this point in the history
  4. Update changelog.

    ioquatix committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    3383cf2 View commit details
    Browse the repository at this point in the history
  5. Bump patch version.

    ioquatix committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    e217a39 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Configuration menu
    Copy the full SHA
    4aa1978 View commit details
    Browse the repository at this point in the history
  2. Bump patch version.

    ioquatix committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    0349488 View commit details
    Browse the repository at this point in the history
Loading