Skip to content

MongooseIM 6.6.0

Latest

Choose a tag to compare

@bartekgorny bartekgorny released this 18 Mar 13:12

Highlights

  • mod_external_filter allows MongooseIM to filter messages by sending GraphQL queries to an external service.
  • mod_blocklist allows administrators to block and unblock selected users.
  • New GraphQL queries provide insight into host types, modules, and services configuration.
  • Added support for XEP-0359, XEP-0431, and XEP-0440.
  • Refreshed audio-video capabilities.
  • Improved event pushing to external services like RabbitMQ and Redis.
  • Removed the deprecated REST API and support for the MS SQL database.

Added

  • GraphQL: allDomains query, listUsers pagination, host types with their configuration, all-stanzas subscription (#4597, #4606, #4607, #4618, #4656)
  • Prometheus support in anonymized Google Analytics (#4609)
  • Event pushing: auto-unarchive broadcast and dynamic domains support in mod_event_pusher (#4610, #4629)
  • Official support for full-text search (XEP-0431) (#4627)
  • SASL Channel-Binding Type Capability (XEP-0440) (#4631)
  • Stable stanza IDs (XEP-0359) (#4633)
  • SSLKEYLOGFILE support (#4634)
  • Blocklist administration module and API expansion (#4645, #4669)
  • External filter module for message delivery checks (#4651, #4658, #4661)
  • Additional validation of database configuration (#4659, #4667)
  • TURN REST API auth support (#4671)

Changed

  • RabbitMQ worker reconnection/refactor and outgoing pool queue limits (#4591, #4594, #4599)
  • TLS keyfile validation (#4595)
  • Redis connection username support (#4616)
  • Docker image improvements (#4617, #4632)
  • Reworked configuration for BOSH and WebSocket (#4623)
  • Enforced user agent for mod_fast_auth_token (#4628)
  • Audio/video capability refresh (#4640, #4650)
  • Deprecated mod_jingle_sip (#4660)

Fixed

  • Privacy blocking IQ should not stop stanzas sent by the server (#4600)
  • GraphQL API fixes for cets and roster (#4614, #4624)
  • Avoided noproc error in mongoose_epmd (#4637)
  • Fixed mongoose certificates (#4647)
  • Fixed global RabbitMQ pool crash (#4648)

Removed

Other

Commits, merged PRs and closed issues

Special thanks to our contributors