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

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    83d4bd1 View commit details
    Browse the repository at this point in the history
  2. remove more nils

    tenderlove committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    77f3aab View commit details
    Browse the repository at this point in the history
  3. use session id objects

    tenderlove committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    bb3d486 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b205ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c7e3b2 View commit details
    Browse the repository at this point in the history
  6. remove NullSession

    tenderlove committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    4e32262 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73a5f79 View commit details
    Browse the repository at this point in the history
  8. Add the private id

    tenderlove committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    dc45a06 View commit details
    Browse the repository at this point in the history
  9. Fallback to the legacy id when the new id is not found

    This will avoid all session to be invalidated.
    rafaelfranca authored and tenderlove committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    6a04bbf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ba123d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e96e0f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b1cab6 View commit details
    Browse the repository at this point in the history
  13. Introduce a new base class to avoid breaking when upgrading

    Third-party session store would still need to be chaged to be more
    secure but only upgrading rack will not break any application.
    rafaelfranca authored and tenderlove committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    f1a79b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Bumping version

    tenderlove committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    e7ee459 View commit details
    Browse the repository at this point in the history
Loading