Releases: Vtxdeo/vtx-plugin-auth-basic
Releases · Vtxdeo/vtx-plugin-auth-basic
vtx-plugin-auth-basic v0.1.6
chore(auth-basic): update vtx-sdk dependency and fix missing db import - Update the plugin to depend on the released vtx-sdk 0.1.14 in `vtx-plugin-auth-basic/Cargo.toml` - Add the missing `vtx_sdk::db` import in `plugins/vtx-plugin-auth-basic/src/lib.rs` to resolve the `db::query` call
vtx-plugin-auth-basic v0.1.5
chore(ci): fix vtx-cli installation and scripts execution - Remove non-existent platform-specific package from install command - Add --foreground-scripts to ensure postinstall binary download runs in CI
vtx-plugin-auth-basic v0.1.4
chore(ci): fix vtx-cli installation and scripts execution - Remove non-existent platform-specific package from install command - Add --foreground-scripts to ensure postinstall binary download runs in CI
vtx-plugin-auth-basic v0.1.3
chore(ci): fix missing platform package for vtx-cli - Explicitly install @vtxdeo/cli-linux-x64 to resolve binary missing error in CI - Ensure vtx package command can find its runtime dependencies
vtx-plugin-auth-basic v0.1.2
chore(ci): fix release workflow to use npm installed vtx-cli - Replace cargo run with npm install -g @vtxdeo/cli - Add rust-cache for faster builds - Rename release asset to include version tag
vtx-plugin-auth-basic v0.1.1
fix:workflows
vtx-plugin-auth-basic v0.1.0
refactor(vtx-security): split metadata scanning into focused modules