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

Commits on Jul 23, 2025

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

Commits on Nov 2, 2025

  1. build(deps): bump actions/download-artifact from 4.3.0 to 6.0.0 (#1086)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    488102d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action from 3.28.18 to 4.31.2 (#1085)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    b6f79be View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. build(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7 (#1091)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    c83c8e2 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#1090)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    a095a9a View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github/codeql-action from 4.31.2 to 4.31.6 (#1089)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    0e7a438 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/checkout from 4.2.2 to 6.0.0 (#1088)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    1307f30 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.3 (#1082)

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.1 to 2.4.3.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@f49aabe...4eaacf0)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-version: 2.4.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    2cd6561 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. refactor: remove unused sess parameter from generateSessionId fun…

    …ction (#1001)
    
    The `sess` parameter was not used in `generateSessionId`, so it was removed to improve code clarity and reduce potential confusion.
    
    Co-authored-by: Sebastian Beltran <[email protected]>
    Ayoub-Mabrouk and bjohansebas authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    00b8a5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d69f09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    264b6a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. Add sameSite 'auto' support to match secure 'auto' pattern (#1087)

    * feat: add sameSite 'auto' support for automatic cross-site cookie configuration
    
    * test: enhance session tests for secure and SameSite cookie attributes
    
    * test: update session tests for SameSite cookie handling and logging
    
    * docs: add history entry
    
    * refactor: cache issecure result to avoid duplicate calls
    
    * Apply suggestion from @bjohansebas
    
    ---------
    
    Co-authored-by: Sebastian Beltran <[email protected]>
    djunehor and bjohansebas authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    73e0193 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. feat: add support to dynamic cookie options (#1027)

    Co-authored-by: Sebastian Beltran <[email protected]>
    Co-authored-by: Ulises Gascón <[email protected]>
    3 people authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    2673736 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. 1.19.0 (#1107)

    UlisesGascon authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    c10b2a3 View commit details
    Browse the repository at this point in the history
Loading