Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/catalog/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This wrapper allows you to query any REST API endpoint as a PostgreSQL foreign t

| Version | Wasm Package URL | Checksum | Required Wrappers Version |
| ------- | ---------------- | -------- | ------------------------- |
| 0.2.1 | `https://github.com/supabase/wrappers/releases/download/wasm_openapi_fdw_v0.2.1/openapi_fdw.wasm` | `tbd` | >=0.5.0 |
Comment thread
burmecia marked this conversation as resolved.
Comment thread
burmecia marked this conversation as resolved.
| 0.2.0 | `https://github.com/supabase/wrappers/releases/download/wasm_openapi_fdw_v0.2.0/openapi_fdw.wasm` | `f0d4d6e50f7c519a66363bd8bdbe1ea8086ca810ca14b43fb0ed18b64acdf6aa` | >=0.5.0 |
| 0.1.4 | `https://github.com/supabase/wrappers/releases/download/wasm_openapi_fdw_v0.1.4/openapi_fdw.wasm` | `dd434f8565b060b181d1e69e1e4d5c8b9c3ac5ca444056d3c2fb939038d308fe` | >=0.5.0 |

Expand Down
2 changes: 1 addition & 1 deletion wasm-wrappers/fdw/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wasm-wrappers/fdw/openapi_fdw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openapi_fdw"
version = "0.2.0"
version = "0.2.1"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion wasm-wrappers/fdw/openapi_fdw/wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package supabase:openapi-fdw@0.2.0;
package supabase:openapi-fdw@0.2.1;

world openapi {
import supabase:wrappers/http@0.2.0;
Expand Down