Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]¶
Added¶
- MCP Server component for AI assistant integration
- Go SDK for programmatic access
- Dashboard subscription editing
- Railway deployment support
- Terraform deployment manifests
- Kubernetes deployment manifests
- Comprehensive documentation site
Changed¶
- Upgraded to Go 1.24
- Improved diff engine performance
- Enhanced notification formatting
Fixed¶
- Server history navigation in dashboard
- Database connection pooling
[0.1.0] - 2024-01-01¶
Added¶
- Initial release
- Core polling and diff engine
- Subscription management
- Notification channels:
- Slack
- Discord
- Telegram
- Microsoft Teams
- Webhooks
- RSS/Atom feeds
- REST API
- CLI tool
- Docker support
- PostgreSQL storage
- Redis caching
Version History¶
| Version | Date | Highlights |
|---|---|---|
| 0.1.0 | 2024-01-01 | Initial release |
Upgrade Guide¶
From 0.x to 1.0¶
When 1.0 is released, this section will contain upgrade instructions.
Release Process¶
- Update version in
VERSIONfile - Update this changelog
- Create git tag:
git tag v0.1.0 - Push tag:
git push origin v0.1.0 - GitHub Actions builds and releases