Releases: openrelik/openrelik-worker-common
Releases · openrelik/openrelik-worker-common
0.17.1
0.17.0
- Celery Chords support code added.
0.16.1
- Fix Reporting module bug (title)
0.16.0
- Add structured logging module in logging.py to be used by workers by @hacktobeer.
- Small version number fix.
0.14.0
What's Changed
- Small mount_utils fixes by @hacktobeer in #48
- Initial documentation workflow and setup for Google Python Style documentation. by @hacktobeer in #51
- Added support for Password Protected Archive Extraction by @Aevyz in #54
- Add is_disk_image() method. by @hacktobeer in #56
New Contributors
Full Changelog: 0.13.0...0.14.0
0.13.0
0.12.1
What's Changed
- OpenRelik data_type code definitions. by @hacktobeer in #36
- Add qcow2 disk mounting support by @hacktobeer in #33
- Add get_mountpath method and tests to mount_utils. by @hacktobeer in #38
- Update mount_utils with small fixes by @hacktobeer in #39
- Version 0.12.1 by @berggren in #42
Full Changelog: 0.12.0...0.12.1
0.12.0
0.11.0
What's Changed
- Add checks to BlockDevice class to make sure required CLI tools are available. by @hacktobeer in #30
- Add password cracking utility to Common by @Fryyyyy in #31
- Version 0.11.0 by @berggren in #32
New Contributors
Full Changelog: 0.10.0...0.11.0
0.10.0
Summary
This release adds file filtering to archive extraction, improves disk image and partition mounting with the new BlockDevice class, and includes additional unit tests and type annotations. A bug causing an AttributeError has also been fixed.
Highlights:
- Added file filtering during archive extraction.
- Introduced
BlockDeviceclass for mounting disk images and partitions. - Expanded unit test coverage.
- Added missing type annotations.
- Fixed an
AttributeErrorbug.
What's Changed
- fix no attribute error by @sa3eed3ed in #19
- Add missing typing by @hacktobeer in #22
- Add more unit tests. by @hacktobeer in #26
- Add BlockDevice class to support disk image and partition mounting. by @hacktobeer in #21
- Add file filtering to archive extraction by @berggren in #27
- Version 0.10.0 by @berggren in #29
New Contributors
- @sa3eed3ed made their first contribution in #19
Full Changelog: 2024.11.27...0.10.0