mattermost-api v30701.0.0 Release Notes

    • ๐Ÿ‘Œ Supports server version 3.7.1.

    API changes:

    • โœ… Tests now provide websocket event testing infrastructure
    • ๐Ÿ‘ The Channel data type now supports Group channels (type "G")
    • โž• Added mmGetTeamMembers to get the users in a channel
    • Added support for the Post type system_header_change and the post properties new_header and old_header as described at https://github.com/mattermost/platform/pull/4209
    • โœ‚ Removed the UserProfile type in favor of the User type (fixed #23)

    ๐Ÿ› Bug fixes:

    • WebSocket.Types: permit empty team_id in event data