4.2.0
版本发布时间: 2021-04-20 17:42:33
esl/MongooseIM最新发布版本:6.2.1(2024-04-12 18:15:12)
Highlights
- Prepared queries introduced
- Inbox extensions
- Miscellaneous enhancements & improvements
All changes
Added
- Documentation for
mod_offline.store_groupchat_messages
option (#2992) - Support of MS SQL and MySQL in
mod_auth_token
(#3059) - Inbox extensions to set entries as archived, muted or read (#3067)
-
mod_domain_isolation
module to limit message passing between domains (#3070)
Removed
- Usage of deprecated
http_uri
inejabberd_auth_http
andmod_muc_room
modules (#3026) - Config reload functionality with the flat config format (#3030)
- Outdated and unsupported
azuresql.sql
file (#3086)
Changed
- Usage of maps instead of lists in session management (#3018)
- Improved timestamp logic (#3031)
- Prepared queries for MS SQL, MySQL and PostgreSQL (#3039, #3050, #3055, #3059, #3060, #3066, #3074, #3078)
- Improved pipeline for
mod_smart_markers
(#3068) - Unified checks for chat markers (#3080)
Fixed
- Creation of
modMucMamFlushed
metric (#3023) - Starting backend containers for Mac OS X (#3033)
- Minor issues with GitHub Actions (#3045)
- Crash during session handover (#3056)
- Type declaration in
mod_muc_light.hrl
(#3057) - Test summary is no longer printed when CT directory is not created (#3069)
- Explicit
preset_not_found
error when running tests with nonexistent preset (#3072) - Set
mod_mam_meta.pm.archive_groupchats
tofalse
by default (#3082)
Other
- Dependencies update (#3036, #3077)
- Minor documentation improvements (#3043, #3046, #3079, #3087)
Commits, merged PRs and closed issues
Special thanks to our contributors:
- Inbox extensions are sponsored by Beekeeper
- @antivista For the documentation supplement (#2992)
- @imcyee For fixing handover crash (#3056)