What perses/perses shipped
Generated by FoxPlug from public activity — not affiliated with Perses.
Week of September 14, 2026
What shipped
- Dashboard lock mode is now available, preventing unintended modifications to dashboards [4]. Pull request #4370
- Dashboards and tabs can now be opened in new browser tabs using React Router Link components [2]. Pull request #4252
- Datasource discovery configuration now supports a default flag to designate default datasources by plugin kind [11]. Pull request #4368
- Auto refresh intervals are now configurable, allowing users to set custom refresh rates [23]. Pull request #4432
- OIDC provider now supports custom login properties beyond email-based login derivation [8]. Pull request #4468
- Static UI assets now include Cache-Control headers for improved browser caching of immutable files [7]. Pull request #4475
- CLI login command now properly detects non-interactive terminals and provides better error messages [10]. Pull request #4469
- CUE SDK bug fix corrects a wrong library reference [6]. Pull request #4471
- Query parameters are now preserved when redirection runs with api_prefix [21]. Pull request #4449
- HTTP client error handling for authentication failures has been fixed [16]. Pull request #4450
Why it matters
This week delivers several usability improvements including dashboard lock mode, better tab navigation, and configurable refresh intervals. Authentication and deployment flexibility are enhanced through OIDC custom properties and improved terminal detection. Bug fixes address query parameter preservation and HTTP error handling.
Changelog entry
- [FEATURE] Add dashboard lock mode Pull request #4370
- [ENHANCEMENT] Allow opening dashboards and tabs in new tabs Pull request #4252
- [FEATURE] Add default flag to datasource discovery configuration Pull request #4368
- [FEATURE] Add configurable refresh interval Pull request #4432
- [ENHANCEMENT] Support custom login property for the OIDC provider Pull request #4468
- [ENHANCEMENT] Add Cache-Control headers for static UI assets Pull request #4475
- [ENHANCEMENT] CLI/LOGIN: check the terminal if it is interactive Pull request #4469
- [BUGFIX] CUE SDK: fix wrong lib Pull request #4471
- [BUGFIX] Fix drop of query parameter when redirection is running with api_prefix Pull request #4449
- [BUGFIX] Fix error not well handled in perses http client for auth Pull request #4450
v0.55.0-beta.2 prep: dashboard lock mode, new tab opening, configurable refresh intervals, OIDC custom login properties, and improved caching for static assets.
This week's updates to Perses bring meaningful improvements to dashboard management and deployment flexibility. Dashboard lock mode prevents accidental modifications, tabs now open in new windows, and users can configure custom refresh intervals. Authentication gains flexibility with OIDC custom login property support, while static asset caching and query parameter preservation improve overall performance and reliability.