Releases: flashcatcloud/flashduty-mcp-server
Releases · flashcatcloud/flashduty-mcp-server
FlashDuty MCP Server 0.9.2
v0.9.2 (2026-02-02)
Major Changes
- Code Refactoring: Improved code structure and maintainability
- Build Automation: Added comprehensive Makefile
- Documentation: Simplified tool descriptions and enhanced parameter documentation
Improvements
- Simplify tool descriptions for better clarity
- Enhance parameter documentation
- Refactor flashduty package for improved maintainability
- Add Makefile with build automation targets
- Update gitignore and test files
Full Changelog: v0.8.0...v0.9.2
FlashDuty MCP Server 0.8.0
improve logging and HTTP server configuration
- Add custom ordered text handler to ensure consistent field ordering (time, level, trace_id)
- Remove redundant HTTP request logging (handled by MCP hooks)
- Support local timezone in logs with TZ environment variable fallback
- Add TOON output format support for HTTP server mode
- Extract logging code to separate log.go file for better organization
- Update documentation for TZ environment variable
Full Changelog: v0.7.0...v0.8.0
FlashDuty MCP Server 0.7.0
feat: migrate to slog, add tracing, log masking and E2E workflow
- Migrate logging from logrus to slog for structured logs.
- Add W3C Trace Context support and propagation.
- Implement sensitive data masking and log body truncation.
- Enrich channel information with team and creator names.
- Add E2E testing framework and GitHub workflow.
- Update README with new security and logging features.
Full Changelog: v0.6.0...v0.7.0