Skip to content

Releases: eleostech/document-downloader

Add -UseBasicParsing to Invoke-WebRequest Invocations for Powershell v5 Compatibility

19 Mar 15:20
2311a62

Choose a tag to compare

Microsoft released a security patch which necessitates that -UseBasicParsing be added to Invoke-WebRequest calls for this Powershell script to work on Powershell v5.

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

Drive Axle Authorization Header Change

06 Jan 22:49
a381056

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

09 Aug 16:32
@pnc pnc
3bd47cf

Choose a tag to compare

Bumps Newtonsoft.Json from 12.0.3 to 13.0.1 in response to a DoS vulnerability around parsing deeply nested JSON. Because this script only parses JSON from a trusted Eleos domain, we consider this best practice but not an exploitable security vulnerability in the downloader script itself.

Powershell 7 Support

03 Jan 21:33
94b2531

Choose a tag to compare

  • support for running the script with powershell 7
  • the script can gracefully handle 4xx responses while attempting to download documents and will continue running

Initial release

23 Aug 22:28
@pnc pnc

Choose a tag to compare

v1.0.0

Add a script to produce the release package