Skip to content

Releases: supabase/functions-py

v0.3.3

03 Jan 02:09
Compare
Choose a tag to compare

v0.3.3 (2024-01-03)

Fix

  • fix: update job to publish legacy package if current is released (#36) (2565c37)

v0.3.2

03 Jan 01:38
Compare
Choose a tag to compare

v0.3.2 (2024-01-03)

Chore

  • chore(deps-dev): bump isort from 5.12.0 to 5.13.0 (#24) (e7443ee)

  • chore(deps-dev): bump isort from 5.12.0 to 5.13.0

Bumps isort from 5.12.0 to 5.13.0.


updated-dependencies:

  • dependency-name: isort
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com> (89a31c9)

  • chore(deps-dev): bump pytest-asyncio from 0.21.1 to 0.23.2 (#22) (ab767f5)

  • chore(deps-dev): bump pytest-asyncio from 0.21.1 to 0.23.2

Bumps pytest-asyncio from 0.21.1 to 0.23.2.


updated-dependencies:

  • dependency-name: pytest-asyncio
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com> (f6fb590)

  • chore: allow manual workflow trigger for releases (#19) (07d1ffa)

  • chore: allow manual workflow trigger for releases (2a01399)

Ci

  • ci: update workflow with new pypi project name (#34) (7564e2b)

Fix

  • fix: update httpx and other dev dependencies (#35) (1f8897f)

v0.3.1

30 Oct 15:20
Compare
Choose a tag to compare

v0.3.1 (2023-10-30)

Fix

  • fix: exceptions now has message in dictionary (#16) (7273927)

  • fix: exceptions now has message in dictionary

Added tests to check for the messages. (07a813a)

v0.3.0

29 Oct 22:28
Compare
Choose a tag to compare

v0.3.0 (2023-10-29)

Feature

  • feat: downgrade httpx dep to 0.24.0 (#15) (1f37216)

Fix

Unknown

  • Update pyproject.toml (dd43949)

  • Restoring order to the CI/CD pipeline (4f28dc6)

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 <40204976+anand2312@users.noreply.github.com> (e2a59aa)

  • Add github workflow (14c8db9)

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

  • Apply suggestions from code review

Co-authored-by: Anand <40204976+anand2312@users.noreply.github.com> (b60615d)

  • Update supafunc/errors.py

Co-authored-by: Anand <40204976+anand2312@users.noreply.github.com> (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