Cachet Update — January 2025
Last year certainly was a busy year for Cachet and we've been working hard to continue building 3.x. We're still working towards the 3.x release and I'm incredibly proud of the progress that has been made so far.
January saw the introduction of several new features and multiple improvements and bug fixes across the status page, dashboard and API.
Updated Translations
Dan Johnson kicked things off in January by contributing a refactor of Cachet's translations. Previously, we used Laravel's JSON translations, but this has several short-comings for larger applications.
Spurred on by this PR, we also decided to merge a lot of outstanding PRs surrounding localization. As such, Cachet 3.x is already shipping with translations for:
- Deutsch (DE)
- Deutsch (AT)
- Deutsch (CH)
- English
- English (UK)
- Nederlands
- Português (BR)
- 简体中文
- 繁體中文
- Filipino
Status Page Updates
Cachet has received several updates to the status page notably the re-introduction of "Recent Incidents Only" setting from Okojie Davis George. This setting instructs Cachet to only show the last n
days of incidents.
Webhooks
Dan Johnson also introduced the new Webhooks feature. Webhooks can be used to notify external services when various things happen within your status page. For example, maybe you want to be notified when a component changes status, with this feature, Cachet makes that possible.
Webhooks were a commonly requested feature in Cachet 2.x and I'm glad that we've been able to bring them to 3.x.
Testing Against Databases
We're now testing the cachethq/core
repository against MySQL, SQLite and Postgres with both PHP 8.3 and 8.2 (also 8.4, but that's a Feb update).
Testing against more scenarios ensures that Cachet is available to more companies and projects that use different database stacks.
User Management
We've finally brought back the ability to add new users to your Cachet 3.x dashboard, allowing them to manage the status page alongside the admin.
For now, we've made users and permissions work the same as Cachet 2.x, a basic permission system with admin / user levels. Users can create incidents, but cannot create other users.
Future work will include granular permissions / roles.
Speaking of users, they may now select their preferred locale which applies to the database. Thanks again, Dan!
Render Hooks
While we've been busy working on the core feature set and reliability of Cachet, we also know that plugins will play a notable part in the success of the platform. As such, we also merged in the Render Hooks feature.
Render Hooks can be used by plugins to inject additional HTML into various part of the status page.
I'm excited to see what plugins come to Cachet in the future.
API Specification Generation
Cachet 3.x ships with a powerful JSON API that can be used to automate a large section of the status page. A good API is only as good as its documentation and I'm really happy to share that Dedoc became a sponsor of Cachet and kindly provided us with a Scramble Pro license. Roman from Dedoc very graciously implemented API documentation and also provided a workflow so that the API reference is automatically updated - very cool!
Of course, we've continued working on Cachet throughout February and we'll have an update soon.
We're getting closer to an alpha release of 3.x!