supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.
http://fdw.dev
Apache License 2.0
562 stars 56 forks source link

chore: change all wasm fdw host version requirement #303

Closed burmecia closed 3 months ago

burmecia commented 4 months ago

What kind of change does this PR introduce?

This PR is to change all Wasm FDWs' host version requirement to use caret requirements. This host version requirement will be compatible with host versions like 0.1.0, 0.1.1 and 0.1.99 but not 0.2.0. From 0.1.x to 0.2.0 will be considered as breaking version change.

More semver details: https://docs.rs/semver/latest/semver/enum.Op.html

What is the current behavior?

N/A

What is the new behavior?

N/A

Additional context

N/A