Releases: flashcatcloud/flashduty-mcp-server
Releases · flashcatcloud/flashduty-mcp-server
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
FlashDuty MCP Server 0.6.0
What's Changed
- build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2 by @dependabot[bot] in #27
- build(deps): bump golang.org/x/sync from 0.15.0 to 0.19.0 by @dependabot[bot] in #29
- build(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 by @dependabot[bot] in #28
New Contributors
- @dependabot[bot] made their first contribution in #27
Full Changelog: v0.5.0...v0.6.0
FlashDuty MCP Server 0.5.0
Add /mcp endpoint path alongside /flashduty for Streamable HTTP compatibility.
Full Changelog: v0.4.0...v0.5.0
FlashDuty MCP Server 0.4.0
FlashDuty MCP Server 0.3.0
Changelog
- 85e1bd1 feat: Harden HTTP server security settings