8000 Comparing v2.2.9...v2.2.12 · rack/rack · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

8000 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: v2.2.9
Choose a base ref
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.12
Choose a head ref
  • 8 commits
  • 11 files changed
  • 4 contributors

Commits on Sep 9, 2024

  1. [2.2-stable] Fix compatibility issues with Ruby 3.4.0dev (#2248)

    * Remove dependency on `base64`
    
    The gem was made a default gems, so it should be added to the gemspec,
    but most gems out there decided to just use `pack/unpack` to not add
    a dependency, that's the approach I used there.
    
    * Fix URI deprecation warnings
    
    Ref: ruby/uri#114
    
    * Update CI matrix
    
    * Restore Ruby 2.3 compatibility
    
    ---------
    
    Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
    casperisfine and byroot authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6ae7057 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Bump patch version.

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

Commits on Feb 12, 2025

  1. Configuration menu
    Copy the full SHA
    f8b41c1 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
    aa5a0f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f393916 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Configuration menu
    Copy the full SHA
    b13bc6b View commit details
    Browse the repository at this point in the history
  2. Fix development workflow.

    ioquatix committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    fadf97e View commit details
    Browse the repository at this point in the history
  3. Bump patch verison.

    ioquatix committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    7829663 View commit details
    Browse the repository at this point in the history
Loading
0