Releases: evidence-dev/duckdb_gsheets
Releases · evidence-dev/duckdb_gsheets
v0.0.3
What's Changed
- Fix types by @archiewood in #41
- Only copy headers once (in global init) by @Alex-Monahan in #45
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- fix Bug with failing double conversion #34 by @archiewood in #36
- Make OAuth default provider by @archiewood in #39
Full Changelog: v0.0.1...v0.0.2
Initial Release
Features
Auth
- Token based Auth @archiewood
- Browser-based auth flow @archiewood
- Script to convert service account JSON to token by @Alex-Monahan
Read
- read_gsheet() function by @archiewood
- Allow user to specify sheet by @archiewood
- Fix large
read_gsheet
requests: use HTTP/1.0 by @archiewood - Replacement scan for
read_gsheet
by @archiewood - Use sheet IDs in URL for
read_gsheet()
by @archiewood
Write
- Implement
COPY TO
for writing sheets by @archiewood - Convert to append for writing >2048 rows by @Alex-Monahan
- Delete
Sheet1
content before writing by @Alex-Monahan - Copy headers by @archiewood
- Use sheet IDs in URL for
COPY TO
by @archiewood
Docs
- Hosted at duckdb-gsheets.com
- Fix logo on GitHub pages by @sahilng
New Contributors
- @archiewood made their first contribution in #1
- @Alex-Monahan made their first contribution in #14
- @sahilng made their first contribution in #26
Full Changelog: https://github.com/evidence-dev/duckdb_gsheets/commits/v0.0.1