File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ This file tracks the major changes in each release.
4+
5+ ## [ Unreleased]
6+
7+ ### Added
8+ - Support for OpenAI and local AI providers
9+ - SQL safety checks with table allowlists and EXPLAIN analysis
10+ - Automatic policy enforcement for row-level security
11+ - Query performance monitoring and caching
12+ - CI setup for multiple Ruby and Rails versions
13+
14+ ### Changed
15+ - Simplified the SQL linter to work better with different database adapters
16+ - Improved the query compiler with better Arel integration
17+ - Cleaner error messages and logging
18+
19+ ## [ 0.1.0] - 2024-08-10
20+
21+ ### Added
22+ - Basic gem structure and setup
23+ - Core Query class with SQL generation and safety checks
24+ - Simple query validation using dry-schema
25+ - Local query planning and compilation
26+ - MIT license and initial docs
You can’t perform that action at this time.
0 commit comments