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: supabase/ssr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: supabase/ssr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 27, 2024

  1. fix: remove optional dependencies (#41)

    ## What kind of change does this PR introduce?
    
    This is causing an issue for a user when deploying to vercel as it's
    trying to install this optional dependency. However it doesn't look like
    this optional dependency is being used anywhere in this project.
    
    ## What is the current behavior?
    
    Optional dependency is not being used.
    
    ## What is the new behavior?
    
    Remove optional dependency.
    
    ## Additional context
    
    Add any other context or screenshots.
    silentworks authored Aug 27, 2024
    Copy the full SHA
    a48fe6f View commit details

Commits on Aug 28, 2024

  1. fix: set max-age default cookie option to 400 days (#54)

    Some browsers didn't like the large number used by the `Max-Age` default
    cookie option, causing weird behavior. It's now set to [400
    days](https://developer.chrome.com/blog/cookie-max-age-expires).
    hf authored Aug 28, 2024
    Copy the full SHA
    f4ed2e0 View commit details
  2. chore(main): release 0.5.1 (#52)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.5.1](v0.5.0...v0.5.1)
    (2024-08-28)
    
    
    ### Bug Fixes
    
    * remove optional dependencies
    ([#41](#41))
    ([a48fe6f](a48fe6f))
    * set `max-age` default cookie option to 400 days
    ([#54](#54))
    ([f4ed2e0](f4ed2e0))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 28, 2024
    Copy the full SHA
    9d11b40 View commit details
Loading