Skip to content

v0.3.2 - AMQP Connection Reconnection

Choose a tag to compare

@rossigee rossigee released this 29 Apr 04:29
0cb08f0

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