chore: add authn changelog
This commit is contained in:
parent
49829caaa0
commit
0ca89da1a7
|
@ -1,3 +1,8 @@
|
|||
# 5.0.9
|
||||
## Bug fixes
|
||||
|
||||
* Ensure authentication type is an array, not struct. [#8923](https://github.com/emqx/emqx/pull/8923)
|
||||
|
||||
# 5.0.8
|
||||
|
||||
## Bug fixes
|
||||
|
@ -8,6 +13,7 @@
|
|||
* Speed up dispatching of shared subscription messages in a cluster [#8893](https://github.com/emqx/emqx/pull/8893)
|
||||
* Fix the extra / prefix when CoAP gateway parsing client topics. [#8658](https://github.com/emqx/emqx/pull/8658)
|
||||
* Speed up updating the configuration, When some nodes in the cluster are down. [#8857](https://github.com/emqx/emqx/pull/8857)
|
||||
|
||||
* Fix delayed publish inaccurate caused by os time change. [#8926](https://github.com/emqx/emqx/pull/8926)
|
||||
* Fix that EMQX can't start when the retainer is disabled [#8911](https://github.com/emqx/emqx/pull/8911)
|
||||
|
||||
|
|
Loading…
Reference in New Issue