diff --git a/doc/migrations/5.1.0_6.0.0.md b/doc/migrations/5.1.0_6.0.0.md new file mode 100644 index 00000000000..5fbbba012a3 --- /dev/null +++ b/doc/migrations/5.1.0_6.0.0.md @@ -0,0 +1,7 @@ +## Configuration + +The `mod_mam_meta` module is now named `mod_mam` for simplicity, so if you are using this module, you need to update the module name in `mongooseim.toml`. + +## Metrics + +The `mod_mam` backend module is now named `mod_mam_pm` for consistency with `mod_mam_muc`. As a result, the backend metrics have updated names, i.e. each `[backends, mod_mam, Metric]` name is changed to `[backends, mod_mam_pm, Metric]`, where `Metric` can be `lookup` or `archive`. diff --git a/mkdocs.yml b/mkdocs.yml index e6831d9b55c..18dfbf90fdd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -186,6 +186,7 @@ nav: - '4.1.0 to 4.2.0': 'migrations/4.1.0_4.2.0.md' - '4.2.0 to 5.0.0': 'migrations/4.2.0_5.0.0.md' - '5.0.0 to 5.1.0': 'migrations/5.0.0_5.1.0.md' + - '5.1.0 to 6.0.0': 'migrations/5.1.0_6.0.0.md' - 'MAM MUC migration helper': 'migrations/jid-from-mam-muc-script.md' - 'Contributions to the Ecosystem': 'Contributions.md' - 'MongooseIM History': 'History.md'