chore: add changelog

This commit is contained in:
Serge Tupchii 2024-06-18 18:22:51 +03:00
parent baa7996289
commit 12363cec4a
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- Automatically re-index imported retained messages during restoring a data backup file. Previously, it was needed to manually trigger re-indexing with `emqx ctl retainer reindex start` CLI
after the data backup file is imported.
- Allow exporting retained messages to a backup file if the configured storage_type (`retainer.backend.storage_type`) is `ram`. Previously, retained messages could be exported only if `disc` storage_type was configured.