Skip to content

Releases: Sarmkadan/sql-query-analyzer

v1.0.0

06 May 20:57

Choose a tag to compare

Initial stable release of sql-query-analyzer.

Analyze SQL queries for performance issues - missing indexes, N+1 detection, explain plan parser

v2.0.2 - Patch

20 May 15:34

Choose a tag to compare

v2.0.2 - Patch Release

Fixed

  • Fix explain plan parser choking on PostgreSQL 17 new output format
  • Added regression test

This is a patch release addressing a critical bug found in production.

Full Changelog: v2.0.0...v2.0.2

v2.0.0 - Major Release

18 May 12:29

Choose a tag to compare

What's New in v2.0.0

Major Features

  • Add query profiler with execution plan visualization and suggestions
  • Docker support with multi-stage builds and health checks
  • Comprehensive integration test suite

Improvements

  • Upgraded to .NET 10.0
  • Modern C# patterns (records, primary constructors, required members)
  • Full migration guide from v1.x

Docker Quick Start

docker compose up -d

Full Changelog: v1.1.0...v2.0.0

v1.1.0

14 May 10:53

Choose a tag to compare

What's Changed in v1.1.0

New Features

  • Add query rewrite suggestions with automatic index recommendations
  • Performance benchmarks with BenchmarkDotNet

Bug Fixes

  • Improved edge case handling for null/empty inputs
  • Better resource cleanup and thread safety
  • More descriptive error messages

Performance

  • Optimized hot paths with Span and object pooling
  • Added benchmark suite for continuous performance tracking

Full Changelog: v1.0.0...v1.1.0