Skip to content

Commit 1963b00

Browse files
author
klapaudius
committed
Add version 1.5.0 to CHANGELOG.md
1 parent 2b06c00 commit 1963b00

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
### Version 1.5.0
2+
- **Core Features:**
3+
- Add MCP Protocol Version 2025-06-18 support
4+
- Enhanced protocol version handling with automatic version negotiation
5+
- Improved batch request handling. Batch requests are only supported in protocol version 2025-03-26
6+
- **Enhancements:**
7+
- Refactor StreamableHttpController with better protocol version detection via headers
8+
- Add comprehensive validation for batch requests based on the protocol version
9+
- Enhanced resource and tool response formatting with name and title fields
10+
- Update the TransportFactory to support multiple protocol versions
11+
- **Architecture Improvements:**
12+
- Refactor tool documentation to use StructuredSchema for input/output schemas
13+
- Add comprehensive unit tests
14+
- Improve code organization with better separation of concerns in request handling
15+
- Add proper type declarations and final method modifiers where appropriate
16+
- **Bug Fixes:**
17+
- Improve error handling for invalid protocol versions
18+
- **Documentation:**
19+
- Add MCP features status table in README
20+
- **Migration Command**
21+
- Add the MigrateToolSchemaCommand to help developers on tools new StructuredSchema feature migration
22+
123
### Version 1.4.0
224
- **Core Features:**
325
- Add comprehensive sampling support allowing tools to request LLM assistance during execution

0 commit comments

Comments
 (0)