← Back to Release Notes
v1.0.1 2025-08-23

v1.0.1

Added

  • Performance monitoring package (pkg/sql/monitor) for real-time metrics
  • Metrics collection for tokenizer, parser, and pool operations
  • Performance summary generation with throughput calculations
  • Thread-safe concurrent metrics recording
  • Configurable metrics enable/disable functionality
  • GitHub issue templates for bug reports, feature requests, and performance issues
  • Pull request template with comprehensive checklist
  • Enhanced README with community badges and widgets
  • Project metrics and star history visualization

Fixed

  • Parser now correctly handles multiple JOIN clauses in complex queries
  • Resolved race conditions in monitor package with atomic operations
  • Fixed mutex copy issues in metrics collection
  • Added missing EOF tokens in benchmark tests
  • Fixed Windows test compatibility issues
  • Resolved all golangci-lint warnings and ineffectual assignments
  • Fixed staticcheck U1000 warnings for unused code

Improved

  • Enhanced performance tracking capabilities
  • Better observability for production deployments
  • Real-time performance monitoring support
  • CI/CD pipeline now fully green across all platforms (Linux, macOS, Windows)
  • Test coverage for monitor package at 98.6%
  • All workflows (Go, Lint, Tests) passing with Go 1.19, 1.20, and 1.21