Skip to content

Releases: supabase/realtime-py

v2.0.6

18 Oct 07:08
c2a7040
Compare
Choose a tag to compare

2.0.6 (2024-10-16)

Bug Fixes

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