|
|
@@ -24,6 +24,11 @@
|
|
|
|
|
|
- Binary packages for all platforms are now built on Erlang/OTP version 24.3.4.2 [#9293](https://github.com/emqx/emqx/pull/9293).
|
|
|
|
|
|
+- Added more `client.disconnected` events (and counter bumps) [#9327](https://github.com/emqx/emqx/pull/9327).
|
|
|
+ Prior to this change, the `client.disconnected` event (and counter bump) is triggered when a client
|
|
|
+ performs a 'normal' disconnect, or is 'kicked' by system admin, but NOT triggered when a
|
|
|
+ stale connection had to be 'discarded' (for clean session) or 'takeovered' (for non-clean session) by new connection.
|
|
|
+
|
|
|
## Bug fixes
|
|
|
|
|
|
- Fix error log message when `mechanism` is missing in authentication config [#8924](https://github.com/emqx/emqx/pull/8924).
|