Skip to content

Releases: caioricciuti/glintlog

v0.0.18-alpha

12 Feb 15:11

Choose a tag to compare

v0.0.17-alpha

04 Feb 10:08

Choose a tag to compare

Full Changelog: v0.0.16-alpha...v0.0.17-alpha

feat: update installation script and remove log generation script

Full Changelog: v0.0.16-alpha...v0.0.17-alpha

v0.0.16-alpha

04 Feb 09:21

Choose a tag to compare

Full Changelog: v0.0.15-alpha...v0.0.16-alpha

feat: refactor release workflow to build binaries for both amd64 and arm64 architectures

Full Changelog: v0.0.15-alpha...v0.0.16-alpha

v0.0.15-alpha

04 Feb 08:28

Choose a tag to compare

feat: update release workflow to build binaries for Linux arm64 and add LICENSE file

Full Changelog: v0.0.14-alpha...v0.0.15-alpha

v0.0.14-alpha

01 Feb 17:20

Choose a tag to compare

Full Changelog: v0.0.13-alpha...v0.0.14-alpha

feat: add Sparkline component for visualizing trends in data

  • Implemented a new Sparkline component to display data trends with customizable height, color, and trend indicators.
  • Added utility functions for color manipulation and trend calculation.
  • Integrated Sparkline into the StatCardWidget to visualize historical data.

refactor: enhance WidgetCard with dynamic icons and improved styles

  • Updated WidgetCard to use a mapping of widget types to icons for better visual representation.
  • Improved styling for the widget drag handle and overall card appearance in edit mode.

refactor: update WidgetRenderer to support new MiniHistogram and Sparkline components

  • Refactored LogHistogramWidget and TraceHistogramWidget to utilize the new MiniHistogram component for better performance and readability.
  • Enhanced StatCardWidget to include Sparkline for displaying historical data trends.

fix: optimize DashboardViewPage layout handling

  • Replaced manual width updates with a ResizeObserver for more reliable container width measurement.
  • Added debouncing to layout change handling to prevent rapid updates and potential transaction conflicts.

fix: improve DashboardsPage dialog behavior

  • Reset form fields in the dashboard dialog when it opens or when the dashboard changes to ensure correct data is displayed.

Full Changelog: v0.0.13-alpha...v0.0.14-alpha

v0.0.13-alpha

30 Jan 21:05

Choose a tag to compare

feat: enhance search history management and update query handling in logs and traces pages

Full Changelog: v0.0.12-alpha...v0.0.13-alpha

v0.0.12-alpha

29 Jan 15:08

Choose a tag to compare

feat: add Service Map page with service topology visualization and detail panel

feat: implement Admin License management tab for uploading and removing licenses

feat: create LDAP configuration sheet for managing LDAP settings

feat: add SSO configuration sheet for setting up Single Sign-On with OAuth2/OIDC providers

chore: add TypeScript definitions for react-grid-layout

Full Changelog: v0.0.11-alpha...v0.0.12-alpha

Full Changelog: v0.0.11-alpha...v0.0.12-alpha

v0.0.11-alpha

26 Jan 17:03

Choose a tag to compare

feat: update default settings for batch size and flush interval to optimize DuckDB performance

Full Changelog: v0.0.10-alpha...v0.0.11-alpha

Full Changelog: v0.0.10-alpha...v0.0.11-alpha

v0.0.10-alpha

25 Jan 18:11

Choose a tag to compare

Full Changelog: v0.0.9-alpha...v0.0.10-alpha

feat: update telemetry implementation and bump version to v0.0.10-alpha

Full Changelog: v0.0.9-alpha...v0.0.10-alpha

v0.0.9-alpha

25 Jan 11:08

Choose a tag to compare

feat: add core commands for Glintlog management

  • Implemented cmdLogs for viewing log files with follow option.
  • Created cmdStart to initialize and run the Glintlog server, supporting daemon mode.
  • Added cmdStatus to check if Glintlog is running.
  • Developed cmdStop to gracefully stop the Glintlog process.
  • Introduced cmdUninstall for complete removal of Glintlog and its data.
  • Implemented cmdUpdate to check for and apply updates from GitHub.
  • Added paths.go for managing default paths for Glintlog data.
  • Created pid.go for handling PID file operations and process management.
  • Added install.sh script for easy installation of Glintlog.
  • Introduced Node.js SDK with logging capabilities and OpenTelemetry integration.

Full Changelog: v0.0.8-alpha...v0.0.9-alpha

Full Changelog: v0.0.8-alpha...v0.0.9-alpha