Skip to content

Releases: Vtxdeo/vtx-plugin-auth-basic

vtx-plugin-auth-basic v0.1.6

20 Jan 14:48

Choose a tag to compare

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

12 Jan 15:54

Choose a tag to compare

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

10 Jan 17:22

Choose a tag to compare

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

10 Jan 17:19

Choose a tag to compare

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

10 Jan 17:17

Choose a tag to compare

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

10 Jan 17:08

Choose a tag to compare

vtx-plugin-auth-basic v0.1.0

10 Jan 17:01

Choose a tag to compare

refactor(vtx-security): split metadata scanning into focused modules