Skip to content

3.16

Compare
Choose a tag to compare
@pyrco pyrco released this 10 Sep 11:20
· 8 commits to main since this release
de0ab7e

Note

acquire is no longer supported on Windows with pypy 3.9.

The release of pypy 3.9 for windows has a vendored-in cffi library that depends on deprecated and now removed features in distutil. This cffi library is used by the minio dependency of acquire and thus testcases for acquire for pypy 3.9 on Windows will fail.

The pypy maintainers have indicated there will be no more updates for pypy3.9. This means we can no longer enforce a successful run of the testcases for pypy 3.9 on Windows.

Currently pypy 3.10 suffers from the same issue, but that version will get a fix at some point.

What's Changed

  • Improve logging successful and failed acquire runs by @pyrco in #177
  • Add collection of notepad tab directories by @joost-j in #164
  • Add exit codes and summary to acquire-decrypt by @Poeloe in #186
  • Add optional boolean value to all store_true instances by @Miauwkeru in #179
  • Fix compression in zip outputs when compress option is supplied by @ruzzle in #182
  • Make acquire compression configurable by @Horofic in #185
  • Added Windows Update Agent's DataStore for collection by @michoebey in #187
  • Add MacOS and Linux log paths to TeamViewer module by @Poeloe in #190
  • Fix inconsistent error messages involving output-file by @twiggler in #191

New Contributors

Full Changelog: 3.15...3.16