v0.0.16
Highlights
- table functions:
csv_scan(file)
to read from CSV files locally, or remotely- All
_scan
functions can now handlefile://
and relative URLs
- build:
- Releases now contain a binary of glaredb for Windows
- misc:
- Initial work on Python bindings for glaredb. More to come in the next release.
What's Changed
- feat: add "csv_scan" function by @universalmind303 in #1168
- chore: Log error if failed to find catalog by @scsmithr in #1173
- Revert "chore: Log error if failed to find catalog (#1173)" by @scsmithr in #1175
- build(deps): Bump deps by @scsmithr in #1181
- feat: Windows builds by @scsmithr in #1183
- chore: Add discord link to readme by @scsmithr in #1185
- feat: initial py bindings by @universalmind303 in #1182
- fix: Add python3 to dockerfile by @scsmithr in #1191
- fix: allow file & relative urls for *_scan by @universalmind303 in #1193
- release: v0.0.16 by @greyscaled in #1188
Full Changelog: v0.0.15...v0.0.16