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 https://github.com/fox-it/acquire/pull/177
* Add collection of notepad tab directories by joost-j in https://github.com/fox-it/acquire/pull/164
* Add exit codes and summary to acquire-decrypt by Poeloe in https://github.com/fox-it/acquire/pull/186
* Add optional boolean value to all store_true instances by Miauwkeru in https://github.com/fox-it/acquire/pull/179
* Fix compression in zip outputs when compress option is supplied by ruzzle in https://github.com/fox-it/acquire/pull/182
* Make acquire compression configurable by Horofic in https://github.com/fox-it/acquire/pull/185
* Added Windows Update Agent's DataStore for collection by michoebey in https://github.com/fox-it/acquire/pull/187
* Add MacOS and Linux log paths to TeamViewer module by Poeloe in https://github.com/fox-it/acquire/pull/190
* Fix inconsistent error messages involving `output-file` by twiggler in https://github.com/fox-it/acquire/pull/191
New Contributors
* joost-j made their first contribution in https://github.com/fox-it/acquire/pull/164
* ruzzle made their first contribution in https://github.com/fox-it/acquire/pull/182
* michoebey made their first contribution in https://github.com/fox-it/acquire/pull/187
* twiggler made their first contribution in https://github.com/fox-it/acquire/pull/191
**Full Changelog**: https://github.com/fox-it/acquire/compare/3.15...3.16