|
34 | 34 | - Foreign key constraints |
35 | 35 | - Table statistics |
36 | 36 |
|
| 37 | +## [1.0.13] - 2024-05-26 |
| 38 | + |
| 39 | +### Added |
| 40 | +- Complete write operations support through Smithery configuration |
| 41 | +- Added environment variables for database write operations (`ALLOW_INSERT_OPERATION`, `ALLOW_UPDATE_OPERATION`, `ALLOW_DELETE_OPERATION`) |
| 42 | +- New configuration options in Smithery schema for controlling write permissions |
| 43 | +- Improved documentation for write operations configuration |
| 44 | +- Support for enabling/disabling specific SQL operations via environment variables |
| 45 | +- Enhanced error handling for unauthorized write operations |
| 46 | + |
| 47 | +### Changed |
| 48 | +- Updated Smithery configuration to include write operation settings |
| 49 | +- Improved Smithery integration with clear security defaults |
| 50 | +- Enhanced documentation with detailed configuration examples |
| 51 | +- Restructured README with clearer installation instructions |
| 52 | +- Better error reporting for database connection issues |
| 53 | +- Improved transaction handling for write operations |
| 54 | + |
| 55 | +### Fixed |
| 56 | +- Fixed error handling for database connection failures |
| 57 | +- Improved error messages for unauthorized operations |
| 58 | +- Better handling of MySQL 8.0+ authentication methods |
| 59 | +- Fixed SSL/TLS configuration options in Smithery |
| 60 | + |
| 61 | +### Security |
| 62 | +- All write operations (INSERT, UPDATE, DELETE) disabled by default |
| 63 | +- Added clear documentation about security implications of enabling write operations |
| 64 | +- Improved transaction isolation for write operations |
| 65 | +- Enhanced error reporting that doesn't expose sensitive information |
| 66 | + |
| 67 | +### Documentation |
| 68 | +- Updated README with comprehensive Smithery configuration instructions |
| 69 | +- Added detailed examples for enabling specific write operations |
| 70 | +- Improved troubleshooting section with common issues and solutions |
| 71 | +- Better explanation of required MySQL permissions for different operation types |
| 72 | +- Added clear security recommendations for production deployments |
| 73 | + |
37 | 74 | ## [1.0.10] - 2024-03-13 |
38 | 75 |
|
39 | 76 | ### Changed |
|
0 commit comments