Skip to content

Releases: supabase/realtime-py

v2.0.5

28 Sep 04:08
7734890
Compare
Choose a tag to compare

2.0.5 (2024-09-28)

Bug Fixes

  • schedule timeout should not be async (#210) (0a3c720)

v2.0.4

27 Sep 01:14
9f53571
Compare
Choose a tag to compare

2.0.4 (2024-09-26)

Bug Fixes

  • add missing arg on on_join_push_timeout (#208) (de77c12)

v2.0.3

26 Sep 23:06
b9d52af
Compare
Choose a tag to compare

2.0.3 (2024-09-26)

Bug Fixes

v2.0.2

20 Aug 22:26
d414762
Compare
Choose a tag to compare

2.0.2 (2024-08-20)

Bug Fixes

  • set realtime as not implemented in the sync client (#193) (73d6275)

v2.0.1

17 Aug 19:38
9467a39
Compare
Choose a tag to compare

2.0.1 (2024-08-17)

Bug Fixes

v2.0.0

16 Aug 11:41
bf779ec
Compare
Choose a tag to compare

2.0.0 (2024-08-16)

⚠ BREAKING CHANGES

  • realtime v2 (#178)

Features

Bug Fixes

v1.0.6

15 Jun 22:39
Compare
Choose a tag to compare

v1.0.6 (2024-06-15)

Build

  • build(deps-dev): bump black from 24.3.0 to 24.4.2 (#127) (cedc610)

Chore

  • chore(deps): bump typing-extensions from 4.12.0 to 4.12.2 (#159) (bc8ed99)

  • chore(deps): bump python-semantic-release/python-semantic-release (#157) (6fd84c1)

  • chore(deps-dev): bump python-semantic-release from 9.8.0 to 9.8.1 (#156) (90aa6d9)

  • chore(deps-dev): bump pytest from 8.2.1 to 8.2.2 (#155) (77ab4fc)

  • chore(deps-dev): bump requests in the pip group across 1 directory (#153)

Bumps the pip group with 1 update in the / directory: requests.

Updates requests from 2.31.0 to 2.32.2

  • chore(deps-dev): bump python-semantic-release from 9.4.1 to 9.8.0 (#152) (acd62f5)

  • chore(deps): bump typing-extensions from 4.11.0 to 4.12.0 (#150) (36f7d31)

  • chore(deps): bump python-semantic-release/python-semantic-release (#151) (f6040fd)

  • chore(deps-dev): bump pytest from 8.1.1 to 8.2.1 (#147) (86d889f)

Fix

  • fix: Fixes for ciclomatic complexity (#148) (883d051)

v1.0.5

29 May 11:00
Compare
Choose a tag to compare

v1.0.5 (2024-05-29)

Fix

  • fix: gracefully close the socket (9c0ffd1)

Unknown

  • Update .pre-commit-config.yaml (#132)

  • Update .pre-commit-config.yaml

  • Update .pre-commit-config.yaml

  • Update .pre-commit-config.yaml

  • Update .pre-commit-config.yaml

  • Update .pre-commit-config.yaml

  • Update .pre-commit-config.yaml

  • Update .pre-commit-config.yaml

  • Update .pre-commit-config.yaml (8bcf6da)

  • Add stale bot (#131) (5d1906a)

v1.0.4

13 Apr 00:32
Compare
Choose a tag to compare

v1.0.4 (2024-04-13)

Build

  • build(deps-dev): bump idna from 3.4 to 3.7 (#118) (364de4e)

  • build(deps-dev): bump python-semantic-release from 9.3.1 to 9.4.1 (#115) (88e8a30)

  • build(deps): bump typing-extensions from 4.10.0 to 4.11.0 (#114) (910616a)

  • build(deps): bump python-semantic-release/python-semantic-release (#116)

Bumps python-semantic-release/python-semantic-release from 9.3.1 to 9.4.1.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (6e07a0c)

Fix

Unknown

v1.0.3

26 Mar 21:18
Compare
Choose a tag to compare

v1.0.3 (2024-03-26)

Build

  • build(deps-dev): bump python-semantic-release from 9.1.1 to 9.3.1 (#109) (acc5af2)

  • build(deps): bump python-semantic-release/python-semantic-release (#107) (fc381db)

  • build(deps-dev): bump black from 23.11.0 to 24.3.0 (#105) (7c2bc90)

  • build(deps-dev): bump black from 23.11.0 to 24.3.0 (#103) (aa068c0)

  • build(deps-dev): bump pytest from 8.0.2 to 8.1.1 (#101) (f3ac93a)

  • build(deps): bump python-dateutil from 2.8.2 to 2.9.0.post0 (#100) (36875c7)

  • build(deps): bump websockets from 11.0.3 to 12.0 (#97) (859a7e7)

  • build(deps-dev): bump isort from 5.12.0 to 5.13.2 (#94) (1938958)

  • build(deps): bump typing-extensions from 4.7.1 to 4.10.0 (#96)

Bumps typing-extensions from 4.7.1 to 4.10.0.


updated-dependencies:

  • dependency-name: typing-extensions
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (9b610d7)

  • build(deps-dev): bump python-semantic-release from 8.3.0 to 9.1.1 (#95)

Bumps python-semantic-release from 8.3.0 to 9.1.1.


updated-dependencies:

  • dependency-name: python-semantic-release
    dependency-type: direct:development
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (99a0c48)

  • build(deps): bump actions/setup-python from 2 to 5 (#89)

Bumps actions/setup-python from 2 to 5.


updated-dependencies:

  • dependency-name: actions/setup-python
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (d7f13aa)

  • build(deps-dev): bump pytest from 7.4.0 to 8.0.2 (#93)

Bumps pytest from 7.4.0 to 8.0.2.


updated-dependencies:

  • dependency-name: pytest
    dependency-type: direct:development
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (64f7e8e)

  • build(deps): bump abatilo/actions-poetry from 2.2.0 to 3.0.0 (#91)

Bumps abatilo/actions-poetry from 2.2.0 to 3.0.0.


updated-dependencies:

  • dependency-name: abatilo/actions-poetry
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3fb37a5)

  • build(deps): bump python-semantic-release/python-semantic-release (#92)

Bumps python-semantic-release/python-semantic-release from 8.0.0 to 9.1.1.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (2f6776e)

  • build(deps): bump actions/checkout from 2 to 4 (#90)

Bumps actions/checkout from 2 to 4.


updated-dependencies:

  • dependency-name: actions/checkout
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (f6001b5)

  • build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#84)

Bumps jinja2 from 3.1.2 to 3.1.3.


updated-dependencies:

  • dependency-name: jinja2
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (30699c9)

  • build(deps-dev): bump gitpython from 3.1.40 to 3.1.41 (#83)

Bumps gitpython from 3.1.40 to 3.1.41.


updated-dependencies:

  • dependency-name: gitpython
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (1bfd2c1)

Fix

Unknown

  • Create dependabot.yml & update code-owners (#88)

  • Create dependabot.yml

  • Create dependabot.yml

  • Delete .github/.github directory

  • Create CODEOWNERS (5fdb923)