| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-03 | 3.7 kB | |
| v8.9.0 source code.tar.gz | 2026-09-03 | 25.4 MB | |
| v8.9.0 source code.zip | 2026-09-03 | 27.5 MB | |
| Totals: 3 Items | 52.9 MB | 1 | |
What's Changed
Breaking Changes
- None.
Added
- Add saved views to Sessions, including the predefined All view, saved filters, charts, table customization, autofill selection, routes, and navigation (#2548) by @ejsmith
- Add personal, per-organization saved-view ordering across Events, Sessions, Stacks, and Stream, with sidebar drag-and-drop and keyboard-accessible ordering controls (#2549) by @ejsmith
- Add persistent runtime system settings for Exie availability and model selection, event submission, and notification banners, presented through a compact System Settings interface (#2542, #2545, #2546) by @ejsmith
- Improve OAuth application administration with dedicated create and edit pages, server-side paging and filtering, organization associations, and a resumable association backfill (#2544) by @ejsmith
Changed
- Replace the Foundation, Gulp, and Handlebars email-template pipeline with strongly typed, precompiled Razor components while preserving queued-message and delivery contracts (#2525) by @ejsmith
- Upgrade the .NET SDK and runtime, OpenTelemetry, Scalar, frontend packages, and related build tooling (#2495, e22681d) by @ejsmith and @niemyjski
- Allow production Svelte runtime diagnostics to support compatible patch releases while continuing to fail builds when required runtime internals change (#2543) by @ejsmith
Fixed
- Preserve organization invitation tokens through password and OAuth login and signup flows, including when public account creation is disabled, while keeping normal OAuth account linking intact (#2528) by @niemyjski
- Harden email URL,
mailto:, regression-label, and JSON-LD subject rendering against malformed or hostile content (#2526) by @niemyjski - Wrap long event and session content, restore the Session Events user column, retain saved table settings when opening session-filtered events, and correct several navigation and cell-layout details (#2547) by @ejsmith
- Keep the desktop navbar logo within the expanded sidebar boundary (ebb7c98) by @niemyjski
Notes
- No breaking changes are intended for existing projects or API clients.
- Existing deployment settings remain the defaults when runtime overrides are unset.
- This release includes migrations for the Sessions predefined view and existing OAuth application organization associations.
Full Changelog: https://github.com/exceptionless/Exceptionless/compare/v8.8.4...v8.9.0