Skip to content

MongooseIM 6.9.0

Latest

Choose a tag to compare

@Premwoik Premwoik released this 10 Sep 13:07

Highlights

  • Added configurable, rule-based push notification handling as an alternative to plugins.
  • Push notifications now use routing-time session state instead of the general presence status.
  • Fixed mod_muc_light preventing the last admin from leaving a room.
  • Tightened GraphQL schema nullability and added a SafeInt scalar for large metric values.

Added

  • Added configurable, rule-based push notification handling as an alternative to plugins, with ordered rules and push/skip actions (#4781)

Changed

  • mod_event_pusher no longer emits received-message events for non-user targets (#4777)
  • Push notifications now also fire for CSI-inactive recipients (#4779)
  • Tightened GraphQL schema nullability across many fields and arguments (#4772)

Fixed

  • Fixed mod_muc_light preventing the last admin from leaving a room when promote_on_last_owner_leave is disabled (#4780)

Other

  • Classified expected errors logged during big test runs (#4778)
  • Fixed s2s DNS lookup tests depending on the local DNS resolver (#4792)
  • CI fixes: a fixed docs build, and an avoided CircleCI timeout in the packages pipeline (#4791, #4793)

Commits, merged PRs and closed issues