Releases: supabase/realtime
Releases · supabase/realtime
v0.13.0
0.13.0 (2021-03-09)
Features
- enable recovery when publication is dropped (57e5b9c)
- pass publications as env var (3c0bc23)
v0.12.0
0.12.0 (2021-02-24)
Features
- enable observer in Elixir release (3fe4f83)
v0.11.1
0.11.1 (2021-02-17)
Bug Fixes
- convert timestamp and timestamptz values to ISO 8601 (138322b)
v0.11.0
0.11.0 (2021-02-16)
Features
- change socket param from token to apikey (bcda09b)
v0.10.6
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.3
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
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
0.10.1 (2021-01-11)
Bug Fixes
- replication fails to trap on :init_db_conn (a0d1353)