Skip to content

Commit 1857e88

Browse files
committed
Updated release notes
1 parent 0474ef1 commit 1857e88

File tree

7 files changed

+66
-3
lines changed

7 files changed

+66
-3
lines changed

docs/docs/img/.DS_Store

6 KB
Binary file not shown.

docs/docs/img/mcp-server.gif

8.74 MB
Loading

docs/docs/img/mcp-server.png

-416 KB
Binary file not shown.

docs/docs/intro.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ With the MCP Database Server, you can:
1515
- Export query results as CSV or JSON
1616
- Track business insights discovered during database analysis
1717

18-
![MCP Database Server](./img/mcp-server.png)
18+
![MCP Database Server](./img/mcp-server.gif)
19+
20+
:::tip What's New
21+
Check our [Release Notes](./release-notes) to see what's new in version 1.0.2!
22+
:::
1923

2024
## Installation
2125

docs/docs/release-notes.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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

docs/sidebars.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@ const sidebars: SidebarsConfig = {
1919
// But you can create a sidebar manually
2020
tutorialSidebar: [
2121
'intro',
22+
'release-notes',
2223
'getting-started',
2324
{
2425
type: 'category',
2526
label: 'Database Setup',
2627
items: [
2728
'sqlite-setup',
29+
'sql-server-setup',
30+
'postgresql-setup',
2831
'connection-reference',
2932
],
3033
},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)