Releases: f24aalam/dbmcp
Releases · f24aalam/dbmcp
Refactor credential storage and encryption methods
Global MCP Installation
v0.1.6 Global installation
Bug Fixes
feat(init): normalize DB URLs and refine connection validation - Convert mysql:// URLs to go-sql-driver/mysql DSN form - Strip ORM-only Postgres query params (schema, connection_limit, pool_timeout) for lib/pq - Ping before save; make saving new/scanned connections optional with clearer README - Adjust MCP install wiring and add DSN unit tests
init command
feat: init comand (#4) * renamed * Update README.md * feat: init command
Rename
Issue fix with table name case sensitivity
Full Changelog: v0.1.1...v0.1.2
PostgreSQL support & install improvement
New Features
- Added PostgreSQL database support
- Install scripts now automatically detect the latest version
- Added download progress bar
Improvements
- Simplified installation - no sudo required, installs to ~/.local/bin
- Fixed README branch reference (main → master)
Supported Databases
- MySQL
- PostgreSQL
- SQLite
First release
v0.1.0 Add GitHub Actions workflow for release process