Skip to content

Releases: beamlens/beamlens_web

v0.1.0-beta.4

12 Feb 21:58

Choose a tag to compare

v0.1.0-beta.4 Pre-release
Pre-release

Beta Release 0.1.0-beta.4

Fixed

  • Asset paths (CSS, JS, favicons, logo) now resolve correctly when mounted under a scoped router path (for example, scope "/dev") — the fix in beta.3 was incomplete and has been replaced with a robust approach using computed absolute paths
  • Dashboard logo was not loading due to a hardcoded image path that bypassed the scoped asset routes

Changed

  • Capitalized "beamlens" to "Beamlens" in the dashboard header and page title

Installation

def deps do
  [
    {:beamlens_web, "~> 0.1.0-beta.4"}
  ]
end

See the README for full setup instructions.

v0.1.0-beta.3

12 Feb 18:40

Choose a tag to compare

v0.1.0-beta.3 Pre-release
Pre-release

Beta Release 0.1.0-beta.3

Fixed

  • Asset and favicon paths in the dashboard root layout now resolve correctly when mounted under a scoped router path (for example, /dev/beamlens).

Installation

def deps do
  [
    {:beamlens_web, "~> 0.1.0-beta.3"}
  ]
end

See the README for full setup instructions.

v0.1.0-beta.1

20 Jan 22:10

Choose a tag to compare

v0.1.0-beta.1 Pre-release
Pre-release

Initial Beta Release

A real-time dashboard for Beamlens.

Features

  • Chat interface for managing Beamlens analysis
  • Real-time event tracing
  • Coordinator and operator health monitoring
  • Cluster support
  • JSON export for analysis
  • Optional AI-powered summaries via configurable client registry
  • Telemetry events for observability

Installation

def deps do
  [
    {:beamlens_web, "~> 0.1.0-beta.1"}
  ]
end

See the README for full setup instructions.