Skip to content

Releases: supabase/wrappers

wasm_openapi_fdw_v0.2.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 00:57
edf06dd

What's Changed

  • fix(mysql_fdw): sanitize MySQL error details by @wenerme in #612
  • docs(mongodb): add docs for MongoDB Atlas connection by @burmecia in #610
  • fix(mysql_fdw): support varchar and bpchar text columns by @wenerme in #611
  • docs: move platform security reference into Contributing docs by @spydon in #613

New Contributors

Full Changelog: v0.6.2...wasm_openapi_fdw_v0.2.1

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 17 Jun 07:17
3770f99

What's Changed

  • chore: update wasmtime version to 36.0.7 by @burmecia in #602
  • fix(openapi_fdw): handle RFC 8288 Link header pagination by @codybrom in #599
  • fix(Docs): Fix syntax errors on hubspot.md by @jeremenichelli in #605
  • feat(mongodb): [WRA-22] add MongoDB foreign data wrapper by @burmecia in #606
  • feat(wasm): per-request credentials from session variables by @codybrom in #604
  • chore(openapi): bump openapi_fdw version to 0.2.1 and update documentation by @burmecia in #603
  • chore: bump Wrappers version to 0.6.2 by @burmecia in #608

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 08 May 13:22
adfb7a3

What's Changed

  • chore: [WRA-14] enhance test cases coverage by @burmecia in #583
  • scan: refresh parameter state and rescan on parameter changes (PARAM_EXTERN + PARAM_EXEC) by @bnjjj in #587
  • chore: update dependencies for security advisors by @burmecia in #588
  • chore: update dependencies for dependabot alerts by @burmecia in #589
  • feat(iceberg_fdw): [WRA-16] add schema evolution support by @burmecia in #590
  • Add mysql_fdw for MySQL/Doris support by @wenerme in #584
  • chore: pin actions to sha by @staaldraad in #592
  • feat: allow vault secret lookup by name in _id options by @wenerme in #591
  • feat: [WRA-17] add DynamoDB FDW by @burmecia in #593
  • docs(stripe): clarify api_key_id vs api_key_name vault options by @Copilot in #595
  • feat: add aggregate pushdown support (COUNT/SUM/AVG/MIN/MAX) by @wenerme in #586
  • feat(mysql): add aggregate pushdown support for MySQL FDW by @burmecia in #596
  • chore: bump Wrappers version to 0.6.1 by @burmecia in #597
  • ci: make manual release workflow runs always as dry-run by @burmecia in #600

New Contributors

  • @bnjjj made their first contribution in #587
  • @wenerme made their first contribution in #584
  • @Copilot made their first contribution in #595

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 02 Mar 06:40
77d4200

What's Changed

  • chore(deps): bump wasmtime from 32.0.1 to 36.0.3 by @dependabot[bot] in #523
  • fix: memory context release error when drop fdw modify state by @burmecia in #536
  • fix(redis): add TLS crypto provider initialisation by @burmecia in #537
  • fix(clickhouse): timestamptz column type formatting issue by @burmecia in #535
  • feat(snowflake): add timeout_secs foreign table option by @burmecia in #534
  • feat(clerk): Add billing endpoints by @wobsoriano in #539
  • docs(clerk): update v0.2.1 checksum by @burmecia in #540
  • chore(deps): bump rsa from 0.9.8 to 0.9.10 by @dependabot[bot] in #550
  • feat(infura): add Infura WASM FDW for blockchain data by @JohnCari in #547
  • ci: fix wasm fdw release package name by @burmecia in #552
  • docs(infura): update fdw package checksum by @burmecia in #551
  • docs: improve Airtable wrapper documentation by @JohnCari in #544
  • chore(deps): bump aws-sdk-cognitoidentityprovider from 1.101.0 to 1.103.0 by @dependabot[bot] in #554
  • chore(deps): bump aws-sdk-s3vectors from 1.12.0 to 1.14.0 by @dependabot[bot] in #553
  • chore(deps): bump aws-sdk-s3tables from 1.41.0 to 1.46.0 by @dependabot[bot] in #557
  • chore(deps): bump aws-sdk-sso from 1.86.0 to 1.90.0 by @dependabot[bot] in #556
  • chore(deps): bump aws-sdk-ssooidc from 1.89.0 to 1.92.0 by @dependabot[bot] in #555
  • docs: update Snowflake fdw 0.2.1 checksum and format Infura fdw checksum by @burmecia in #558
  • fix(snowflake): change wit version to 0.2.1 by @burmecia in #559
  • feat(hubspot): add api_key_name support for Vault secret lookup by name by @JohnCari in #545
  • chore(deps): bump wasmtime from 36.0.3 to 36.0.5 in the cargo group across 1 directory by @dependabot[bot] in #567
  • docs(snowflake): correct v0.2.1 checksum by @burmecia in #560
  • fix(s3): add delimiter option support for CSV files by @7ttp in #561
  • feat(clerk): Add CRUD endpoints to existing objects by @wobsoriano in #541
  • chore(deps): bump bytes from 1.10.1 to 1.11.1 in the cargo group across 1 directory by @dependabot[bot] in #568
  • fix(clickhouse): implement re_scan for nested loop joins by @JohnCari in #546
  • fix: serialize data instead of pointer in plan_foreign_modify by @JohnCari in #548
  • chore: bump Rust edition to 2024 by @imor in #563
  • Upgrade GitHub Actions for Node 24 compatibility by @salmanmkc in #564
  • chore(deps): bump time from 0.3.44 to 0.3.47 in the cargo group across 1 directory by @dependabot[bot] in #570
  • hardening and docs by @kiwicopple in #562
  • feat: Add OpenAPI Foreign Data Wrapper by @codybrom in #566
  • feat: add comprehensive AI assistant guide for Wrappers project by @burmecia in #569
  • docs(openapi): update wasm module checksum and improve docs by @burmecia in #572
  • ci: add path filters to test workflows and docs build check by @codybrom in #575
  • feat(openapi): upgrade OpenAPI FDW to v0.2.0 with modular architecture by @codybrom in #573
  • docs(openapi): update OpenAPI fdw v0.2.0 checksum by @burmecia in #577
  • chore: bump Wrappers version to 0.6.0 by @burmecia in #578
  • ci: add crates.io publish to release workflow by @burmecia in #579
  • fix(s3vectors): s3vec type upgrade issue by @burmecia in #580
  • ci: [WRA-15] add Wrappers extension upgrade test by @burmecia in #582

New Contributors

Full Changelog: v0.5.7...v0.6.0

wasm_openapi_fdw_v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 00:18
2e548c1

What's Changed

  • feat: add comprehensive AI assistant guide for Wrappers project by @burmecia in #569
  • docs(openapi): update wasm module checksum and improve docs by @burmecia in #572
  • ci: add path filters to test workflows and docs build check by @codybrom in #575
  • feat(openapi): upgrade OpenAPI FDW to v0.2.0 with modular architecture by @codybrom in #573

Full Changelog: wasm_openapi_fdw_v0.1.4...wasm_openapi_fdw_v0.2.0

wasm_openapi_fdw_v0.1.4

Choose a tag to compare

@github-actions github-actions released this 11 Feb 23:36
1c45063

What's Changed

  • feat(hubspot): add api_key_name support for Vault secret lookup by name by @JohnCari in #545
  • chore(deps): bump wasmtime from 36.0.3 to 36.0.5 in the cargo group across 1 directory by @dependabot[bot] in #567
  • docs(snowflake): correct v0.2.1 checksum by @burmecia in #560
  • fix(s3): add delimiter option support for CSV files by @7ttp in #561
  • feat(clerk): Add CRUD endpoints to existing objects by @wobsoriano in #541
  • chore(deps): bump bytes from 1.10.1 to 1.11.1 in the cargo group across 1 directory by @dependabot[bot] in #568
  • fix(clickhouse): implement re_scan for nested loop joins by @JohnCari in #546
  • fix: serialize data instead of pointer in plan_foreign_modify by @JohnCari in #548
  • chore: bump Rust edition to 2024 by @imor in #563
  • Upgrade GitHub Actions for Node 24 compatibility by @salmanmkc in #564
  • chore(deps): bump time from 0.3.44 to 0.3.47 in the cargo group across 1 directory by @dependabot[bot] in #570
  • hardening and docs by @kiwicopple in #562
  • feat: Add OpenAPI Foreign Data Wrapper by @codybrom in #566

New Contributors

Full Changelog: wasm_snowflake_fdw_v0.2.1...wasm_openapi_fdw_v0.1.4

wasm_snowflake_fdw_v0.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Jan 07:06
678b6a1

What's Changed

  • docs(infura): update fdw package checksum by @burmecia in #551
  • docs: improve Airtable wrapper documentation by @JohnCari in #544
  • chore(deps): bump aws-sdk-cognitoidentityprovider from 1.101.0 to 1.103.0 by @dependabot[bot] in #554
  • chore(deps): bump aws-sdk-s3vectors from 1.12.0 to 1.14.0 by @dependabot[bot] in #553
  • chore(deps): bump aws-sdk-s3tables from 1.41.0 to 1.46.0 by @dependabot[bot] in #557
  • chore(deps): bump aws-sdk-sso from 1.86.0 to 1.90.0 by @dependabot[bot] in #556
  • chore(deps): bump aws-sdk-ssooidc from 1.89.0 to 1.92.0 by @dependabot[bot] in #555
  • docs: update Snowflake fdw 0.2.1 checksum and format Infura fdw checksum by @burmecia in #558
  • fix(snowflake): change wit version to 0.2.1 by @burmecia in #559

Full Changelog: wasm_infura_fdw_v0.1.0...wasm_snowflake_fdw_v0.2.1

wasm_infura_fdw_v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jan 06:15
c2e1339

What's Changed

New Contributors

Full Changelog: wasm_clerk_fdw_v0.2.1...wasm_infura_fdw_v0.1.0

wasm_clerk_fdw_v0.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Dec 06:45
ec728c7

What's Changed

  • chore(deps): bump wasmtime from 32.0.1 to 36.0.3 by @dependabot[bot] in #523
  • fix: memory context release error when drop fdw modify state by @burmecia in #536
  • fix(redis): add TLS crypto provider initialisation by @burmecia in #537
  • fix(clickhouse): timestamptz column type formatting issue by @burmecia in #535
  • feat(snowflake): add timeout_secs foreign table option by @burmecia in #534
  • feat(clerk): Add billing endpoints by @wobsoriano in #539

New Contributors

Full Changelog: v0.5.7...wasm_clerk_fdw_v0.2.1

v0.5.7

Choose a tag to compare

@github-actions github-actions released this 25 Nov 08:32
374cf9f

What's Changed

  • bump pgrx to 0.16.1 to align with the latest version by @Vonng in #519
  • docs(duckdb): [WRA-6] add docs for MotherDuck source by @burmecia in #520
  • feat(clickhouse): [WRA-9] add configurable stream_buffer_size option to ClickHouse FDW by @burmecia in #521
  • docs(iceberg): add documentation for batch_size server option by @burmecia in #522
  • chore(s3vectors): [WRA-10] change custom type embd name to s3vec by @burmecia in #524
  • perf(iceberg): [WRA-11] optimise direct insert for large dataset by @burmecia in #526
  • chore(s3vectors): add batch_size server option by @burmecia in #527
  • chore(s3vectors): remove bucket_name option from import foreign schema statement by @burmecia in #525
  • chore(iceberg): add extra foreign table options and refactor insert batch processing by @burmecia in #528
  • chore: bump Wrappers version to 0.5.7 by @burmecia in #529
  • fix: extension upgrade issue with s3vectors_fdw by @burmecia in #530

New Contributors

Full Changelog: v0.5.6...v0.5.7