8000 Tags · openmodels-base/realtime · GitHub
[go: up one dir, main page]

Skip to content

Tags: openmodels-base/realtime

Tags

v2.18.0

Toggle v2.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support v2 json serializer (supabase#612)

* feat: support v2 json serializer

* feat: bump version

v2.17.2

Toggle v2.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update fly toml for apps v2 (supabase#609)

v2.17.1

Toggle v2.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: build with Tailwind (supabase#608)

* chore: upgrade tailwind

* fix: tailwind build and version bump

* fix: favicon.svg not .ico

v2.17.0

Toggle v2.17.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: use the Inspector with a JWT signed with custom claims (supabas…

…e#592)

* feat: use the Inspector with a JWT signed with custom claims

* fix: set bearer with `realtimeSocket.realtime.accessToken`

* fix: upgrade supabase.js

* fix: bump version

* fix: improve seeds file

* fix: template fixes

* fix: access_token is in the assigns duh

* fix: use realtime.setAuth instead to match docs

---------

Co-authored-by: Wen Bo Xie <5532241+w3b6x9@users.noreply.github.com>

v2.16.0

Toggle v2.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: set default node name to "realtime" (supabase#604)

v2.15.0

Toggle v2.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add hostname detection for AWS ECS Fargate (supabase#603)

* feat: Add fargate hostname detection
* fix: update the mix.exs version

v2.14.0

Toggle v2.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: upgrade to Phoenix 1.7 (supabase#602)

* feat: Upgrade to Phoenix 1.7 (supabase#593)

* deps: update liveview and dashboard

* deps: upgrade to phoenix 1.7.0

- required an upgrade of prom_ex
- this required an upgrade of logflare_logger_backend (no longer rc)
- this required an update of logflare_api_client

ran mix deps.update

* update formater file

* verified routes

* deps: explicity add phoenix_view

* add view helpers, static path, etc.

as specified in the upgrade guide:
https://gist.github.com/chrismccord/00a6ea2a96bc57df0cce526bd20af8a7

* phoenix now uses atom instead string template names

* add some runtime defaults so it runs locally

* mix format

* fix: move static_paths and verified_routes

* chore: bump version in mix.exs to 2.14.0

---------

Co-authored-by: Nathan Willson <willson.b.nathan@gmail.com>

v2.13.2

Toggle v2.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: registering subscribers (supabase#598)

v2.13.1

Toggle v2.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: token refresh (supabase#594)

* fix: don't do anything when access_token is the same

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add Postgres libcluster strategy (supabase#582)

0