What OneUptime/oneuptime shipped
Generated by FoxPlug from public activity — not affiliated with Oneuptime.
Week of September 14, 2026
What shipped
- Enterprise Edition code moved to `ee/` directory under its own license, kept out of community Docker images. Pull request #3912
- On-call schedules now display in a shared week/month timeline view across project and team. Pull request #3901
- Security Events page adds a stacked severity volume chart over time above the events list. Pull request #3894
- IPv6 monitor destinations now work end-to-end after fixing address truncation on save. Pull request #3928
- CI pipeline gained an end-to-end job for self-hosted Enterprise stack in two phases. Pull request #3927
- OTLP exporters now receive success only after telemetry queue admission, triggering proper retries on failure. Pull request #3921
- Removing permission blocks now enforces authority over the complete saved block to prevent access exposure. Pull request #3891
- Multi-tenant team-member reads now enforce remaining authorization checks to prevent password hash exposure. Pull request #3890
- CLI `--version` flag now reports the correct package version instead of a hardcoded value. Pull request #3925
- Expired sessions now refresh automatically instead of showing a bogus authorization error. Pull request #3900
Why it matters
This week shipped major architectural changes with Enterprise Edition separation and improved security across permission enforcement. Several bugs were fixed that prevented IPv6 monitors from working and exposed sensitive data through authorization bypasses, while on-call scheduling gained a unified timeline view that customers requested.
Changelog entry
- Enterprise Edition split into ee/ directory under OneUptime Enterprise License Pull request #3912
- On-call: Schedule Timeline view across all schedules in project and team views Pull request #3901
- Security Events: severity volume chart stacked over time with time-range picker Pull request #3894
- Monitor: IPv6 destinations now work end-to-end Pull request #3928
- CI: end-to-end job for self-hosted Enterprise stack Pull request #3927
- Telemetry: OTLP exporters receive success only after queue admission Pull request #3921
- Permissions: delegation limits enforced when removing permission blocks Pull request #3891
- Security: multi-tenant team-member reads now enforce complete authorization Pull request #3890
- CLI: --version flag reports correct package version Pull request #3925
- Auth: expired sessions refresh automatically instead of showing authorization error Pull request #3900
- Security Events: Detection Rules and Threat Intel pages added explanatory 'How it works' cards Pull request #3888
- SLO detail navigation reorganized by task grouping Pull request #3883
- SLO overview redesigned with larger status headline and labeled detail cards Pull request #3884
- Billing: payment-method requirement restricted to Free plans only Pull request #3881
- On-call: shared calendar feed status permissions fixed for authorized readers Pull request #3880
13.0.7 shipped: Enterprise Edition under its own license, IPv6 monitors fixed, on-call timeline view across schedules, Security Events volume chart, and multi-tenant permission enforcement improvements.
This week's releases include major structural changes: Enterprise Edition moved to its own `ee/` directory under separate licensing, keeping community images focused on open source. Operationally, on-call schedules now support unified week/month timeline views, Security Events gained severity volume charting, and we fixed IPv6 monitor destinations. On security, we hardened multi-tenant authorization checks and permission block enforcement to prevent sensitive data exposure.