v0.3.2 - AMQP Connection Reconnection
What's Fixed
AMQP Connection Reliability 🔄
- Fixes issue #1: Connection not re-established on timeout
- Implements automatic reconnection with exponential backoff when AMQP broker is unavailable
- Improves service resilience during network interruptions or broker restarts
- Enhanced error handling and logging for connection states
Installation
Debian/Ubuntu (.deb)
Binary
Download from releases page
Changes
- AMQP reconnection loop with exponential backoff
- Improved message processing reliability
- Better error handling for connection failures
- Updated dependencies (yaml v3)
- Enhanced test coverage with context timeouts
- .deb packaging for easy installation
Breaking Changes
- Configuration validation improved (may catch previously ignored errors)
- AMQP connection behavior changed to reconnect automatically instead of failing permanently