Releases: supabase/wrappers
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
Full Changelog: v0.4.3...wasm_notion_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
v0.4.0
What's Changed
- Minor changes to options file by @AayushyaVajpayee in #255
- chore(deps): bump rustls from 0.21.10 to 0.21.11 by @dependabot in #256
- chore(deps): bump rustls from 0.21.10 to 0.21.11 in /wrappers by @dependabot in #257
- bump rustls by @imor in #258
- fix: code improvements as per clippy by @burmecia in #263
- docs(clickhouse): add
secure=true
for ClickHouse connection string example by @burmecia in #261 - fix: numeric cell display by @burmecia in #268
- fix(mssql): incorrect sql deparse for limit and offset clause by @burmecia in #267
- Feat: Extend the fields for users in the Auth0 FDW by @romaingrx in #265
- fix: deparse LIKE operator in qual by @burmecia in #279
- Feat: Add a POC Notion FDW with users read only by @romaingrx in #264
- feat: add timestamp with time zone cell type support by @burmecia in #281
- chore: bump supabase-wrappers and supabase-wrappers-macros version by @burmecia in #282
- add warnings in docs and readme about using materialized views by @imor in #283
- fix: replace deprecated
chrono::NaiveDateTime::timestamp
method by @burmecia in #285 - fix: remove
unwrap()
from stats related functions by @burmecia in #289 - fix: allow dead code to make clippy happy by @burmecia in #290
- feat: add wasm fdw framework with snowflake and paddle fdw by @burmecia in #280
- ci: add Wasm FDW release workflow by @burmecia in #293
- feat(stripe): add
api_version
server option by @burmecia in #294 - docs: correct wasm file links in docs by @burmecia in #295
- chore(notion): exclude notion fdw from next release by @burmecia in #296
- chore: bump version to 0.4.0 by @burmecia in #297
New Contributors
- @AayushyaVajpayee made their first contribution in #255
- @romaingrx made their first contribution in #265
Full Changelog: v0.3.1...v0.4.0
snowflake_fdw_v0.1.0
New Feature: Snowflake Foreign Data Wrapper
We're excited to introduce our new Snowflake Foreign Data Wrapper, enabling seamless integration between your Postgres database and Snowflake. Key features include:
- Direct querying of Snowflake data without data movement
- Support both data read and write
- Automatic query pushdown for improved performance
- Wasm based foreign data wrapper
PR: add wasm fdw framework with snowflake and paddle fdw by @burmecia in #280
paddle_fdw_v0.1.0
New Feature: Paddle Foreign Data Wrapper
We're excited to introduce our new Paddle Foreign Data Wrapper, enabling seamless integration between your Postgres database and Paddle. Key features include:
- Direct querying of Paddle data without data movement
- Support both data read and write
- Automatic query pushdown for improved performance
- Wasm based foreign data wrapper
PR: add wasm fdw framework with snowflake and paddle fdw by @burmecia in #280
v0.3.1
What's Changed
- chore(deps): bump whoami from 1.4.1 to 1.5.1 by @dependabot in #248
- chore(deps): bump whoami from 1.4.1 to 1.5.1 in /wrappers by @dependabot in #249
- chore(deps): bump h2 from 0.3.24 to 0.3.26 by @dependabot in #250
- chore(deps): bump h2 from 0.3.24 to 0.3.26 in /wrappers by @dependabot in #251
- Bump pgrx to 0.11.3 for 0.3.1 release by @olirice in #254
Full Changelog: v0.3.0...v0.3.1