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.3
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.4
Choose a head ref
  • 6 commits
  • 10 files changed
  • 3 contributors

Commits on Dec 17, 2024

  1. ci: upload coverage to coveralls (#446)

    * ci: upload coverage to coveralls
    
    * fix path to lcov file
    grdsdev authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    ff9421c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Configuration menu
    Copy the full SHA
    90135ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    666ebb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. fix: remove client side check of jwt token (#451)

    remove client side check of jwt token
    filipecabaco authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    e58fc94 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. fix: Change format of version sent (#455)

    * fix: Change format of version sent
    
    * get version from x-client-info header
    
    * add tests
    
    ---------
    
    Co-authored-by: Guilherme Souza <grsouza@pm.me>
    filipecabaco and grdsdev authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    0d98367 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. build(deps-dev): bump vitest and @vitest/coverage-v8 (#454)

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). These dependencies needed to be updated together.
    
    Updates `vitest` from 2.0.5 to 2.1.9
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest)
    
    Updates `@vitest/coverage-v8` from 2.0.5 to 2.1.9
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/coverage-v8)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-type: direct:development
    - dependency-name: "@vitest/coverage-v8"
      dependency-type: direct:development
    ...
    
    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
    e355843 View commit details
    Browse the repository at this point in the history
Loading