Skip to content

Releases: supabase/wrappers

v0.4.2

29 Aug 09:11
9b13dcd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

wasm_snowflake_fdw_v0.1.1

14 Aug 07:16
0b877ad
Compare
Choose a tag to compare

What's Changed

  • chore: change all wasm fdw host version requirement by @burmecia in #303

Full Changelog: v0.4.1...wasm_snowflake_fdw_v0.1.1

wasm_paddle_fdw_v0.1.1

14 Aug 06:57
0b877ad
Compare
Choose a tag to compare

What's Changed

  • chore: change all wasm fdw host version requirement by @burmecia in #303

Full Changelog: v0.4.1...wasm_paddle_fdw_v0.1.1

v0.4.1

11 Jul 01:42
d0dafe6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

23 Jul 06:32
504a40f
Compare
Choose a tag to compare

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

Full Changelog: v0.3.1...v0.4.0

snowflake_fdw_v0.1.0

28 Jun 13:49
44c30f4
Compare
Choose a tag to compare

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

28 Jun 14:14
44c30f4
Compare
Choose a tag to compare

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

11 Apr 12:56
1185a47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

26 Mar 22:52
0afd975
Compare
Choose a tag to compare

What's Changed

  • feat: add auth0 wrapper by @J0 in #183
  • feat: bump pgrx version by @J0 in #205
  • fix: update with pgrx upstream and remove compilation warning by @burmecia in #207
  • docs: update contributing by @J0 in #208
  • use unicode emojis instead of GH markdown by @imor in #212
  • feat: add sql server foreign data wrapper by @burmecia in #213
  • docs: add community wrappers contribution docs by @burmecia in #217
  • feat: upgrade S3 FDW dependencies by @J0 in #216
  • feat: add redis foreign data wrapper by @burmecia in #215
  • ci: add cargo fmt and cargo clippy checks to CI by @burmecia in #218
  • docs(stripe): add docs for api_url server option by @burmecia in #221
  • feat: pin clickhouse.rs to fixed commit by @J0 in #222
  • update cargo.lock by @imor in #223
  • fix: make wrappers project part of workspace by @imor in #143
  • chore(deps): bump h2 from 0.3.21 to 0.3.24 in /wrappers by @dependabot in #225
  • chore(deps): bump h2 from 0.3.23 to 0.3.24 by @dependabot in #226
  • chore(deps): bump shlex from 1.2.0 to 1.3.0 by @dependabot in #229
  • chore(deps): bump shlex from 1.2.0 to 1.3.0 in /wrappers by @dependabot in #228
  • chore: release supabase-wrappers v0.1.16 on crates.io by @burmecia in #230
  • chore: release supabase-wrappers v0.1.17 on crates.io by @burmecia in #231
  • feat: add cognito wrapper by @J0 in #214
  • ci: remove clickhouse init db by @burmecia in #241
  • fix: reset state when begin scan by @burmecia in #239
  • chore(s3): add not use existing create_async_runtime() comment by @burmecia in #233
  • chore(deps): bump mio from 0.8.8 to 0.8.11 in /wrappers by @dependabot in #244
  • chore(deps): bump mio from 0.8.10 to 0.8.11 by @dependabot in #243
  • Add s3 endpoint support by @encima in #242
  • fix: add attributes support for cognito wrapper by @J0 in #238
  • feat: Auth0 add pagination by @J0 in #206
  • feat: release v0.3.0 by @burmecia in #247

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

05 Dec 11:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.19...v0.2.0