Skip to content

Commit cf08c08

Browse files
committed
Add CHANGELOG to track version history and changes
1 parent 87867ce commit cf08c08

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

0 commit comments

Comments
 (0)