Skip to content

Update v3.0.2 #31

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

Merged
merged 4 commits into from
Aug 2, 2021
Merged

Update v3.0.2 #31

merged 4 commits into from
Aug 2, 2021

Conversation

fenix-hub
Copy link
Collaborator

  • changed configuration mapping: godot configuration file is no longer used, so keys are not stored in the godot.project file anymore. The configuration file is now stored at addons/supabase/.env. Note always remember to add this file to your gitignore in order to prevent committing it!
  • fixed some bugs with Database module
  • fixed support on some MIME types in Storage module
  • Added new query methods and modifier
    • fixed Is operator, now supporting null too
    • Added negate option to Is() operator (if negate == true you will !/not the operation)
    • Added support for raw queries with new() function (ex. SupabaseQuery.new("users?id=eq.0&age=neq.23")).
    • Added support for resource embedding (ex. SupabaseQuery.new().from("users").select(["*", "library:games(id, name)]))
    • Added support for upsert header during Storage.upload() function call

@fenix-hub fenix-hub merged commit ffad3d3 into main Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant