rabbitmq-management-client: 0.0.1-alpha.5 -> 0.0.1-alpha.6 (⚠️ API breaking changes)
⚠️ rabbitmq-management-client breaking changes
--- failure constructible_struct_adds_field: externally-constructible struct adds field ---
Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/constructible_struct_adds_field.ron
Failed in:
field RabbitMqQueue.arguments in /tmp/.tmpXGdiTj/rabbitmq-management-client/src/api/queue.rs:164
--- failure struct_missing: pub struct removed or renamed ---
Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/struct_missing.ron
Failed in:
struct rabbitmq_management_client::api::queue::RabbitMqQueueActionsRequest, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:235
--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---
Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/struct_pub_field_missing.ron
Failed in:
field operator_policy of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:164
field policy of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:165
field consumer_capacity of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:171
field consumer_utilisation of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:172
field consumers of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:173
field exclusive_consumer_tag of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:176
field idle_since of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:177
field memory of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:178
field messages of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:179
field message_stats of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:180
field message_bytes of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:181
field message_bytes_paged_out of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:182
field message_bytes_persistent of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:183
field message_bytes_ram of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:184
field message_bytes_ready of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:185
field message_bytes_unacknowledged of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:186
field messages_paged_out of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:187
field messages_persistent of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:188
field messages_ram of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:189
field messages_read of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:190
field messages_ready_ram of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:191
field messages_unacknowledged of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:192
field messages_unacknowledged_ram of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:193
field reductions of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:194
field recoverable_slaves of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:195
field slave_nodes of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:196
field synchronised_slave_nodes of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:197
field garbage_collection of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:198
field effective_policy_definition of struct RabbitMqQueue, previously in file /tmp/.tmpPuAvP4/rabbitmq-management-client/src/api/queue.rs:199
🤖 New release
rabbitmq-management-client
: 0.0.1-alpha.5 -> 0.0.1-alpha.6 (⚠️ API breaking changes)⚠️
rabbitmq-management-client
breaking changesChangelog
This PR was generated with release-plz.