Releases: supabase/wrappers
Releases · supabase/wrappers
v0.4.4
What's Changed
- chore(wasm): upgrade wasmtime version to 26.0.0 by @burmecia in #358
- feat: add
Interval
andBytea
data types support by @burmecia in #356 - docs: fix spelling by @ekvanox in #361
- docs(notion): update notion wasm fdw checksum by @burmecia in #360
- chore(deps): bump wasmtime from 26.0.0 to 26.0.1 by @dependabot in #362
- chore(deps): bump wasmtime from 21.0.2 to 24.0.2 in /wrappers by @dependabot in #363
- feat(wasm): add Calendly Wasm FDW by @burmecia in #364
- feat(wasm): add Cal.com Wasm FDW by @burmecia in #365
- docs(wasm): update Cal.com and Calendly wasm fdw checksum by @burmecia in #367
- feat(redis): add TLS connection support to Redis FDW by @burmecia in #370
- ci: fix rust toolchain and component version by @burmecia in #369
- ci: install rustfmt for rust toolchain by @burmecia in #371
- fix(wasm): add missing
TIMESTAMPTZOID
type oid by @burmecia in #374 - docs: update Notion, Calendly and Cal.com Wasm FDW checksum by @burmecia in #372
- chore: generic error message for file load by @staaldraad in #377
- feat(cal): add booking insertion support by @burmecia in #380
- fix(wasm): clean up download, byte handling and hashing by @akacase in #379
- chore(cognito): upgrade dependency and code refactoring by @burmecia in #382
- docs(wasm): update Cal.com wrapper wasm fdw checksum by @burmecia in #381
- docs: reformat all FDW documentation by @devin-ai-integration in #384
- feat(wasm): add Cloudflare D1 Wasm wrapper by @burmecia in #387
- docs: add guide for removing foreign data wrappers by @devin-ai-integration in #390
- docs(wasm): update Cloudflare D1 Wasm FDW checksum by @burmecia in #391
- docs: add limitations section for each FDW by @devin-ai-integration in #389
- Update auth0.md | removed reference to AirTable by @TheOtherBrian1 in #392
- updated airtable docs by @TheOtherBrian1 in #393
- fix: upgrade hashbrown to 0.15.1 by @burmecia in #396
- chore: bump version to 0.4.4 by @burmecia in #398
New Contributors
- @ekvanox made their first contribution in #361
- @staaldraad made their first contribution in #377
- @akacase made their first contribution in #379
- @devin-ai-integration made their first contribution in #384
- @TheOtherBrian1 made their first contribution in #392
Full Changelog: v0.4.3...v0.4.4
wasm_cfd1_fdw_v0.1.0
What's Changed
- chore(cognito): upgrade dependency and code refactoring by @burmecia in #382
- docs(wasm): update Cal.com wrapper wasm fdw checksum by @burmecia in #381
- docs: reformat all FDW documentation by @devin-ai-integration in #384
- feat(wasm): add Cloudflare D1 Wasm wrapper by @burmecia in #387
- docs: add guide for removing foreign data wrappers by @devin-ai-integration in #390
New Contributors
- @devin-ai-integration made their first contribution in #384
Full Changelog: wasm_cal_fdw_v0.1.0...wasm_cfd1_fdw_v0.1.0
wasm_cal_fdw_v0.1.0
What's Changed
- fix(wasm): add missing
TIMESTAMPTZOID
type oid by @burmecia in #374 - docs: update Notion, Calendly and Cal.com Wasm FDW checksum by @burmecia in #372
- chore: generic error message for file load by @staaldraad in #377
- feat(cal): add booking insertion support by @burmecia in #380
- fix(wasm): clean up download, byte handling and hashing by @akacase in #379
New Contributors
- @staaldraad made their first contribution in #377
- @akacase made their first contribution in #379
Full Changelog: wasm_calendly_fdw_v0.1.0...wasm_cal_fdw_v0.1.0
wasm_notion_fdw_v0.1.0
What's Changed
- chore(wasm): upgrade wasmtime version to 26.0.0 by @burmecia in #358
- feat: add
Interval
andBytea
data types support by @burmecia in #356 - docs: fix spelling by @ekvanox in #361
- docs(notion): update notion wasm fdw checksum by @burmecia in #360
- chore(deps): bump wasmtime from 26.0.0 to 26.0.1 by @dependabot in #362
- chore(deps): bump wasmtime from 21.0.2 to 24.0.2 in /wrappers by @dependabot in #363
- feat(wasm): add Calendly Wasm FDW by @burmecia in #364
- feat(wasm): add Cal.com Wasm FDW by @burmecia in #365
- docs(wasm): update Cal.com and Calendly wasm fdw checksum by @burmecia in #367
- feat(redis): add TLS connection support to Redis FDW by @burmecia in #370
- ci: fix rust toolchain and component version by @burmecia in #369
- ci: install rustfmt for rust toolchain by @burmecia in #371
New Contributors
Full Changelog: v0.4.3...wasm_notion_fdw_v0.1.0
wasm_calendly_fdw_v0.1.0
What's Changed
- docs: fix spelling by @ekvanox in #361
- docs(notion): update notion wasm fdw checksum by @burmecia in #360
- chore(deps): bump wasmtime from 26.0.0 to 26.0.1 by @dependabot in #362
- chore(deps): bump wasmtime from 21.0.2 to 24.0.2 in /wrappers by @dependabot in #363
- feat(wasm): add Calendly Wasm FDW by @burmecia in #364
- feat(wasm): add Cal.com Wasm FDW by @burmecia in #365
- docs(wasm): update Cal.com and Calendly wasm fdw checksum by @burmecia in #367
- feat(redis): add TLS connection support to Redis FDW by @burmecia in #370
- ci: fix rust toolchain and component version by @burmecia in #369
- ci: install rustfmt for rust toolchain by @burmecia in #371
New Contributors
Full Changelog: wasm_notion_fdw_v0.1.0...wasm_calendly_fdw_v0.1.0
v0.4.3
Welcome to Wrappers v0.4.3. This release added support for PG17, upgraded to latest version of pgrx, added Notion Wasm FDW, fixed a number of bugs, and other little things.
What's Changed
- docs: fix docs website link in README by @burmecia in #342
- feat(clickhouse): add Nullable data type support by @burmecia in #343
- docs: Update the nullable to use escaped angle brackets by @ivasilov in #344
- feat: add boolean test qual support by @burmecia in #341
- feat: add array cell type support by @burmecia in #347
- feat(stripe): add
Meters
object for Stripe FDW by @burmecia in #348 - fix(auth0): make user object fields nullable by @burmecia in #349
- feat: rewrite Notion FDW to Wasm FDW by @burmecia in #350
- chore(deps): bump wasmtime from 21.0.1 to 21.0.2 by @dependabot in #352
- chore(deps): bump wasmtime from 21.0.1 to 21.0.2 in /wrappers by @dependabot in #353
- feat: add Uuid data type support by @burmecia in #354
- chore: add support for pgrx v0.12.6 and pg17 by @burmecia in #351
- chore: bump version to 0.4.3 by @burmecia in #355
New Contributors
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- fix(wasm): typo in checksum checking error message by @burmecia in #306
- docs(stripe): add example for data insertion by @burmecia in #300
- chore(wasm): remove generated
bindings.rs
file by @burmecia in #308 - ci: automate extension upgrade scripts creation by @burmecia in #310
- chore(deps): bump openssl from 0.10.60 to 0.10.66 in /wrappers by @dependabot in #311
- chore(deps): bump openssl from 0.10.64 to 0.10.66 by @dependabot in #312
- Add support for IMPORT FOREIGN SCHEMA by @remilapeyre in #309
- ci: add checksum and README for WASM FDW release by @burmecia in #307
- feat: add PG13 support for wrappers framework by @burmecia in #313
- Change import_foreign_schema() signature. by @remilapeyre in #315
- ci: update docker compose and checkout action by @burmecia in #319
- ci: split tests into native and wasm by @burmecia in #322
- Fix type of return value for import_foreign_schema() by @remilapeyre in #324
- Docs Refactor by @kiwicopple in #321
- fix: doc images broken links by @burmecia in #326
- docs: fix docs edit link by @burmecia in #327
- feat: Add user-defined cell fmt interface by @kysshsy in #316
- Give the full server struct to the FDW when instanciating it by @remilapeyre in #323
- chore: change all wasm fdw host version requirement by @burmecia in #303
- chore: upgrade wasm fdws to v0.1.1 by @burmecia in #329
- docs: add custom domain config file by @burmecia in #328
- docs: add wasm fdw directory page by @burmecia in #330
- docs: reorganize fdw catalog nav by @burmecia in #332
- docs: update docs for paddle and snowflake fdw new version by @burmecia in #331
- docs: fix typo by @burmecia in #333
- fix(s3): Supabase Storage access issue by @burmecia in #334
- feat: add
get_vault_secret_by_name()
function by @burmecia in #335 - chore: bump version to 0.4.2 by @burmecia in #337
New Contributors
- @remilapeyre made their first contribution in #309
- @kysshsy made their first contribution in #316
Full Changelog: v0.4.1...v0.4.2
wasm_snowflake_fdw_v0.1.1
What's Changed
Full Changelog: v0.4.1...wasm_snowflake_fdw_v0.1.1
wasm_paddle_fdw_v0.1.1
What's Changed
Full Changelog: v0.4.1...wasm_paddle_fdw_v0.1.1
v0.4.1
What's Changed
- fix(wasm): missing wasm package cache dir creation by @burmecia in #298
- bump version to 0.4.1 by @burmecia in #299
- fix(wasm): add user id to wasm cache file hash by @burmecia in #301
- feat(wasm): add
fdw_package_checksum
server option by @burmecia in #302
Full Changelog: v0.4.0...v0.4.1