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/realtime-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: supabase/realtime-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 7 commits
  • 10 files changed
  • 5 contributors

Commits on Jan 22, 2025

  1. chore(deps): bump abatilo/actions-poetry from 3 to 4 (#254)

    Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3 to 4.
    - [Release notes](https://github.com/abatilo/actions-poetry/releases)
    - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
    - [Commits](abatilo/actions-poetry@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: abatilo/actions-poetry
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    c5a4e5a View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump pre-commit from 4.0.1 to 4.1.0 (#263)

    Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.0.1 to 4.1.0.
    - [Release notes](https://github.com/pre-commit/pre-commit/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
    - [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    5204930 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump pytest-asyncio from 0.25.0 to 0.25.2 (#255)

    Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.0 to 0.25.2.
    - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
    - [Commits](pytest-dev/pytest-asyncio@v0.25.0...v0.25.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-asyncio
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    382ada0 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump virtualenv in the pip group across 1 directory (#…

    …256)
    
    Bumps the pip group with 1 update in the / directory: [virtualenv](https://github.com/pypa/virtualenv).
    
    
    Updates `virtualenv` from 20.26.3 to 20.26.6
    - [Release notes](https://github.com/pypa/virtualenv/releases)
    - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
    - [Commits](pypa/virtualenv@20.26.3...20.26.6)
    
    ---
    updated-dependencies:
    - dependency-name: virtualenv
      dependency-type: indirect
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    685eda7 View commit details
    Browse the repository at this point in the history
  5. feat: add support for system event (#264)

    * feat: add support for  event
    
    * push to coveralls only once
    
    * force test to fail
    
    * remove failure test
    grdsdev authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    0396c7b View commit details
    Browse the repository at this point in the history
  6. fix: send correct payload to channel on reconnect (#262)

    * fix: add token authentication on reconnect
    
    * fix: correct payload during channel connection
    
    ---------
    
    Co-authored-by: Andrew Smith <a.smith@silentworks.co.uk>
    sidtuladhar and silentworks authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    66db32e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. chore(main): release 2.2.0 (#266)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    b35bbb6 View commit details
    Browse the repository at this point in the history
Loading