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.11
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.12
Choose a head ref
  • 7 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 24, 2023

  1. build(deps): bump cookiejar from 2.1.3 to 2.1.4

    Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4.
    - [Release notes](https://github.com/bmeck/node-cookiejar/releases)
    - [Commits](https://github.com/bmeck/node-cookiejar/commits)
    
    ---
    updated-dependencies:
    - dependency-name: cookiejar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    381f585 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1

    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    721e2db View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Merge pull request #110 from kleydon/dependabot/npm_and_yarn/http-cac…

    …he-semantics-4.1.1
    
    build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
    kleydon authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    5044760 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108 from kleydon/dependabot/npm_and_yarn/cookieja…

    …r-2.1.4
    
    build(deps): bump cookiejar from 2.1.3 to 2.1.4
    kleydon authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    ecb8989 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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

Commits on Jun 26, 2023

  1. Merge pull request #114 from ka2n/recover

    Recovery from invalid connection
    kleydon authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    a98a0b6 View commit details
    Browse the repository at this point in the history
  2. chore: 3.1.12 [skip ci]

    ## [3.1.12](v3.1.11...v3.1.12) (2023-06-26)
    
    ### Bug Fixes
    
    * recover from disconnected state ([11375ca](11375ca))
    semantic-release-bot committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    2409fff View commit details
    Browse the repository at this point in the history
Loading