Releases: Matatika/tap-google-sheets
Releases · Matatika/tap-google-sheets
Release v0.6.0
What's Changed
- Drop support for Python 3.7 by @ReubenFrankel in #29
- Bump black from 21.12b0 to 24.3.0 by @dependabot[bot] in #30
- fix: Resolve security vulnerability on
py
sub-dependency by @ReubenFrankel in #31 - feat: Upgrade to latest SDK by @ReubenFrankel in #32
- fix: Remove unused direct dependency on
click
by @ReubenFrankel in #33 - ci: bump actions/checkout from 2 to 4 by @dependabot[bot] in #35
- ci: bump actions/setup-python from 2 to 5 by @dependabot[bot] in #36
- chore(deps-dev): bump pytest from 8.2.2 to 8.3.3 by @dependabot[bot] in #40
- chore(deps): bump singer-sdk from 0.38.0 to 0.42.1 by @dependabot[bot] in #41
- chore(deps-dev): bump mypy from 1.10.1 to 1.13.0 by @dependabot[bot] in #38
- chore(deps-dev): bump black from 24.3.0 to 24.8.0 by @dependabot[bot] in #37
- chore(deps-dev): bump responses from 0.20.0 to 0.25.3 by @dependabot[bot] in #39
- chore(deps-dev): bump tox from 4.16.0 to 4.23.2 by @dependabot[bot] in #42
- chore(deps-dev): bump types-requests from 2.31.0.6 to 2.32.0.20241016 by @dependabot[bot] in #43
- chore(deps-dev): bump flake8 from 3.9.2 to 5.0.4 by @dependabot[bot] in #44
- chore(deps-dev): bump pytest from 8.3.3 to 8.3.4 by @dependabot[bot] in #45
- chore(deps-dev): bump mypy from 1.13.0 to 1.14.0 by @dependabot[bot] in #46
- chore(deps-dev): bump mypy from 1.14.0 to 1.14.1 by @dependabot[bot] in #47
- chore(deps-dev): bump responses from 0.25.3 to 0.25.5 by @dependabot[bot] in #48
- chore(deps-dev): bump responses from 0.25.5 to 0.25.6 by @dependabot[bot] in #49
- chore(deps-dev): bump tox from 4.23.2 to 4.24.1 by @dependabot[bot] in #50
- chore(deps-dev): bump pytest from 8.3.4 to 8.3.5 by @dependabot[bot] in #51
- chore(deps-dev): bump tox from 4.24.1 to 4.24.2 by @dependabot[bot] in #52
- chore(deps-dev): bump responses from 0.25.6 to 0.25.7 by @dependabot[bot] in #53
- chore(deps-dev): bump tox from 4.24.2 to 4.25.0 by @dependabot[bot] in #54
- chore(deps): bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #55
- chore(deps-dev): bump responses from 0.25.7 to 0.25.8 by @dependabot[bot] in #56
- ci: bump actions/checkout from 4 to 5 by @dependabot[bot] in #57
- ci: bump actions/setup-python from 5 to 6 by @dependabot[bot] in #58
Full Changelog: v0.5.0...v0.6.0
Release v0.5.0
What's Changed
- feat: Update
singer-sdk
to latest compatible version by @ReubenFrankel in #20 - Bump cryptography from 41.0.6 to 42.0.4 by @dependabot in #21
- Bump idna from 3.3 to 3.7 by @dependabot in #22
- fix: get properly child_sheet_name when sheets are defined in config by @lancondrej in #24
- feat: Allow to set optional range by @lancondrej in #23
- Bump urllib3 from 1.26.18 to 1.26.19 by @dependabot in #26
- Bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in #27
New Contributors
- @ReubenFrankel made their first contribution in #20
- @lancondrej made their first contribution in #24
Full Changelog: v0.4.0...v0.5.0
Release v0.4.0
What's Changed
- Upgrade singer-sdk by @pnadolny13 in #7
- Support Python 3.11 and 3.12 by @jlloyd-widen in #9
- Bump joblib from 1.1.0 to 1.2.0 by @dependabot in #8
- fix: unify occurrences of output_name and stream_name by @srpwnd in #12
- Bump cryptography from 3.4.8 to 41.0.6 by @dependabot in #16
- Bump certifi from 2021.10.8 to 2023.7.22 by @dependabot in #15
- Bump requests from 2.27.1 to 2.31.0 by @dependabot in #14
- Bump urllib3 from 1.26.9 to 1.26.18 by @dependabot in #13
- fix: handle all whitespaces in column names by @srpwnd in #17
- added multiple sheets feature by @jlloyd-widen in #10
New Contributors
- @pnadolny13 made their first contribution in #7
- @jlloyd-widen made their first contribution in #9
- @dependabot made their first contribution in #8
- @srpwnd made their first contribution in #12
Full Changelog: v0.3.0...v0.4.0
Release v0.3.0
- Added new optional setting
key_properties
allowing users to choose columns in their Google Sheets file to act as primary keys. (Single column or multiple) - Fixed some typos in and cleaned up the README
Release v0.2.0
- Fixed dynamic sheet discovery
- Added 2 new tap settings
output_name
andchild_sheet_name
Release v0.1.0
Initial working release.