Skip to content

v0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 22:14
· 157 commits to main since this release

v0.2.4 (2023-10-25)

Chore

  • chore: update readme with correct function call (88fc1a7)

  • chore(release): bump version to v0.2.4 (e958722)

  • chore: bump autoflake version (fc3a7bb)

Fix

  • fix: correct return type from invoke (9a15026)

  • fix: add single instance of client instantiation (4b8a134)

Unknown

  • Temporary CI change to allow publishing of package (2d66f21)

  • Merge pull request #11 from supabase-community/silentworks/update-readme

chore: update readme with correct function call (1dfe72e)

  • Merge pull request #9 from supabase-community/silentworks/sync_functions

Add sync functions (e2db242)

  • update file formatting with black (b1c64f5)

  • Apply suggestions from code review

Co-authored-by: Anand <[email protected]> (e2a59aa)

  • Add github workflow (14c8db9)

  • Update errors and function signature of invoke (575da96)

  • Apply suggestions from code review

Co-authored-by: Anand <[email protected]> (b60615d)

  • Update supafunc/errors.py

Co-authored-by: Anand <[email protected]> (2971673)

  • Add sync functions
    Add pytests
    Throw errors instead of returning them (692022f)