Skip to content

Releases: openrelik/openrelik-worker-common

0.17.1

08 Jan 14:54
07dc82b

Choose a tag to compare

Patch for Celery Chords support code.

0.17.0

08 Jan 14:36
a4472bc

Choose a tag to compare

  • Celery Chords support code added.

0.16.1

10 Sep 12:59
1155df2

Choose a tag to compare

  • Fix Reporting module bug (title)

0.16.0

30 Jun 19:52
323e1bf

Choose a tag to compare

  • Add structured logging module in logging.py to be used by workers by @hacktobeer.
  • Small version number fix.

0.14.0

17 Jun 15:19

Choose a tag to compare

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

  • @Aevyz made their first contribution in #54

Full Changelog: 0.13.0...0.14.0

0.13.0

29 May 13:55
5aa2b0d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.1...0.13.0

0.12.1

28 May 08:55
329b1ef

Choose a tag to compare

What's Changed

Full Changelog: 0.12.0...0.12.1

0.12.0

07 Apr 06:43
98ea6cc

Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.12.0

0.11.0

07 Mar 05:08
f23f7db

Choose a tag to compare

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

25 Feb 14:54
2807fd4

Choose a tag to compare

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 BlockDevice class for mounting disk images and partitions.
  • Expanded unit test coverage.
  • Added missing type annotations.
  • Fixed an AttributeError bug.

What's Changed

New Contributors

Full Changelog: 2024.11.27...0.10.0