Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 2.09 KB

File metadata and controls

32 lines (21 loc) · 2.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

✨ Features

  • Graylog Integration Testing Suite: Add comprehensive integration tests for Graylog adapter with environment-based configuration, SOCKS proxy support, and CI/CD compatibility
  • Enhance WebSocket implementation and fix PromQL adapter types (a3bbda7)
  • Add comprehensive practical examples for error detection and IDE integration (4212ef2)
  • Add PromQL adapter, post-correlation filters, and LRU cache management (9ba1e94)
  • Complete query parser implementation for ignoring clause (b156f10)
  • Implement advanced query language features for log correlation (e3334a1)
  • Add complete documentation, tooling, and GitHub workflows (0c33a29)

🐛 Bug Fixes

  • Add group_left/group_right parsing to CorrelationEngine (7ee9459)
  • Resolve CI/CD pipeline issues for build and test compatibility (5bd25ec)

♻️ Refactoring

  • Improve TypeScript types, ESLint config, and test reliability (5137ce4)

📝 Other Changes

  • Add complete log-correlator TypeScript package implementation (f2620ac)
  • Initial commit (348823b)