Mattermost v5.37 is now available
Mattermost v5.37 is generally available today and is an Extended Support Release with a nine-month support life cycle. This release includes the following new features.
Mattermost v5.37 is generally available today and is an Extended Support Release with a nine-month support life cycle. This release includes the following new features.
We’ve heard your feedback, and are excited to announce that users of Mattermost Cloud and Mattermost Self-Managed v5.37 or later can now get early access to Collapsed Reply Threads in beta! This feature has been a top priority for our team and is the most voted feature request on our idea forum. Given this is an early access beta, we highly encourage Admins and users interested in enabling the feature to review our documentation and known issues.
The Mattermost team is actively working on our next major product release: Mattermost v6.0 is shipping this fall. That’s right around the corner! In advance of the release, we’d like to communicate some specifics on select features being promoted from beta to generally available and upcoming deprecations. We would also like to share a glimpse of what’s coming.
This is the fourth installment in a series of articles on Mattermost plugins. First, we talked about how to set up your developer environment. We then examined the structure of server-side and web app plugins before walking through how to build a server-side plugin in Mattermost. In this piece, we’ll explore how to create web app plugins. The web app is written in JavaScript. It uses Redux, and you can write your plugin in Typescript as well. In this article, we’ll use JavaScript.
We created Focalboard to be a self-hosted, open source alternative to tools like Trello, Notion, and Asana. One of the most common use cases for each of these tools is managing projects. When we looked for a project management solution to coordinate the development of Focalboard itself, the choice was clear: We would use Focalboard to build Focalboard (just like Mattermost uses Mattermost to build Mattermost).
Mattermost v5.36 is generally available today. This release includes the following new features (see changelog for more details): Enterprise Edition All Editions
Since it first appeared in June 2014, Kubernetes has become something of a household name, at least in houses developers live in. The open source container orchestration platform makes challenges like load balancing, secret management, and portability a cinch and makes it easy to orchestrate large, highly scalable and distributed systems.
Here’s the next installment in our Mattermost Recipes series. The goal of these posts is to provide you with solutions to specific problems, as well as a discussion about the details of the solution and some tips about how to customize it to suit your needs perfectly. If there’s a Recipe you want us to cook up in the future, drop us a line on our forum.
In the wake of the COVID-19 pandemic, many organizations are adopting or experimenting with new models of long-term remote work. For some, that means keeping their teams fully distributed. For others, it means giving employees more flexibility to work from home or even simply putting plans in place for the future. But this shift to remote work brings new challenges that both large enterprises and smaller organizations must face.
In the first article in this series, we explained how to set up your developer environment to begin creating Mattermost plugins. In the second, we examined the structure of server-side and web app plugins and how to deploy them. Now, it’s time to dive deeper into the server side of the application, which is written in Golang.