All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- custom sql tokenizer with Python - C Extension and Lex
- random forest classifer implemented on sklearn and export with joblib
- SQLi class for inference
- python implementation of random forest to remove sklearn dependency
- model export changed to .npz for improved load time performance
- Added Cross Platfrom compatibility
- dynamic lex compilation
- migrated from pkg_resources to importlib
- improved ml model capabilities
- Improved encoding handling to support complex payloads.