Releases: dod-cyber-crime-center/sqlite-dissect
Releases · dod-cyber-crime-center/sqlite-dissect
v1.0.0
v1.0.0 (2024-10-02)
Feature Updates
- Support Python 3.8 - 3.12 (upgrading from Python 2.7) (#9)
- Support CASE 1.1 export
Bug Fixes
- Resolve log handler warning (#37)
Infrastructure Changes
- Update references from "Defense-Cyber-Crime-Center" to "dod-cyber-crime-center" to reflect new GitHub organization name
v0.2.0
v0.1.0
v0.1.0 (2022-04-12)
Feature Updates
- Allow auto-discovery and dissection of databases in a directory
- Initial support for exporting the results to the CASE Cyber Ontology
- Allow multiple export types during the same execution
- Allow exporting of database header information
Bug Fixes
- Corrected string comparisons from object comparisons
- Resolve issue where the tool crashes on some journal files
Infrastructure Changes
- Continuous integration pipelines for automated linting, testing, and building for both GitHub and GitLab
- Initial unit test support and code coverage reporting
- Dependabot for automated monitoring of dependencies
v0.0.6
v0.0.6 (2021-07-29)
- Initial external release of application and source code
- Parsing and recovery of SQLite database and WAL files
- Started documentation of classes in README.md files with Mermaid
- Added PyInstaller scripts and builds for windows and linux
- Incorporated output options for SQLite, XLSX, and CSV
- Added initial beta carving of journal files