File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,16 @@ This release includes all bug fixes that shipped in `3.9.x` releases.
209
209
210
210
GitHub issue: [ #3341 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/3341 )
211
211
212
+ ### Management Plugin
213
+
214
+ * ` idle_since ` field now uses RFC 3339 format.
215
+
216
+ ![ Breaking change] ( https://img.shields.io/badge/-Breaking%20change-red ) This is a ** potentially breaking change** .
217
+ Sample value with the previous format: ` 2022-03-22 11:39:37 ` . With the new format: ` 2022-03-22T11:39:37.908+01:00 ` .
218
+ Clients of the REST API should be able to parse values in the new format.
219
+
220
+ GitHub issue: [ #4276 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/4276 )
221
+
212
222
213
223
### OAuth 2 AuthN and AuthZ Backend Plugin
214
224
You can’t perform that action at this time.
0 commit comments