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

v4.0.0-beta.240 #1861

Merged
merged 27 commits into from Mar 18, 2024
Merged

v4.0.0-beta.240 #1861

merged 27 commits into from Mar 18, 2024

Conversation

andrasbacsai
Copy link
Member

@andrasbacsai andrasbacsai commented Mar 18, 2024

  • feat: multiline env variables.
  • fix: custom static ip address turns of rolling update.
  • fix: env variable parsing fixed. Old variables stay as-is, but new variables are parsed correctly ($ in variable).
  • fix: 0 value of env variables parsed correctly.
  • fix: if the server is unreachable, service views does not make errors.
  • fix: dashboard view if no project/server found.

Issues

estubmo and others added 27 commits March 14, 2024 19:18
fix: GOTRUE_SITE_URL should be SERVICE_SITE_URL for correct redirects
fix: DB_AFTER_CONNECT_QUERY value will be incorrecly resolved if it's inside quotes
chore: update image versions
feat: multiline envs
Update Input and Textarea components to use nullable type declarations and remove unused imports.
fix: empty get logs number of lines
Supabase: Fixes for Realtime
Supabase Fixes - Edge Functions and Email Redirect
@andrasbacsai andrasbacsai merged commit d9f1c2a into main Mar 18, 2024
4 checks passed
Copy link

sentry-io bot commented Mar 22, 2024

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ Spatie\LaravelIgnition\Exceptions\ViewException: syntax error, unexpected end of file, expecting "elseif" or "else" or "endif" / View Issue
  • ‼️ Spatie\LaravelIgnition\Exceptions\ViewException: syntax error, unexpected token "else", expecting end of file /livewire/update View Issue
  • ‼️ Spatie\LaravelIgnition\Exceptions\ViewException: Undefined variable $server_id / View Issue
  • ‼️ Spatie\LaravelIgnition\Exceptions\ViewException: Undefined variable $server_id / View Issue

Did you find this useful? React with a 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment