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.
0.5.0 - 2025-01-16
- [OSS-120] Queues & Exchanges sorting. Option to disable stats (#63)
0.4.1 - 2024-12-16
- Update thiserror requirement from 1 to 2 (#55)
- Update reqwest-middleware requirement from 0.3 to 0.4 (#57)
0.4.0 - 2024-12-13
- Bump jaxxstorm/action-install-gh-release from 1.13.0 to 1.14.0 in /.github/workflows (#59)
- Add support for
arguments
field inGET /api/queues/my_vhost/my_queue/bindings
(#60) - Bump jaxxstorm/action-install-gh-release from 1.12.0 to 1.13.0 in /.github/workflows (#56)
0.3.0 - 2024-10-31
- [OSS-118] Support for pagination (#53)
0.2.0 - 2024-10-14
- [OSS-116] Add support for CRUD operations on RabbitMq Users (#51)
0.1.0 - 2024-08-19
- [OSS-115] Remove reqwest=0.12.5 pin (#46)
0.0.1-alpha.20 - 2024-08-19
- [OSS-115] Implement Display for RabbitMqMessageProperty (#44)
0.0.1-alpha.19 - 2024-08-19
- [OSS-115] Fix rmq message deserialization error caused by props (#42)
0.0.1-alpha.18 - 2024-08-15
- [OSS-114] Binding destination type is now typed as enum (#40)
0.0.1-alpha.17 - 2024-08-15
- [OSS-33] Deal with RabbitMq's message properties & headers (#38)
0.0.1-alpha.16 - 2024-08-06
- [OSS-26] Better error visibility (#36)
0.0.1-alpha.15 - 2024-08-05
- [OSS-26] Return consumer stats when querying queues (#34)
0.0.1-alpha.14 - 2024-07-30
- [OSS-26] Queues improvements (#32)
0.0.1-alpha.13 - 2024-07-25
- [OSS-26] Queues improvement (#30)
0.0.1-alpha.12 - 2024-07-24
- [OSS-26] Return messages in queues. Default to 0 when messages missing in vhosts & queues (#28)
0.0.1-alpha.11 - 2024-07-22
- Fail to create the client if any of the credentials are missing (#26)
0.0.1-alpha.10 - 2024-07-22
- [OSS-112] Switch the client to using traits (#24)
0.0.1-alpha.9 - 2024-06-07
- Bump jaxxstorm/action-install-gh-release from 1.11.0 to 1.12.0 in /.github/workflows (#22)
0.0.1-alpha.7 - 2024-05-06
- Include the repository field (#18)
- [OSS-103] Use the new reqwest_middleware::ClientBuilder method (#17)
- Merge branch 'main' of github.com:stefandanaita/rabbitmq-management-client
- Use temporary reqwest-middleware branch until PR gets merged
0.0.1-alpha.6 - 2024-04-30
- [OSS-26] Queues testing (#14)
0.0.1-alpha.5 - 2024-04-29
- [OSS-34] RabbitMq Bindings (#12)
0.0.1-alpha.4 - 2024-04-26
0.0.1-alpha.3 - 2024-04-26
- Merge branch 'main' into tests-exchanges
- Formatting
- Test the exchanges endpoints. Add tests for NotFound errors
- First readme
0.0.1-alpha.2 - 2024-04-24
- Clippy
- Fmt
- Test that the lib can list exchanges
- Release-plz workflow setup