Skip to content

Commit

Permalink
Added translation service migration note
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekwegr committed Feb 17, 2025
1 parent 3f8bc2b commit da71bcc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- Migrated GraphiQL to V3 (#4474)
- Translations are now a service (#4481)
- Cleaned up empty GraphQL queries (#4482)
- Updated `elvis.config` to exclude modules that do not match linter standards (#4483)

## Fixed
- Description of log handler migration (#4454)
Expand Down
2 changes: 2 additions & 0 deletions doc/History.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Added support for XEP-0484 (Fast Authentication Streamlining Tokens).
Deprecated `fast_tls` and improved `just_tls`.

Releases:

* [MongooseIM 6.3.2](https://github.com/esl/MongooseIM/releases/tag/6.3.2) in February 2025.

## 2023-2024: C2S, CETS and Instrumentation
Expand Down
6 changes: 5 additions & 1 deletion doc/migrations/6.3.1_6.3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ For messages stored as Erlang term (`mam_message_compressed_eterm` or `mam_messa
the new format. This means that the change of the format is transparent in operations of MongooseIM.
However if you have external tools accessing message archive, you may need to verify that they work correctly with the new internal XML element representation.

## Database Migration
## Database migration

Migration scripts for CockroachDB, PostgreSQL, MySQL, and MS SQL are available in the [`priv/migrations`](https://github.com/esl/MongooseIM/tree/master/priv/migrations) directory. These migrations introduce the **`fast_auth_token`** table, which is required for [**XEP-0484: Fast Authentication Streamlining Tokens**](../modules/mod_fast_auth_token.md) to function properly.

## Translations moved to a service

System message translations are now handled by [`service_translations`](../configuration/Services.md#service_translations). Translations files can be found in [`priv/translations/`](https://github.com/esl/MongooseIM/tree/master/priv/translations/).

0 comments on commit da71bcc

Please sign in to comment.