Skip to content

Releases: supabase/realtime

v0.7.8

03 Sep 07:47
Compare
Choose a tag to compare

0.7.8 (2020-09-03)

Bug Fixes

v0.7.7

14 Jul 02:57
Compare
Choose a tag to compare

Dummy release for semantic-release.

0.7.7

08 Jun 09:58
Compare
Choose a tag to compare
added fixes for #50

0.7.5

03 Jun 08:41
758e725
Compare
Choose a tag to compare
chore: prepare Realtime for Marketplaces (#49)

* chore: update Packer & Ansible files

Update Packer & Ansible settings to prepare for AWS/DO Marketplaces

* chore: set aws.json's `source_ami` to be user var

`source_ami`'s default is set to x64 Ubuntu 18.04 EBS HVM in
ap-southeast-1 (Singpore), but ami codes change between regions, so this
should be a user variable along with `region`.

* fix: get SECRET_KEY_BASE from env

* chore: proper cleanup of Ansible tmp files

* docs: better error messages for SECRET_KEY_BASE

* ci: fix artifact naming of release assets

0.7.4

22 May 09:45
951ef23
Compare
Choose a tag to compare
fixes #33 and #34

0.7.3

20 May 11:07
a3e6dbd
Compare
Choose a tag to compare

We're making it easy to install and get started. For now we are packaging an executable and a docker image: https://hub.docker.com/r/supabase/realtime

Coming soon: AWS & Digital Ocean. Feel free to open an issue if you want (need) any others.

More documentation on self-hosting coming soon too 👍

0.7.0

25 Feb 09:24
Compare
Choose a tag to compare
  • [closed] Changes should be broadcast for individual event types: INSERT, UPDATE, DELETE #20

push

25 Feb 09:09
Compare
Choose a tag to compare
  • [closed] Elixir Mapper does not account for array data types #17
  • [closed] Phoenix Channels is appending /websocket after query params #13