wrappers icon indicating copy to clipboard operation
wrappers copied to clipboard

0.3.1 Not Released on crates.io?

Open theory opened this issue 1 year ago • 1 comments

  • [x] I confirm this is a bug with Supabase, not with my own application.
  • [ ] I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

The v0.3.1 release says it incremented the pgrx dependency to 0.11.3, but the latest on crates.io says it's 0.11.2 (and the wrapper version is 0.1.17, so the versions confuse me).

theory avatar Apr 26 '24 18:04 theory

The versions are different because these are two different crates. The one on crates.io is supabase-wrappers, which is the framework crate. It wraps Postgres API (using pgrx) and exposes a higher level API to write a foreign data wrapper. This crate has version 0.1.17.

The wrappers crate is not published on crates.io. It contains a variety of foreign data wrappers written using the framework crate. It generates the shared lib extension we use in Postgres. It's version is 0.3.1.

If you need supabase-wrappers which depends on pgrx 0.11.3 I can release version 0.1.18.

imor avatar Apr 29 '24 04:04 imor

supabase-wrappers v0.1.18 is already released on crates.io

burmecia avatar Jul 12 '24 08:07 burmecia