|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## Version 1.0.2 (Current) |
| 4 | + |
| 5 | +**Release Date:** April 2025 |
| 6 | + |
| 7 | +### New Features |
| 8 | +- Complete overhaul of documentation with new Docusaurus implementation |
| 9 | +- Updated branding with blue color scheme |
| 10 | +- Added comprehensive connection reference guide |
| 11 | +- Improved database tools documentation |
| 12 | +- New getting started guide for easier onboarding |
| 13 | + |
| 14 | +### Improvements |
| 15 | +- Better error handling for database connections |
| 16 | +- Enhanced SQL query performance, particularly for large result sets |
| 17 | +- Updated Node.js dependencies to the latest stable versions |
| 18 | +- Improved security for credential handling |
| 19 | +- Added environment variable support for sensitive connection information |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | +- Fixed connection issue with SQL Server when using Windows Authentication |
| 23 | +- Corrected error in PostgreSQL RETURNING clause handling |
| 24 | +- Addressed memory leak in connection pooling |
| 25 | +- Fixed date formatting in SQLite exports |
| 26 | + |
| 27 | +## Version 1.0.1 |
| 28 | + |
| 29 | +**Release Date:** April 2025 |
| 30 | + |
| 31 | +### New Features |
| 32 | +- Initial support for PostgreSQL databases |
| 33 | +- Added export functionality for CSV and JSON formats |
| 34 | +- Introduced business insights tracking with memo feature |
| 35 | + |
| 36 | +### Improvements |
| 37 | +- Enhanced error reporting for failed queries |
| 38 | +- Better handling of large result sets |
| 39 | +- Optimized connection pooling for SQL Server |
| 40 | + |
| 41 | +### Bug Fixes |
| 42 | +- Fixed SQL Server authentication with special characters in password |
| 43 | +- Addressed timeout issues with long-running queries |
| 44 | +- Resolved schema detection problems with certain table names |
| 45 | + |
| 46 | +## Version 1.0.0 |
| 47 | + |
| 48 | +**Release Date:** April 2025 |
| 49 | + |
| 50 | +### Initial Release Features |
| 51 | +- Support for SQLite and SQL Server databases |
| 52 | +- Basic SQL query execution (SELECT, INSERT, UPDATE, DELETE) |
| 53 | +- Table management (CREATE, ALTER, DROP) |
| 54 | +- Schema introspection |
| 55 | +- MCP integration for Claude Desktop |
| 56 | +- Node.js-based implementation for cross-platform support |
0 commit comments