Skip to content

Releases: supabase-community/postgrest-py

v0.13.0

22 Oct 05:44
Compare
Choose a tag to compare

v0.13.0 (2023-10-22)

Chore

  • chore(deps-dev): bump black from 23.9.1 to 23.10.0 (#325)

Bumps black from 23.9.1 to 23.10.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (193c8df)

Feature

  • feat: add offset (#326)

Co-authored-by: joel@joellee.org <joel@joellee.org> (7cd6751)

v0.12.1

17 Oct 07:50
Compare
Choose a tag to compare

v0.12.1 (2023-10-17)

Chore

  • chore(deps-dev): bump pre-commit from 3.3.3 to 3.5.0 (#323)

Bumps pre-commit from 3.3.3 to 3.5.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (1209139)

  • chore: add python 3.12 to CI (#319)

  • chore: add python 3.12 to CI

  • chore: update autoflake hook

  • chore: add myself to codeowners

  • fix: make doc requirements optional (d1ee0bb)

Fix

v0.12.0

06 Oct 16:42
Compare
Choose a tag to compare

v0.12.0 (2023-10-06)

Feature

  • feat: add csv() modifier (#316)

  • fix: cast to correct type

  • feat: add csv() modifier

  • chore: export SingleRequestBuilder

  • chore: write tests for csv()

  • 'Refactored by Sourcery' (#317)

Co-authored-by: Sourcery AI <>


Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> (4f6e9d9)

v0.11.0

28 Sep 17:41
Compare
Choose a tag to compare

v0.11.0 (2023-09-28)

Chore

  • chore(deps-dev): bump python-semantic-release from 7.34.6 to 8.1.1 (#311)

Bumps python-semantic-release from 7.34.6 to 8.1.1.


updated-dependencies:

  • dependency-name: python-semantic-release
    dependency-type: direct:development
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (d5a32d4)

  • chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 (#304)

Bumps pytest from 7.4.0 to 7.4.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (488721a)

  • chore(deps-dev): bump black from 23.7.0 to 23.9.1 (#303)

Bumps black from 23.7.0 to 23.9.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (9e99b11)

  • chore(deps): bump furo from 2023.7.26 to 2023.9.10 (#298)

Bumps furo from 2023.7.26 to 2023.9.10.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (39aa5c9)

  • chore(deps): bump sphinx from 7.0.1 to 7.1.2 (#281)

Bumps sphinx from 7.0.1 to 7.1.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (c7a77a1)

  • chore(deps-dev): bump gitpython from 3.1.34 to 3.1.35 (#296)

Bumps gitpython from 3.1.34 to 3.1.35.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (324fa53)

  • chore(deps-dev): bump gitpython from 3.1.32 to 3.1.34 (#295)

Bumps gitpython from 3.1.32 to 3.1.34.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (ed6928a)

Feature

  • feat: generic query builders (#309)

  • feat: make all query builders generic

  • feat: return generic request builders from client methods

  • chore: use typing.List instead of builtin

  • chore: use typing.List

  • fix: correct type of APIResponse.data

  • feat: make RPCFilterRequestBuilder

This makes sure the return types of rpc() and other
query methods are correct.
See https://gist.github.com/anand2312/93d3abf401335fd3310d9e30112303bf
for an explanation.

  • chore: use typing.List

  • feat: make get_origin_and_cast

This fixes the type-checker error raised while accessing
RequestBuilder[T].origin

  • fix: use typing.List (ba9ad8d)

  • feat: update semver, add CODEOWNERS (#299)

  • Update ci.yml

  • chore: add CODEOWNERS


Co-authored-by: joel@joellee.org <joel@joellee.org> (18b5838)

Fix

  • fix: pre-commit hook to stop checks on md files (#315)

  • fix: pre-commit hook to stop checks on md files

  • fix(ci): using correct token to publish a release

  • fix: correct semantic release variable names (e8fbe61)

  • fix: update upsert type (#307)

Co-authored-by: joel@joellee.org <joel@joellee.org> (3329234)

  • fix: add semver (#297)

  • fix: add semver

  • fix: add environ and perms


Co-authored-by: joel@joellee.org <joel@joellee.org> (166fa7c)

  • fix: maybe_single with no matching rows returns None (#289) (a5efce6)

Unknown

v0.10.8

04 Aug 09:01
@J0 J0
561548e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.7...v0.10.8

v0.10.7

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

What's Changed

New Contributors

Full Changelog: v0.10.6...v0.10.7

v0.10.6

26 Feb 14:56
@J0 J0
167c401
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump sphinx from 5.3.0 to 6.1.3 by @dependabot in #221
  • Fix sanitize_params to correctly resolve nested columns by @guillego in #222
  • chore(deps-dev): bump pre-commit from 3.0.4 to 3.1.0 by @dependabot in #224
  • chore: bump version to 0.10.6 by @J0 in #225

New Contributors

Full Changelog: v0.10.5...v0.10.6

v0.10.5

19 Feb 11:54
@J0 J0
ea579fd
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump httpx from 0.23.0 to 0.23.3 by @dependabot in #175
  • chore(deps): bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in #171
  • chore(deps): bump wheel from 0.37.1 to 0.38.1 by @dependabot in #173
  • Implementation of maybe_single by @bariqhibat in #118
  • chore(deps-dev): bump isort from 5.10.1 to 5.11.4 by @dependabot in #180
  • chore: bump ci poetry version by @J0 in #186
  • feat: add support for 3.11 by @J0 in #188
  • fix: update types for insert by @J0 in #187
  • chore: update corresponding files for 0.10.4 version bump by @J0 in #197
  • feat: upsert with on-conflict support by @Oisangui in #142
  • chore: update pre-commit by @J0 in #209
  • chore(deps-dev): bump black from 22.12.0 to 23.1.0 by @dependabot in #208
  • chore(deps-dev): bump isort from 5.11.5 to 5.12.0 by @dependabot in #211
  • chore(deps-dev): bump pre-commit from 2.21.0 to 3.0.4 by @dependabot in #212
  • chore(deps): bump cryptography from 39.0.0 to 39.0.1 by @dependabot in #213
  • chore(deps): bump sphinx from 4.3.2 to 5.3.0 by @dependabot in #214
  • chore(deps): bump pydantic from 1.10.4 to 1.10.5 by @dependabot in #217
  • chore(deps): bump furo from 2022.9.29 to 2022.12.7 by @dependabot in #216
  • fix: handle Py311 Validation errors by @J0 in #219
  • feat: add text_search by @J0 in #215
  • chore: bump version to 0.10.5 by @J0 in #220

New Contributors

Full Changelog: v0.10.3...v0.10.5

v0.10.3

11 Oct 06:41
@J0 J0
c1105dc
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump pytest from 7.1.1 to 7.1.2 by @dependabot in #117
  • chore(deps-dev): bump pre-commit from 2.18.1 to 2.19.0 by @dependabot in #124
  • limit and order on foreign tables by @tbrains in #120
  • chore(deps): bump pydantic from 1.9.0 to 1.9.1 by @dependabot in #126
  • chore(deps): bump httpx from 0.22.0 to 0.23.0 by @dependabot in #127
  • chore(deps): bump furo from 2022.4.7 to 2022.6.4.1 by @dependabot in #130
  • chore(deps): bump furo from 2022.6.4.1 to 2022.9.15 by @dependabot in #152
  • chore(deps-dev): bump pre-commit from 2.19.0 to 2.20.0 by @dependabot in #138
  • chore(deps-dev): bump python-semantic-release from 7.28.1 to 7.32.1 by @dependabot in #154
  • chore(deps-dev): bump black from 22.3.0 to 22.10.0 by @dependabot in #155
  • chore(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0 by @dependabot in #156
  • chore(deps-dev): bump pytest from 7.1.2 to 7.1.3 by @dependabot in #158
  • chore(deps): bump pydantic from 1.9.1 to 1.10.2 by @dependabot in #159
  • chore(deps-dev): bump flake8 from 4.0.1 to 5.0.4 by @dependabot in #157
  • fix: bumps Postgrest version by @J0 in #160

New Contributors

Full Changelog: v0.10.2...v0.10.3

v0.10.2

18 Apr 20:37
Compare
Choose a tag to compare

Fix

Documentation

See all commits in this version