File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 22
33This file tracks the major changes in each release.
44
5- ## [ Unreleased ]
5+ ## [ 0.1.0 ] - 2025-08-14
66
77### Added
88- Support for OpenAI and local AI providers
99- SQL safety checks with table allowlists and EXPLAIN analysis
1010- Automatic policy enforcement for row-level security
1111- Query performance monitoring and caching
1212- 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
2213- Basic gem structure and setup
2314- Core Query class with SQL generation and safety checks
2415- Simple query validation using dry-schema
2516- Local query planning and compilation
2617- MIT license and initial docs
18+
19+ ### Changed
20+ - Simplified the SQL linter to work better with different database adapters
21+ - Improved the query compiler with better Arel integration
22+ - Cleaner error messages and logging
You can’t perform that action at this time.
0 commit comments