Skip to content

MongooseIM 4.0.1

Compare
Choose a tag to compare
@NelsonVides NelsonVides released this 17 Nov 16:14
1991140

Highlights

  • A new metric now reports the type of configuration file that is being used. The aim is to determine the adoption of the new config file format.
  • Better error messages are reported from wrong TOML configuration files.

All changes

Added

  • User-friendly errors for the TOML configuration file (#2903)
  • Metric to report the type of config file used (#2918)

Removed

  • Removed deprecated mod_http_notifications (#2912)

Changed

  • TOML documentation improvements (#2896, #2898, #2899, #2901, #2905, #2942)
  • Some TOML configuration options have been reformatted (#2909)
  • More prepared queries to improve RDBMS performance (#2924, #2928)
  • Fixed Ubuntu 18.04 and OTP 23.1 for building docker images (#2926)
  • Moving from untyped binaries to proper jid structures (#2895, #2920, #2922)

Other

  • Dependencies update (#2914)
  • REST error handling cleanup (#2908)
  • nksip is started only when used (#2937)
  • RPM package improvements (#2906)
  • CI improvements (#2910, #2934)

Commits, merged PRs and closed issues