Skip to content

Releases: supabase/realtime

v0.13.0

09 Mar 05:43
eed8801
Compare
Choose a tag to compare

0.13.0 (2021-03-09)

Features

  • enable recovery when publication is dropped (57e5b9c)
  • pass publications as env var (3c0bc23)

v0.12.0

24 Feb 07:17
e26c3d9
Compare
Choose a tag to compare

0.12.0 (2021-02-24)

Features

  • enable observer in Elixir release (3fe4f83)

v0.11.1

17 Feb 21:51
f94cfda
Compare
Choose a tag to compare

0.11.1 (2021-02-17)

Bug Fixes

  • convert timestamp and timestamptz values to ISO 8601 (138322b)

v0.11.0

16 Feb 04:48
ca7f9bd
Compare
Choose a tag to compare

0.11.0 (2021-02-16)

Features

  • change socket param from token to apikey (bcda09b)

v0.10.6

11 Feb 03:19
af6344c
Compare
Choose a tag to compare

0.10.6 (2021-02-11)

Bug Fixes

  • remove conn_retry_delays from Realtime.Replication (8bdfb96)
  • remove Realtime.Replication tests related to db retry (790af3f)
  • remove retry instruction from README (7f6e54b)
  • remove retry vars from releases.exs (4d68673)
  • revert "feat: Add database connection retries (#82)" (6185462)
  • revert "fix: undefined.handle_message errors (#111)" (b88d582)

v0.10.5

29 Jan 09:04
591c925
Compare
Choose a tag to compare

0.10.5 (2021-01-29)

Bug Fixes

v0.10.4

20 Jan 08:16
Compare
Choose a tag to compare

0.10.4 (2021-01-20)

Bug Fixes

v0.10.3

17 Jan 10:14
34c17fc
Compare
Choose a tag to compare

0.10.3 (2021-01-17)

Bug Fixes

  • Add Truncate option 3 and add commit_timestamp to all DB Changes (#103) (34c17fc)

v0.10.2

14 Jan 05:28
Compare
Choose a tag to compare

0.10.2 (2021-01-14)

Bug Fixes

  • huge WAL caused by slow replication (4b1cc04)
  • large message crashes SubscribersNotification (4155e09)

Performance Improvements

  • Enum.reverse optimization (7934a8f)

v0.10.1

11 Jan 00:04
Compare
Choose a tag to compare

0.10.1 (2021-01-11)

Bug Fixes

  • replication fails to trap on :init_db_conn (a0d1353)