Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1 KB

File metadata and controls

48 lines (28 loc) · 1 KB

Changelog

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.

[1.0.0(Unreleased)] - 2025-03-25

Added

  • custom sql tokenizer with Python - C Extension and Lex
  • random forest classifer implemented on sklearn and export with joblib
  • SQLi class for inference

[1.0.1(Unreleased)] - 2025-04-21

Changed

  • python implementation of random forest to remove sklearn dependency
  • model export changed to .npz for improved load time performance

[1.1.0] - 2025-06-01

Added

  • Added Cross Platfrom compatibility
  • dynamic lex compilation

[1.1.1(Unreleased)] - 2025-06-01

Changed

  • migrated from pkg_resources to importlib

[1.2.0 (Unreleased)] - 2025-06-06

Added

  • improved ml model capabilities

[1.2.1] - 2025-06-26

Added

  • Improved encoding handling to support complex payloads.