Releases: supabase/wrappers
Releases · supabase/wrappers
v0.3.0
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
andcargo 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
What's Changed
- Update pgrx deps to 0.11.0 by @packysauce in #196
- docs: add extension creation schema by @burmecia in #194
- chore(deps): bump openssl from 0.10.57 to 0.10.60 in /wrappers by @dependabot in #197
- fix: static str compilation warning by @burmecia in #200
- fix(firebase_fdw): support nested collection by @burmecia in #199
- chore(firebase_fdw): align firebase test cases with docs by @burmecia in #201
- docs: add pushdown support docs by @burmecia in #202
New Contributors
- @packysauce made their first contribution in #196
Full Changelog: v0.1.19...v0.2.0
v0.1.19
v0.1.18
What's Changed
- feat(airtable_fdw): Add support for
jsonb
data type by @kamilogorek in #181 #182 - misc: Remove unused pg11-13 features
Full Changelog: v0.1.17...v0.1.18
v0.1.17
What's Changed
- feat: add subscription objects to fdw by @J0 in #1
- docs: update vault credentials docs by @burmecia in #127
- chore: converted list into table by @0xflotus in #128
- docs: foreign data wrapper with stripe docs update by @zer0eXploit in #123
- fix: bigquery fdw data modify by @burmecia in #129
- feat: add view support for airtable fdw by @burmecia in #134
- chore: upgrade deps to remove webpki alert by @burmecia in #135
- docs: remove redundant word by @imor in #137
- fix: fix a clippy warning by @imor in #138
- fix: fix unused warning by @imor in #140
- chore: bump pgrx version to 0.9.8 by @imor in #139
- fix: set workspace resolver version to 2 by @imor in #141
- fix: doc test compilation errors by @imor in #145
- fix: remove cfg_if dependency by @imor in #142
- chore: fallible ForeignDataWrapper trait methods by @imor in #144
- fix: remove unwrap in create_async_runtime by @imor in #146
- chore(airtable_fdw): refactor error reporting by @burmecia in #148
- chore: options refactoring by @imor in #147
- chore(stripe_fdw): refactor error reporting by @burmecia in #150
- chore(s3_fdw): refactor error reporting by @burmecia in #151
- chore(logflare_fdw): refactor error reporting by @burmecia in #152
- chore(helloworld_fdw): refactor error reporting by @burmecia in #153
- chore(firebase_fdw): refactor error reporting by @burmecia in #154
- feat: add support for Postgres 16 by @olirice in #157
- chore(clickhouse_fdw): refactor error reporting by @burmecia in #158
- fix: fix a typo by @jocubeit in #160
- docs: clarify how to set airtable PAT by @imor in #161
- chore: bump release timeout due to failed arm builds by @olirice in #165
- chore(bigquery_fdw): refactor error reporting by @imor in #164
- chore(airtable_fdw): remove a few unwrap calls by @imor in #163
- chore(firebase_fdw): remove a few unwrap calls by @imor in #166
- chore(logflare_fdw): remove a few unwrap calls by @imor in #167
- chore(s3_fdw): remove a few unwrap calls by @imor in #168
- chore(stripe_fdw): remove a few unwrap calls by @imor in #169
- chore: bump version to 0.1.17 by @imor in #173
Full Changelog: v0.1.15...v0.1.16
v0.1.16
v0.1.15
What's Changed
- chore: upgrade to pgrx 0.9.6 by @burmecia in #107
- Update to pgrx 0.9.7 by @workingjubilee in #108
- feat: add fdw stats collection by @burmecia in #114
- chore: minor fixes by @glarrain-cdd in #116
- Implement sort and limit pushdown for clickhouse by @ibotty in #115
- chore: format clickhouse fdw code and bump version by @burmecia in #117
- chore: airtable fdw enhancement by @burmecia in #118
- feat: add logflare fdw by @burmecia in #109
- chore: add logflare fdw stats collection and code quality improvement by @burmecia in #119
- testing a new format to see if we can use "federated docs" for Wrappers by @kiwicopple in #120
- docs: reformating docs for supabase federated docs by @burmecia in #121
New Contributors
- @workingjubilee made their first contribution in #108
- @glarrain-cdd made their first contribution in #116
- @ibotty made their first contribution in #115
- @kiwicopple made their first contribution in #120
Full Changelog: v0.1.14...v0.1.15
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