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

Commits on Jan 19, 2023

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

Commits on Jan 4, 2025

  1. Add Ruby 3.3 to CI matrix (#28)

    m-nakamura145 authored and ioquatix committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    a4e4203 View commit details
    Browse the repository at this point in the history
  2. Specify the base64 dependency (#31)

    Addresses this warning (on Ruby 3.3):
    
    > /app/lib/rack/session/cookie.rb:11: warning: base64 was loaded from
    > the standard library, but is not part of the default gems since Ruby
    > 3.4.0. Add base64 to your Gemfile or gemspec.
    dentarg authored and ioquatix committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    6dd2fe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27d4016 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8227783 View commit details
    Browse the repository at this point in the history
  5. Bump actions/checkout from 3 to 4 (#37)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ioquatix committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    178daa3 View commit details
    Browse the repository at this point in the history
  6. Introduce assume_ssl option to allow secure session cookies through…

    … insecure proxy (#41)
    jrmcgarvey authored and ioquatix committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    abb6b62 View commit details
    Browse the repository at this point in the history
  7. Add cookie option "partitioned" to DEFAULT_OPTIONS and documentation …

    …of class Persisted (#43)
    womblep authored and ioquatix committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    4af6114 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ad38c0 View commit details
    Browse the repository at this point in the history
  9. Opt-in for MFA requirement (#45)

    Make the gem more secure by requiring that all privileged operations by
    any of the owners require OTP.
    
    Ref: https://guides.rubygems.org/mfa-requirement-opt-in/
    tagliala authored and ioquatix committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    9818179 View commit details
    Browse the repository at this point in the history
  10. Bump actions/checkout from 3 to 4 (#47)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ioquatix committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    06b63f5 View commit details
    Browse the repository at this point in the history
  11. Test on Ruby v3.4.

    ioquatix committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    1a10ce8 View commit details
    Browse the repository at this point in the history
  12. Rack 3 compatibility.

    ioquatix committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    77c56db View commit details
    Browse the repository at this point in the history
  13. Add release notes.

    ioquatix committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    67c1237 View commit details
    Browse the repository at this point in the history
  14. Bump minor version.

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

Commits on May 6, 2025

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

    ioquatix committed May 6, 2025
    Configuration menu
    Copy the full SHA
    96663ec View commit details
    Browse the repository at this point in the history
Loading