Skip to content

Releases: AtticusZeller/fastapi_supabase_template

v0.4.1

18 Sep 10:37
Compare
Choose a tag to compare

v0.4.1 (2024-09-18)

Chore

Fix

  • fix: Merge pull request #139 from Atticuszz/work-with-supabase-py

fix: remove supabase-py-async with supabase-py (4864352)

  • fix: remove supabase-py-async with supabase-py (a9bdc3a)

  • fix: remove supabase-py-async with supabase-py (e4db077)

Unknown

  • [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci (a0c0143)

  • pre-commit (508c1ff)

  • Merge pull request #136 from Atticuszz/pre-commit-ci-update-config

[pre-commit.ci] autoupdate (4f4a7f1)

  • [pre-commit.ci] autoupdate

updates:

v0.4.0

30 Aug 05:34
Compare
Choose a tag to compare

v0.4.0 (2024-08-30)

Feature

  • feat: use uv to manage venvs (3b8bf2b)

Fix

Unknown

  • fix (f11b28d)

  • Merge pull request #128 from Atticuszz/dependabot/pip/uvicorn-0.30.6

⬆ Bump uvicorn from 0.30.4 to 0.30.6 (27b168d)

  • ⬆ Bump uvicorn from 0.30.4 to 0.30.6

Bumps uvicorn from 0.30.4 to 0.30.6.


updated-dependencies:

  • dependency-name: uvicorn
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]> (8881662)

  • Merge pull request #135 from Atticuszz/dependabot/pip/aiohttp-3.10.2

⬆ Bump aiohttp from 3.9.4 to 3.10.2 (3ae51e8)

  • ⬆ Bump aiohttp from 3.9.4 to 3.10.2

Bumps aiohttp from 3.9.4 to 3.10.2.


updated-dependencies:

  • dependency-name: aiohttp
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <[email protected]> (266f615)

  • Merge pull request #133 from Atticuszz/dependabot/pip/faker-28.0.0

⬆ Bump faker from 26.1.0 to 28.0.0 (f2995d1)

  • ⬆ Bump faker from 26.1.0 to 28.0.0

Bumps faker from 26.1.0 to 28.0.0.


updated-dependencies:

  • dependency-name: faker
    dependency-type: direct:development
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]> (a8c59b8)

  • Merge pull request #125 from Atticuszz/pre-commit-ci-update-config

[pre-commit.ci] autoupdate (db32e5b)

  • [pre-commit.ci] autoupdate

updates:

  • Merge pull request #124 from Atticuszz/dependabot/pip/faker-26.1.0

⬆ Bump faker from 26.0.0 to 26.1.0 (747f170)

  • ⬆ Bump faker from 26.0.0 to 26.1.0

Bumps faker from 26.0.0 to 26.1.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (f1adfc4)

  • Merge pull request #121 from Atticuszz/dependabot/pip/uvicorn-0.30.4

⬆ Bump uvicorn from 0.30.1 to 0.30.4 (555dc7c)

  • ⬆ Bump uvicorn from 0.30.1 to 0.30.4

Bumps uvicorn from 0.30.1 to 0.30.4.


updated-dependencies:

  • dependency-name: uvicorn
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]> (6fc9326)

  • Merge pull request #119 from Atticuszz/dependabot/pip/pre-commit-3.8.0

⬆ Bump pre-commit from 3.7.1 to 3.8.0 (dea4717)

  • ⬆ Bump pre-commit from 3.7.1 to 3.8.0

Bumps pre-commit from 3.7.1 to 3.8.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (eca2d97)

v0.3.2

30 Jul 13:08
Compare
Choose a tag to compare

v0.3.2 (2024-07-30)

Chore

Fix

Unknown

  • Merge pull request #120 from Atticuszz/dependabot/pip/pydantic-settings-2.4.0

⬆ Bump pydantic-settings from 2.2.1 to 2.4.0 (c910430)

  • ⬆ Bump pydantic-settings from 2.2.1 to 2.4.0

Bumps pydantic-settings from 2.2.1 to 2.4.0.


updated-dependencies:

  • dependency-name: pydantic-settings
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]> (314c3c6)

  • Merge pull request #118 from Atticuszz/dependabot/pip/pytest-8.3.2

⬆ Bump pytest from 8.2.1 to 8.3.2 (574f6e1)

  • ⬆ Bump pytest from 8.2.1 to 8.3.2

Bumps pytest from 8.2.1 to 8.3.2.


updated-dependencies:

  • dependency-name: pytest
    dependency-type: direct:development
    update-type: version-update:sem...
Read more

v0.3.1

15 Jan 04:21
Compare
Choose a tag to compare

v0.3.1 (2024-01-15)

Chore

  • chore: update README.md (fa73822)

  • chore: update README.md (90dc099)

  • chore: Delete .idea directory (0e5f4d9)

Fix

  • fix: bump version to 0.3.1 (31d3469)

  • fix: no need to pass refresh token for validation ,only access_token
    chore: bump supabase_py_async to 2.5.0 (6c77e46)

Unknown

  • chore:Update ci.yml (1dfec09)

  • Merge branch 'main' of github.com:/Atticuszz/fastapi_supabase_template (4a6601f)

  • Merge branch 'main' of github.com:/Atticuszz/fastapi_supabase_template (39373de)

v0.3.0

13 Jan 15:18
Compare
Choose a tag to compare

v0.3.0 (2024-01-13)

Chore

Feature

  • feat: add Dockerfile and image push ci (421572d)

  • feat: add Dockerfile (2ab91f5)

Unknown

  • Merge branch 'main' of github.com:/Atticuszz/fastapi_supabase_template (528a197)

  • 已添加 supafast.drawio.png (b9cace9)

  • 更新supafast.drawio.svg (e5f8c5b)

  • 已添加 supafast.drawio.svg (d16864e)

v0.2.1

13 Jan 08:53
Compare
Choose a tag to compare

v0.2.1 (2024-01-13)

Chore

  • chore: Update ci.yml (6c454b7)

  • chore: update README.md (3844c4f)

  • chore: update latest_changes.yml (e535440)

  • chore: update README.md (6efca18)

  • chore: update README.md (0295d3e)

  • chore: add latest_changes.yml (dca85c3)

  • chore: update README.md (0e55bc6)

  • chore: add latest_changes.yml

Merge pull request #22 from Atticuszz/debuging (d6db3a5)

  • chore: update README.md (9732760)

Fix

  • fix: add latest_changes.yml (d15b2fa)

  • fix: add latest_changes.yml (24927ee)

  • fix: add latest_changes.yml (9110a7b)

  • fix: add latest_changes.yml (c2d9e69)

  • fix: add latest_changes.yml (7d66ee3)

Unknown

  • chore:update ci

debuging (2fbb785)

  • Merge branch 'main' into debuging (ea6077e)

v0.2.0

13 Jan 08:00
Compare
Choose a tag to compare

v0.2.0 (2024-01-13)

Feature

  • feat: release

debuging (e198aef)

  • feat: update ci and README.md (e01ae29)

  • feat: update ci and README.md (971125f)

v0.1.0

13 Jan 07:53
Compare
Choose a tag to compare

v0.1.0 (2024-01-13)

Chore

Feature

  • feat: release

Merge pull request #20 from Atticuszz/debuging (57a8f19)

  • feat: update ci and README.md (a491d7d)

  • feat: update ci and README.md (1f4f88c)

Unknown

  • Merge pull request #19 from Atticuszz/debuging

chore:update ci (2ad605e)

  • Merge pull request #18 from Atticuszz/debuging

fix: update ci latest changes (3a30288)

  • Merge remote-tracking branch 'origin/debuging' into debuging (dbd4ca6)

  • Merge pull request #17 from Atticuszz/debuging

feat: upgrade to the first version 0.1.0 (d895131)

  • Merge branch 'main' into debuging (dd3047b)

  • upgrade: release 0.1.0 (5738b0e)