Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove dependency on pgsodium #37

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

soedirgo
Copy link
Member

@soedirgo soedirgo commented Oct 31, 2024

Add a new version 0.3.0 that doesn't depend on pgsodium. All the needed pgsodium functionalities are baked directly into supabase_vault.

@soedirgo soedirgo marked this pull request as ready for review October 31, 2024 12:43
@soedirgo soedirgo force-pushed the feat/vault-sans-pgsodium branch 2 times, most recently from 6fa22da to ac58861 Compare November 14, 2024 07:46
Copy link

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creating a separate version here as an alternative to 0.2.8 -> 0.3.0. This lets the extension be created without first creating pgsodium, which would be necessary when creating 0.2.8.

@@ -0,0 +1 @@
requires = pgsodium
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only 0.2.8 (the current latest version) requires pgsodium - future versions won't require it.

postgresql_14
postgresql_15
postgresql_16
# ourPg.postgresql_17
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PG17 is borked atm, affects other repos as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant