Skip to content

MongooseIM 6.3.0

Latest
Compare
Choose a tag to compare
@jacekwegr jacekwegr released this 22 Oct 10:29

Highlights

  • Improved instrumentation with better configurability, Prometheus support and user-friendly features
  • Docker images are smaller and free of reported vulnerabilities
  • Improved WebSocket's stream management support
  • Erlang 27 compatibility
  • Added support for CockroachDB as a new RDBMS
  • Various improvements and fixes

Added

Changed

  • Upgraded CETS to the latest version (#4271)
  • Optimized node cleanup for mod_last (#4274)
  • Upgraded test dependencies (#4275)
  • Moved Exometer reporters config to mongooseim.toml (#4326)
  • Upgraded fast_tls (#4330)
  • Privacy IQs sent to users are treated as regular stanzas (#4361)
  • Renaming c2s_state_timeout option (#4363)
  • Moved docker repository to 'erlangsolutions' organization (#4372)
  • Docker image to the one based on Ubuntu 24.10 (#4375)

Fixed

  • Starting CETS for persistent_cluster_id (#4245)
  • Package building scripts (#4273)
  • S2S DNS discovery (#4278)
  • Timestamps for MUC legacy messages (#4294)
  • Improved stream management support for WebSockets (#4303)
  • GraphQL SSE crash with large stanza payloads (#4364)
  • Double message in MAM bug (#4374)
  • Building docker image locally (#4377)

Removed

  • CentOS support (#4314)
  • geas dependency of GraphQL (#4332)
  • Old mongoose_metrics module (#4353)

Other

Commits, merged PRs and closed issues