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

Commits on Jan 30, 2025

  1. chore(ci): fix build pipeline poetry installation (#272)

    * chore(ci): fix build pipeline poetry installation
    
    * chore(ci): fix missing indentation
    
    * chore(ci): fix formatting in yml file
    
    * chore(ci): update precommit hooks
    silentworks authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    8aa1ec2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. chore(deps): bump aiohttp from 3.11.11 to 3.11.12 (#273)

    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      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 Feb 7, 2025
    Configuration menu
    Copy the full SHA
    ced6531 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. chore(example): drop example (#265)

    * fixed example
    
    * fix example by adding requests dependency
    
    * code format
    
    * sort imports
    
    * specify requests lib version
    
    * drop example
    
    ---------
    
    Co-authored-by: Sandro Bauer <sandro.bauer@smart-cybersecurity.de>
    grdsdev and Sandr0x00 authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    2ecec40 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. feat: remove the need of calling listen method (#274)

    * fix: remove listen
    
    * deprecate old listen method
    
    * fix reconnection
    
    * remove listen instruction from README
    
    * fix reconnection and fix tests
    
    * revert auth test
    
    * omit test folder from coverage
    
    * remove install supabase cli step since npx handles it
    
    * ignore vscode config files
    
    * update docstrings
    
    * format
    grdsdev authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    0a96f70 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. fix: Set default heartbeat interval to 25s (#276)

    * add test for init client
    
    * fix test
    grdsdev authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    09c6269 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.4.0 (#277)

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