Automatically generated by python-semantic-release ([`f30e688`](https://github.com/supabase-community/postgrest-py/commit/f30e6880f3a6dd125557aa67a631ef56120605f4))
* chore(deps-dev): bump python-semantic-release from 7.28.0 to 7.28.1 (115)
Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.28.0 to 7.28.1.
- [Release notes](https://github.com/relekang/python-semantic-release/releases)
- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.28.0...v7.28.1)
---
updated-dependencies:
- dependency-name: python-semantic-release
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`29e91a2`](https://github.com/supabase-community/postgrest-py/commit/29e91a2123d1363963c1ba50c87fce38f0bef263))
* chore(deps-dev): bump pre-commit from 2.17.0 to 2.18.1 (110)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.17.0...v2.18.1)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`c4fbd29`](https://github.com/supabase-community/postgrest-py/commit/c4fbd29f84fbb1baa806cfb9018a368954d4d91d))
* chore(deps-dev): bump python-semantic-release from 7.27.0 to 7.28.0 (113)
Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.27.0 to 7.28.0.
- [Release notes](https://github.com/relekang/python-semantic-release/releases)
- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.27.0...v7.28.0)
---
updated-dependencies:
- dependency-name: python-semantic-release
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`89177f2`](https://github.com/supabase-community/postgrest-py/commit/89177f26e2f6d3b98408c61a91ed37b1c3a3e0cc))
Documentation
* docs: remove rtd config file
this seems to conflict with the config set in the dashboard; we can add this back later if we need more fine-grained control ([`14100a1`](https://github.com/supabase-community/postgrest-py/commit/14100a15a7d9c526df3e504a676d2d1018be3e04))
Fix
* fix: include source directory name (116)
Poetry by default looks for a directory with the same name as the
project as the source directory. However as our project is named
postgrest-py, but we migrated to the postgrest namespace, we need to
explicitly tell poetry where to look for the source code. ([`18334f8`](https://github.com/supabase-community/postgrest-py/commit/18334f880d5e4e769a9e843007bc2f46b597a777))
Unknown
* Namespace change (114)
* docs: add rtd config
* chore: move to the postgrest namespace
* chore: move constants to its own file
* chore: pass headers/params down builders
We were earlier modifying session.headers/session.params for every
query. Instead of this we follow what postgrest-js does and add
headers and params as arguments to the query builders, and pass them
down the chain of builders, and finally pass it to the execute method.
* docs: add examples
* fix: order of filters in examples
* docs: add example for closing the client ([`6493154`](https://github.com/supabase-community/postgrest-py/commit/64931544f4d2c8a8bbfb5e133c7e5b761ad5a10a))
* Add documentation (111)
* deps: add furo
* docs: document public classes
* docs: setup sphinx + furo
* docs: fix bullet point
* fix: remove test file
* tests: check if params purged after execute
* fix: remove the `asyncio` mark from sync tests
* docs: add project version
* docs: add rtd config ([`442a45a`](https://github.com/supabase-community/postgrest-py/commit/442a45a5638253888d7675f3c664e01c1e61d7d3))