Releases: CorvidLabs/fledge-plugin-sql
Releases · CorvidLabs/fledge-plugin-sql
v0.3.0
- fix: block destructive DDL (DROP/ALTER/TRUNCATE) by default, add --allow-destructive flag
- fix: block multi-statement queries for safety
- fix: DML success indicator (returns changes count instead of empty array)
- fix: help text formatting (proper newlines)
- chore: bump version to v0.3.0
v0.2.2
fix: update version assertion in test to 0.2.0
v0.2.1
chore: bump plugin.toml version to v0.2.0 (aligns reported version with release)
v0.2.0
What's new
- Fix: audit round 2 — robustness, validation, edge cases
- Docs: GitHub Pages documentation site
- CI improvements
🤖 Released with Claude Code
v0.1.0
Initial release of fledge-plugin-sql.
fledge sql init— create project SQLite databasesfledge sql query— execute queries with JSON, CSV, list, and table outputfledge sql schema— dump database schemafledge sql migrate— run numbered migration files- Shell-escaped SQL input to prevent injection
- Data persistence across plugin reinstalls