Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 03:48
· 358 commits to main since this release

v1.3.0 (2023-11-01)

Chore

  • chore: update CI config with PAT (#361) (fbddd6d)

  • chore: update CI config with PAT (1fffc1f)

  • chore(deps-dev): bump pygithub from 1.59.1 to 2.1.1 (#337) (160b671)

  • chore: update dependencies (#357) (a5d4a81)

  • chore: update dependencies (dc67de1)

  • chore(deps-dev): bump urllib3 from 2.0.4 to 2.0.7 (#350) (4ea73e4)

  • chore(deps-dev): bump pygithub from 1.59.1 to 2.1.1

Bumps pygithub from 1.59.1 to 2.1.1.


updated-dependencies:

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

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

  • chore(deps): bump python-semantic-release/python-semantic-release from 8.0.8 to 8.3.0 (#354) (a385575)

  • chore(deps): bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 8.0.8 to 8.3.0.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

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

  • chore(deps-dev): bump urllib3 from 2.0.4 to 2.0.7

Bumps urllib3 from 2.0.4 to 2.0.7.


updated-dependencies:

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

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

Feature

  • feat: add OAuth PKCE (#331) (8fe633e)

  • feat: allow dev to pass in code_verifier (f33bf3e)

Fix

Unknown

  • patch: read from storage (364292c)

  • Merge branch 'j0/pkce' of github.com:supabase-community/gotrue-py into j0/pkce (1c40ed7)

  • Merge branch 'main' into j0/pkce (4c44238)

  • Merge pull request #325 from supabase-community/dependabot/pip/main/httpx-0.25.0

chore(deps): bump httpx from 0.24.1 to 0.25.0 (89019fb)

  • Merge pull request #352 from fbeutel/urlsafe_b64decode

Use urlsafe_b64decode to properly handle URL-encoded JWTs (7541ade)

  • Use urlsafe_b64decode to properly handle URL-encoded JWTs (0034af1)