Skip to content

Commit 73b226f

Browse files
Update change log
1 parent 687e867 commit 73b226f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Enhancements
66

7-
* Integrated logging with the `log` crate. Both clients now emit trace-level logs for HTTP operations, including request/response details and retry attempts.
7+
* Logging via the `log` crate. Both clients now emit trace-level logs for HTTP operations, including request/response details and retry attempts.
88

99
## v0.60.0 (Sep 28, 2025)
1010

@@ -133,7 +133,7 @@
133133
let settings = TlsClientSettings::new()
134134
.peer_verification(TlsPeerVerificationMode::Enabled)
135135
.ca_cert_file("/path/to/ca_bundle.pem");
136-
136+
137137
let uri = UriBuilder::new("amqps://user:pass@localhost:5671/vhost?verify=verify_none")
138138
.unwrap()
139139
.replace(settings)
@@ -158,7 +158,7 @@
158158

159159
### Enhancements
160160

161-
* `responses::TagList`, `responses::PluginList`, `responses::XArguments`, `responses::NodeList`, `responses::MessageList`,`responses::FeatureFlagList`,
161+
* `responses::TagList`, `responses::PluginList`, `responses::XArguments`, `responses::NodeList`, `responses::MessageList`,`responses::FeatureFlagList`,
162162
`responses::DeprecatedFeatureList` now all implement `Deref` and `DerefMut`
163163
* `responses::Channel#state` now uses an enum, `responses::ChannelState`, instead of a string.
164164
* `Client#enable_vhost_deletion_protection` [protects](https://www.rabbitmq.com/docs/vhosts#deletion-protection) a virtual host from deletion (using the `POST /api/vhosts/{vhost}/deletion/protection` endpoint).
@@ -173,7 +173,7 @@
173173

174174
### Bug Fixes
175175

176-
* `Client#delete_binding` could panic if the optional `x-arguments` value was passed in as `None`
176+
* `Client#delete_binding` could panic if the optional `x-arguments` value was passed in as `None`
177177
* `api::Client#enable_schema_definition_sync_on_node` was unintentionally named `enable_schema_definition_sync_one_node`
178178

179179
## v0.50.0 (Sep 13, 2025)

0 commit comments

Comments
 (0)