Skip to content

Releases: Matatika/tap-google-sheets

Release v0.6.0

07 Oct 11:38
Compare
Choose a tag to compare

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

12 Jul 20:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

Release v0.4.0

18 Jan 13:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

11 Apr 13:27
Compare
Choose a tag to compare
  • 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

04 Jul 10:53
53701f4
Compare
Choose a tag to compare
  • Fixed dynamic sheet discovery
  • Added 2 new tap settings output_name and child_sheet_name

Release v0.1.0

06 May 13:34
Compare
Choose a tag to compare

Initial working release.