Skip to content

v1.0.23

Choose a tag to compare

@github-actions github-actions released this 13 Jul 18:20

What''s new in v1.0.23

✨ Status bar now shows the database and Redis in use

The status line under the log tells you at a glance which stores the selected site is working with — no need to open the config tab:

App version: v8.1.5.2177 · DB: AstanaMotorsCRM · Redis DB: 12 · Pool: Started · Site: Started · App: Healthy (10 ms)
  • Database name and Redis DB index, read from the site''s ConnectionStrings.config
  • The Redis segment reports Cluster or Sentinel (N) when those modes are configured, instead of an index that carries no meaning there
  • Values refresh the moment you edit the database or Redis settings in the config tab
  • The version is now prefixed with App version:, and the whole line is easier to read

⚡ Faster, cancellable status refresh

  • Each segment appears as soon as its own probe finishes — the version, database and pool state no longer wait for the HTTP health check to complete
  • Switching sites cancels the in-flight probes of the previous site instead of waiting for them to time out, so the new site''s status loads immediately

🔧 UI

  • The Connection Strings tab is renamed to ConnectionStrings.config, matching how the Web.config tab is named after the file it edits

Full Changelog: v1.0.22...v1.0.23