Skip to content

v1.1.0

Choose a tag to compare

@joaoseidel joaoseidel released this 25 Mar 22:04
· 65 commits to main since this release

1.1.0 (2025-03-25)

Bug Fixes

  • change log level from warn to debug for connection close with keepAlive enabled (373f59f)
  • rename Connection to ConnectionInfo in RabbitMQClient.kt (70c18d8)
  • semantic-release workflow configuration (7393f2d)
  • update RabbitMQConnection to handle nullable channel and connection (a5ce99a)
  • update reachability metadata for connection type and add missing object type (7b974c3)
  • update VHostOperations to use VHost and ConnectionInfo in method documentation (416758b)

Features

  • add Json configuration for serialization and update JsonSettingsStore to use it (8b7f70d)
  • add message and queue search functionality with pattern matching (d3adbdc)
  • add queue pattern matching and enhance message export functionality (54a4de0)
  • enhance connection setup with type selection and port options for AMQP and HTTP (4c2f61d)
  • implement AMQP and HTTP RabbitMQ clients with connection handling and message operations (5aecd7a)