Releases: cancan101/airtable-db-api
Releases · cancan101/airtable-db-api
v0.0.1.dev3
What's Changed
- Add filtering for id. Remap range to eq by @cancan101 in #33
- Created rudimentary get_cost by @cancan101 in #34
- Change return type of get_cost to float by @cancan101 in #104
- Support limit on API calls by @cancan101 in #110
- Add Python 3.11 classifier by @cancan101 in #213
Full Changelog: v0.0.1.dev2...v0.0.1.dev3
v0.0.1.dev2
What's Changed
- Initial commit of adapter + dialect by @cancan101 in #1
- Allow passing in a list of tables by @cancan101 in #3
- Bump sqlalchemy2-stubs from 0.0.2a20 to 0.0.2a21 by @dependabot in #2
- Handle Airtable types by @cancan101 in #4
- Control number of rows used for peeking at data by @cancan101 in #5
- Attempt to guess the Airtable type by @cancan101 in #6
- Move sorting to Airtable by @cancan101 in #10
- Bump mypy from 0.941 to 0.942 by @dependabot in #7
- Bump virtualenv from 20.13.4 to 20.14.0 by @dependabot in #9
- Bump flake8-bugbear from 22.3.20 to 22.3.23 by @dependabot in #8
- Move Filtering to Airtable by @cancan101 in #11
- Add Engine Spec for Airtable by @cancan101 in #12
- Dependabot to monitor github-actions by @cancan101 in #13
- Tweaks to workflow. Use actions/setup-python to cache pip by @cancan101 in #19
- Bump actions/checkout from 2 to 3 by @dependabot in #14
- Bump actions/cache from 2 to 3.0.1 by @dependabot in #20
- Bump black from 22.1.0 to 22.3.0 by @dependabot in #18
- Bump actions/setup-python from 2 to 3 by @dependabot in #15
- Install self with --no-dependencies by @cancan101 in #22
- Bump click from 8.0.4 to 8.1.0 by @dependabot in #17
- More specific fields for Airtable by @cancan101 in #23
- Support for date columns by @cancan101 in #24
- Improve type handling for errors, attachments, and multiple related by @cancan101 in #27
- Bump pre-commit from 2.17.0 to 2.18.1 by @dependabot in #25
- Bump click from 8.1.0 to 8.1.2 by @dependabot in #26
- Update README by @cancan101 in #28
- Add pypi badge to README by @cancan101 in #29
- link to metadata wiki page by @cancan101 in #30
- Add setup.py commands for building and publishing by @cancan101 in #31
- Push tags to git upon publish to PyPI by @cancan101 in #32
New Contributors
- @cancan101 made their first contribution in #1
- @dependabot made their first contribution in #2
Full Changelog: https://github.com/cancan101/airtable-db-api/commits/v0.0.1.dev2