Skip to content

Releases: evidence-dev/duckdb_gsheets

v0.0.9

21 Feb 04:11
a209d8a

Choose a tag to compare

What's Changed

  • feat(copy): add flag to create sheet if not exists by @mharrisb1 in #103
  • feat(auth): allow providing raw private key and email instead of filepath by @mharrisb1 in #104
  • fix(auth): use-after-free bug when trying to find gsheet secret by @mharrisb1 in #105

Full Changelog: v0.0.8...v0.0.9

v0.0.8

16 Feb 16:25
7be155e

Choose a tag to compare

What's Changed

  • Update version in docs by @archiewood in #84
  • clang-format everything by @archiewood in #86
  • chore(duckdb): fully move over to new extension APIs for DuckDB v1.4-andium by @mharrisb1 in #89
  • feat(http): improve error handling with retryable status codes by @danieldiamond in #96
  • fix(auth): detect headless environments and avoid trying to open browser by @mharrisb1 in #98
  • feat(api): refactor Google Sheets client layer by @mharrisb1 in #100
  • feat(transport): support http proxy by @mharrisb1 in #102

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

16 Jul 21:04
e3412a2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

25 Feb 17:20
6c79253

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

30 Jan 19:57
1cdc038

Choose a tag to compare

What's Changed

  • Docs: WASM not supported by @archiewood in #50
  • fix(reader): avoid fetch sheet name if one is provided by @mharrisb1 in #53
  • fix(reader): default to first sheet by index if no ID found by @mharrisb1 in #54
  • feat(reader): add all_varchar parameter by @mharrisb1 in #55

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

30 Dec 23:39
c4a8413

Choose a tag to compare

What's Changed

  • Handle first row blanks, parse booleans correctly, "" in varchars should be NULL by @Alex-Monahan in #48
  • Remove deploy workflow by @archiewood in #49

Full Changelog: v0.0.3...v0.0.4

v0.0.3

18 Nov 19:59
5352ea3

Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

04 Nov 19:06

Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

Initial Release

30 Oct 01:52

Choose a tag to compare

Features

Auth

Read

Write

Docs

New Contributors

Full Changelog: https://github.com/evidence-dev/duckdb_gsheets/commits/v0.0.1