Releases: Matatika/tap-google-sheets
Releases · Matatika/tap-google-sheets
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.