Releases: amoffat/HeimdaLLM
Releases · amoffat/HeimdaLLM
Release 1.0.3
- Bugfix where elided tree from a boolean token triggered ambiguity resolver
Release 1.0.2
- Resolving Dependabot suggestions
Release 1.0.1
- Simplify docs
- Add missing Postgres api docs
- Generalizing
validation_only
to theBifrost
superclass
Release 1.0.0
- Subquery support
- CTE (Common Table Expressions) support
- PostgreSQL support
- Renamed constraint method
required_constraints
toparameterized_constraints
- Renamed Bifrost method
mocked
tovalidation_only
- All exceptions include a
ctx
property for debugging - Mysql
INTERVAL
syntax support
Release 0.3.0
- Autofix nonqualified column names
- Bugfix where aliases composed of multiple columns would not correctly resolve
- Allow customization of SQL dialect placeholder format
- Bugfix to allow forwards and backwards required conditions
- Add required whitespace to SQL grammars
- SQL prettyprinter should return everything on one line.
- Bugfix with Mysql prompt envelope mentioning sqlite
Release 0.2.1
- Automated Github releases
- Add sdist and wheels to workflow artifacts