Skip to content

Commit 1bdefd7

Browse files
committed
Update 3.10.0 changelog with idle_change format change
Create a section on the management plugin and mention it is a potential breaking change for clients of the REST API.
1 parent a66da4f commit 1bdefd7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

release-notes/3.10.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,16 @@ This release includes all bug fixes that shipped in `3.9.x` releases.
209209

210210
GitHub issue: [#3341](https://github.com/rabbitmq/rabbitmq-server/pull/3341)
211211

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+
212222

213223
### OAuth 2 AuthN and AuthZ Backend Plugin
214224

0 commit comments

Comments
 (0)