v0.1.9
Breaking Change
The columns
parameter in trait ForeignDataWrapper::begin_scan has been changed to a list of Column, which has more properties than name
.
What's Changed
- fix: fix multiple sorts deparse by @burmecia in #66
- feat: add s3 fdw by @burmecia in #67
- fix: exclude generated column by @burmecia in #72
- feat: add subquery to bq fdw table option by @burmecia in #74
- docs: add bigquery docs by @burmecia in #75
- Add Array/Object type handling to Airtable wrapper by @csmithxc in #40
New Contributors
Full Changelog: v0.1.8...v0.1.9