Releases: joaoseidel/rmq-cli
Releases · joaoseidel/rmq-cli
Release list
v2.3.0
v2.2.0
2.2.0 (2026-08-12)
Bug Fixes
- accurate cross-queue search and lossless message handling (2a0ee1d)
- keep long text inside the pane instead of breaking the layout (b9c9607)
- keep recovery inside the broker the messages came from (d061a24)
- say why other messages moved instead of just that they did (94f800d)
- stop the queue browser hiding messages from moves and deletes (123c754)
Features
v2.1.0
v1.6.0
v1.5.0
v1.4.0
v1.3.0
1.3.0 (2025-03-30)
Bug Fixes
- error handling in Main.kt (f9cbe48)
- exit code to indicate successful execution (8ff7939)
- queue listing with correct default pattern (8a63519)
- update Search command input handling and default queue pattern (bd9dbd2)
- update ZIP file naming to include version in graalvm-native-build.yml (66bb3cc)
Features
- add core domain models and interfaces for containment strategies for risky operations (0922e37)
- add FlowSafeOperationCoordinator and JsonMessageBackupRepository (7df3408)
- add safe and unsafe modes for message and queue commands (de767f0)
- add safeOperation flows to usecases (3b7a44e)
- add string utility functions for glob patterns and truncation (86f47a5)
- improve queue listing with pagination and filtering support (a662a3e)
v1.2.1
v1.2.0
v1.1.0
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)