Skip to content

Releases: CybercentreCanada/configextractor-py

v1.1.11

04 Feb 14:13
4208c89
Compare
Choose a tag to compare

What's Changed

  • Handle when the AnalysisAbortedException is raised by a MACO extractor by @cccs-rs in #37

Full Changelog: v1.1.10...v1.1.11

v1.1.10

12 Dec 22:41
7dfa14f
Compare
Choose a tag to compare

What's Changed

  • Update main.py with relative changes to maco by @cccs-rs in #36

Full Changelog: v1.1.9...v1.1.10

v1.1.9

27 Nov 17:03
27f29d2
Compare
Choose a tag to compare

What's Changed

  • Leverage multiprocessing to handle importing of extractors and their … by @cccs-rs in #35

Full Changelog: v1.1.8...v1.1.9

v1.1.8

12 Nov 18:43
feae048
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.7...v1.1.8

v1.1.7

05 Nov 13:01
6f14151
Compare
Choose a tag to compare

What's Changed

  • Update testing for extractors from CAPE by @cccs-rs in #33

Full Changelog: v1.1.6...v1.1.7

v1.1.6

31 Oct 22:32
Compare
Choose a tag to compare

What's Changed

  • Leverage maco's utilities to perform common operations by @cccs-rs in #30
  • Cleanup logging by @cccs-rs in #31
  • Update library & testing for CAPE integration by @cccs-rs in #32

Full Changelog: v1.1.5...v1.1.6

v1.1.5

23 Oct 15:37
Compare
Choose a tag to compare

What's Changed

  • Add the ability to parse pyproject.toml files for extractor dependencies by @cccs-rs in #27
  • Bugfix/src layouts by @cccs-rs in #28
  • Add support for parsing optional dependencies to be used for extractors by @cccs-rs in #29

Full Changelog: v1.1.4...v1.1.5

v1.1.4

18 Apr 13:53
ee419cc
Compare
Choose a tag to compare

What's Changed

  • Fix bug when making copies of small samples by @cccs-rs in #25

Full Changelog: v1.1.3...v1.1.4

v1.1.3

31 Jan 14:58
52db1a2
Compare
Choose a tag to compare

What's Changed

  • Add "r" to STRING_ESCAPE_CHARS in plyara by @cccs-rs in #21
  • Remove upper limit on Python versions by @cccs-rs in #22
  • Add a flag to simplify venv creation by @cccs-rs in #23
  • Fix venv and serialize bytes by @0xa13d in #24

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

08 Dec 20:51
c46e5e4
Compare
Choose a tag to compare

Changelog

  • Updated how running extractors in venv mode works to avoid relative path bugs (#19)
  • Added tests for running extractors in venv mode