Releases: supabase/wrappers
Releases · supabase/wrappers
v0.1.14
What's Changed
- upgrade pgx 0.6 to pgrx 0.8.3 by @tedverse in #99
- Stripe FDW: Adding checkout sessions by @kav in #98
- fix: add cell compatible types by @burmecia in #100
- feat: add parquet file reading support for s3fdw by @burmecia in #103
- fix: unnecessary semicolon in docs example by @burmecia in #105
- Bump openssl from 0.10.52 to 0.10.55 in /wrappers by @dependabot in #106
New Contributors
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- Bump h2 from 0.3.15 to 0.3.17 in /wrappers by @dependabot in #82
- Feat/stripe pricing by @nielsbrakel in #84
- Bump aws-sigv4 from 0.54.1 to 0.54.2 in /wrappers by @dependabot in #83
- fix: add prepared statement support by @burmecia in #91
- chore: stripe fdw treat 404 error as empty result by @burmecia in #92
- feat: add custom sql support for clickhouse fdw by @burmecia in #87
New Contributors
- @nielsbrakel made their first contribution in #84
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- feat: add numeric type support and timeout option for bq fdw by @burmecia in #78
- Bump spin from 0.9.4 to 0.9.8 by @dependabot in #79
- Bump openssl from 0.10.42 to 0.10.48 in /wrappers by @dependabot in #77
Full Changelog: v0.1.9...v0.1.10
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
v0.1.8
What's Changed
- Bump tokio from 1.21.2 to 1.24.1 in /wrappers by @dependabot in #51
- fix: add special treatment for null check in qual by @burmecia in #59
- ✨ Support Stripe Connect by @arnaud in #55
- feat: add more Stripe Connect objects by @burmecia in #62
- fix: modify stripe attrs column order, fix #57 by @burmecia in #63
- feat: add pagination and pushdown for bq fdw by @burmecia in #65
- Bump tokio from 1.21.2 to 1.24.2 by @dependabot in #53
New Contributors
- @dependabot made their first contribution in #51
- @arnaud made their first contribution in #55
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
Major:
- fix: change memory context parent to CurTransactionContext by @burmecia in #37
- :fix: allocate plan in query memory context by @EdMcBane in #47
- chore: add disputes, events, files Stripe objects by @burmecia in #44
- chore: use borrowed row in iter_scan() by @burmecia in #48
Minor:
- docs: update Cargo lock file and minor doc update by @burmecia in #38
- Fix typo on README s/WEHRE/WHERE/ by @ashleyconnor in #39
- fix: small typo errors by @0xflotus in #41
- Fix broken link in README by @papparapa in #42
- Perf improvements by @EdMcBane in #46
- Update Docs with Separate pages per FDW by @olirice in #24
New Contributors
- @0xflotus made their first contribution in #41
- @ashleyconnor made their first contribution in #39
- @papparapa made their first contribution in #42
- @EdMcBane made their first contribution in #47
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
What's Changed
- feat: add subscription objects to fdw by @J0 in #1
- BigQuery Insert/Update/Delete Support by @olirice in #2
- Test Harness by @olirice in #3
- Test for Clickhouse FDW by @olirice in #4
- feat: add Firebase test by @burmecia in #6
- BigQuery Tests by @olirice in #9
- Ankrgyl/airtable by @ankrgyl in #13
- Add health check for Bigquery emulator by @olirice in #10
- Test for stripe FDW by @J0 in #5
- Upgrade pgx to 0.6.0 by @yrashk in #18
- Problem: extensive use of macros in supabase-wrappers by @yrashk in #20
- Docs by @olirice in #11
- Problem: exposing a FDW is a nuisance by @yrashk in #23
- Upgrade pgx to 0.6.1 to address pg guarding issues by @yrashk in #25
- chore: add more Stripe test cases by @burmecia in #30
New Contributors
- @J0 made their first contribution in #1
- @olirice made their first contribution in #2
- @burmecia made their first contribution in #6
- @w3b6x9 made their first contribution in #12
- @ankrgyl made their first contribution in #13
- @yrashk made their first contribution in #18
Full Changelog: v0.1.4...v0.1.5