Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade to Phoenix 1.7 #602

Merged
merged 2 commits into from Jun 7, 2023
Merged

feat: upgrade to Phoenix 1.7 #602

merged 2 commits into from Jun 7, 2023

Conversation

w3b6x9
Copy link
Member

@w3b6x9 w3b6x9 commented Jun 7, 2023

What kind of change does this PR introduce?

* 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

Additional context

See: #593 (comment)

nbw and others added 2 commits June 7, 2023 10:07
* 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
@vercel
Copy link

vercel bot commented Jun 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
realtime-demo ⬜️ Ignored (Inspect) Jun 7, 2023 5:14pm

@w3b6x9 w3b6x9 requested review from abc3 and chasers June 7, 2023 17:16
@w3b6x9 w3b6x9 merged commit 0bf1110 into main Jun 7, 2023
4 checks passed
@w3b6x9 w3b6x9 deleted the chore/phoenix-1.7-alt branch June 7, 2023 17:27
@w3b6x9 w3b6x9 restored the chore/phoenix-1.7-alt branch June 7, 2023 18:07
@kiwicopple
Copy link
Member

🎉 This PR is included in version 2.14.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

chasers added a commit that referenced this pull request Jun 27, 2023
* fix: registering subscribers (#598)

* feat: upgrade to Phoenix 1.7 (#602)

* feat: Upgrade to Phoenix 1.7 (#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>

* feat: Add hostname detection for AWS ECS Fargate (#603)

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

* feat: set default node name to "realtime" (#604)

* feat: use the Inspector with a JWT signed with custom claims (#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>

* other: bump version to match release (#606)

* chore: update js deps (#607)

* chore: update js deps

* chore: npm install with node 18

* fix: build with Tailwind (#608)

* chore: upgrade tailwind

* fix: tailwind build and version bump

* fix: favicon.svg not .ico

* fix: update fly toml for apps v2 (#609)

---------

Co-authored-by: Stas <sts@abc3.dev>
Co-authored-by: Wen Bo Xie <5532241+w3b6x9@users.noreply.github.com>
Co-authored-by: Nathan Willson <willson.b.nathan@gmail.com>
Co-authored-by: Kazuki Matsuda <mats.kazuki@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants