Skip to content

Commit 8f90d48

Browse files
Update 3.13.0 release notes
1 parent 8ef3c34 commit 8f90d48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

release-notes/3.13.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@ GET /api/queues` HTTP API endpoint has dropped several rarely used metrics, resu
163163
A 3.13 RabbitMQ node will fail to boot if the old configuration setting is set.
164164
For example, if you set `mqtt.subscription_ttl = 3600000` (1 hour) prior to 3.13, replace that setting with `mqtt.max_session_expiry_interval_seconds = 3600` (1 hour) in 3.13.
165165

166+
### rabbitmqctl node_health_check is Now a No-Op
167+
168+
`rabbitmqctl node_health_check` has been deprecated for over three years
169+
and is now an no-op (does nothing).
170+
171+
See the [Health Checks section](https://www.rabbitmq.com/monitoring.html#health-checks) in the monitoring guide
172+
to find out what modern alternatives are available.
173+
166174
### openSUSE Leap Package is not Provided
167175

168176
An openSUSE Leap package will not be provided with this release of RabbitMQ.

0 commit comments

Comments
 (0)