Skip to content

Releases: supabase/functions-py

v0.2.4

25 Oct 22:14
Compare
Choose a tag to compare

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)

v0.2.3

04 Aug 08:10
@J0 J0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

10 Oct 16:11
@J0 J0
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.2.2

v0.1.4

13 Jun 02:16
@J0 J0
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
chore: update version