|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to DotNetDevMCP will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +### Added |
| 11 | +- Code coverage reporting with Codecov integration |
| 12 | +- Dependabot configuration for automated dependency updates |
| 13 | + |
| 14 | +### Changed |
| 15 | +- Improved CI/CD pipeline with coverage uploads |
| 16 | + |
| 17 | +## [0.1.0-alpha] - 2026-01-XX |
| 18 | + |
| 19 | +### Added |
| 20 | +- Initial MCP server implementation with stdio and SSE transports |
| 21 | +- Parallel test execution service with 50-80% performance improvement |
| 22 | +- Build automation tools with solution/project management |
| 23 | +- Code intelligence via Roslyn compiler APIs |
| 24 | +- Source control integration using LibGit2Sharp |
| 25 | +- Orchestration engine for concurrent operations |
| 26 | +- Sample applications demonstrating capabilities |
| 27 | + |
| 28 | +### Architecture |
| 29 | +- Multi-project solution with clean separation of concerns |
| 30 | +- Core abstractions and models in DotNetDevMCP.Core |
| 31 | +- Service implementations in dedicated projects |
| 32 | +- Comprehensive test suite with xUnit |
| 33 | + |
| 34 | +### Documentation |
| 35 | +- Architecture documentation with diagrams |
| 36 | +- API reference and usage examples |
| 37 | +- Contributing guidelines |
| 38 | +- Project roadmap |
| 39 | + |
| 40 | +## [0.0.1] - Initial Development |
| 41 | + |
| 42 | +### Added |
| 43 | +- Project structure and solution setup |
| 44 | +- Basic MCP protocol implementation |
| 45 | +- Initial service scaffolding |
| 46 | + |
| 47 | +--- |
| 48 | + |
| 49 | +## Roadmap |
| 50 | + |
| 51 | +### v0.2.0 (Planned) |
| 52 | +- [ ] Enhanced code analysis with additional Roslyn features |
| 53 | +- [ ] Performance monitoring and metrics |
| 54 | +- [ ] Extended Git operations support |
| 55 | +- [ ] Documentation generation tools |
| 56 | + |
| 57 | +### v0.3.0 (Planned) |
| 58 | +- [ ] NuGet package management |
| 59 | +- [ ] Code refactoring suggestions |
| 60 | +- [ ] Integration with additional IDEs |
| 61 | + |
| 62 | +### v1.0.0 (Planned) |
| 63 | +- [ ] Production-ready release |
| 64 | +- [ ] Full API stability guarantee |
| 65 | +- [ ] Comprehensive documentation |
| 66 | +- [ ] Performance benchmarks published |
0 commit comments