Completed -
The scheduled maintenance has been completed.
Sep 2, 09:00 CEST
In progress -
Scheduled maintenance is currently in progress. We will provide updates as necessary.
Sep 2, 08:05 CEST
Scheduled -
Changes:
1. New billing management – Billing is now completely handled through Stripe. The new experience is available from the Account page (which replaces the old Company and Order subscription pages).
2. Company and User API endpoints (/api/v2/company* and /api/v2/user*) have been migrated to the Go backend.
3. Removed properties from the Company response object:
- trial_started
- support_access
- address
- invoice_email
- phone
- tax_id_data
- subscriptions
- invoice_note
- invoice_company_name
4. Password changes on the profile page now require the current password to prevent unauthorized changes.
5. TOTP 2FA activation now requires a valid TOTP code to confirm setup before enforcement.
6. Profile page has been reorganized for improved readability.
7. Company page has been renamed to Account and reorganized for clarity.
8. Support access option has been removed; our support staff will no longer be able to access customer accounts through that mechanism.
9. Stricter input validation is now enforced when requesting the following API resources:
- audit commits and changes by SHA
- bootstrap keys
- remote access tokens
10. Run agent action is now limited with 5 seconds timeout and will return one of the following errors on failure:
- failed connecting to the device
- failed sending the reload command
Fixes:
1. Resolved the “stuck UI” issue when authenticating with social providers (Google, Microsoft, GitHub).
Sep 1, 09:03 CEST