Tags: openmodels-base/realtime
Tags
feat: support v2 json serializer (supabase#612) * feat: support v2 json serializer * feat: bump version
fix: build with Tailwind (supabase#608) * chore: upgrade tailwind * fix: tailwind build and version bump * fix: favicon.svg not .ico
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>
feat: Add hostname detection for AWS ECS Fargate (supabase#603) * feat: Add fargate hostname detection * fix: update the mix.exs version
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>
fix: token refresh (supabase#594) * fix: don't do anything when access_token is the same
PreviousNext