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

Commits on Sep 22, 2022

  1. fix: work-around fix for issue 88

    Concurrent invocations of touch() or set() for the same session id can result in problems. Practically, this may happen when a browser concurrently loads multiple resources for the same site. This PR dis-allows concurrent calls to touch() or set() for the same session id by default, but provides options to over-ride this behavior.
    kleydon committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    9de0b72 View commit details
    Browse the repository at this point in the history
  2. style: updated comment

    kleydon committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    bb6b5ce View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Merge pull request #104 from kleydon/dev-1

    Workaround for Issue #88
    kleydon authored Sep 24, 2022
    Configuration menu
    Copy the full SHA
    c56e6af View commit details
    Browse the repository at this point in the history
  2. chore: 3.1.10 [skip ci]

    ## [3.1.10](v3.1.9...v3.1.10) (2022-09-24)
    
    ### Bug Fixes
    
    * work-around fix for issue 88 ([9de0b72](9de0b72))
    semantic-release-bot committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    cc17b8c View commit details
    Browse the repository at this point in the history
Loading