@@ -7,25 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 1.0.1] - 2024-12 -23
10+ ## [ 1.0.1] - 2025-08 -23
1111
1212### Added
1313- Performance monitoring package (` pkg/sql/monitor ` ) for real-time metrics
1414- Metrics collection for tokenizer, parser, and pool operations
1515- Performance summary generation with throughput calculations
1616- Thread-safe concurrent metrics recording
1717- Configurable metrics enable/disable functionality
18+ - GitHub issue templates for bug reports, feature requests, and performance issues
19+ - Pull request template with comprehensive checklist
20+ - Enhanced README with community badges and widgets
21+ - Project metrics and star history visualization
22+
23+ ### Fixed
24+ - Parser now correctly handles multiple JOIN clauses in complex queries
25+ - Resolved race conditions in monitor package with atomic operations
26+ - Fixed mutex copy issues in metrics collection
27+ - Added missing EOF tokens in benchmark tests
28+ - Fixed Windows test compatibility issues
29+ - Resolved all golangci-lint warnings and ineffectual assignments
30+ - Fixed staticcheck U1000 warnings for unused code
1831
1932### Improved
2033- Enhanced performance tracking capabilities
2134- Better observability for production deployments
2235- Real-time performance monitoring support
23-
24- ### Added (from previous unreleased)
25- - GitHub issue templates for bug reports, feature requests, and performance issues
26- - Pull request template with comprehensive checklist
27- - Enhanced README with community badges and widgets
28- - Project metrics and star history visualization
36+ - CI/CD pipeline now fully green across all platforms (Linux, macOS, Windows)
37+ - Test coverage for monitor package at 98.6%
38+ - All workflows (Go, Lint, Tests) passing with Go 1.19, 1.20, and 1.21
2939
3040## [ 1.0.0] - 2024-12-01
3141
0 commit comments