Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
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/realtime-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.4
Choose a base ref
...
head repository: supabase/realtime-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.11.5
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 18, 2025

  1. build(deps): bump next from 14.2.15 to 14.2.21 in /example (#450)

    Bumps [next](https://github.com/vercel/next.js) from 14.2.15 to 14.2.21.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.2.15...v14.2.21)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    3910cd0 View commit details
    Browse the repository at this point in the history
  2. fix: set log level on params (#456)

    * Deprecation of log_level to logLevel
    * Exports type of log level supported
    * Fixes log level being sent in URL params
    * Changes heartbeat to default to 25s
    filipecabaco authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    527f3fb View commit details
    Browse the repository at this point in the history
Loading