1.0 KiB
1.0 KiB
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
1.0.0 - 2026-03-14
Added
- Initial release of PIT Bot Channel Plugin
- WebSocket connection to PIT Router
- Message send/receive with acknowledgment
- Smart message chunking for long text
- Message queue for offline messages
- Automatic reconnection with exponential backoff
- Heartbeat mechanism with timeout detection
- Metrics collection (connection success/failure, message latency)
- Web UI for configuration management
- Multi-account support
- Environment variable support for auth tokens
- Configuration validation and migration
Security
- Auth token support via environment variables
- Secure WebSocket (wss://) support