Skip to content

Releases: harvard-lil/scoop

0.2.3

18 Apr 20:48
Compare
Choose a tag to compare

Changelog

  • Upgrade to js-wacz 0.0.10: This version produces simpler index files for small archives (simple index.cdx as opposed to Zip Num Shared Index), which is a particularly relevant optimization in the context of Scoop.
  • Dependencies update (#142)
  • Version bump

0.2.2

11 Apr 17:35
3590e10
Compare
Choose a tag to compare

Changelog

  • Finalized move of "noarchive" directive detection to ScoopProxy (#141)
  • Version bump

0.2.1

04 Apr 02:36
Compare
Choose a tag to compare

Changelog

  • Added a Scoop.summary() method for generating a summary object. Can be invoked at any point during capture. (#139)
  • Added a --json-summary-output CLI option for generating a summary at the end of the capture process and saving it to disk as JSON. (#139)
  • Version bump

0.2.0

31 Mar 17:59
Compare
Choose a tag to compare

Changelog

0.1.2

22 Mar 21:33
Compare
Choose a tag to compare

Changelog

  • Automatically skip steps that are not relevant when target URL is not a web page (#135)
  • Fix: timeout management in detection and capture of non-web resources
  • Fix: blocklist matching when pulling certificates
  • Version bump

0.1.1

22 Mar 18:02
Compare
Choose a tag to compare

Changelog

  • Rework of the capture process and timeouts enforcement (#134)
  • Version bump

0.1.0

21 Mar 19:12
c29af1b
Compare
Choose a tag to compare

Changelog

  • New feature: Capture of SSL/TLS certificates as attachments.
    See --capture-certificates-as-attachment CLI option (on by default). (#133)
  • Accounts for compatibility issue with latest Node.js 19.x (#133)
  • Current version of Scoop is now displayed in the logs (#132)
  • Version bump

0.0.7

20 Mar 03:11
Compare
Choose a tag to compare

Changelog

  • Improved handling of capture edge cases that require immediate shutdown (#130)
  • Detection of non-web content as primary url is now subject to timeout based on captureTimeout (1/10th) (#130)
  • Version bump

0.0.6

17 Mar 21:44
Compare
Choose a tag to compare

Changelog

  • New --attachments-bypass-limits option (#128)
  • "Capture page info" now runs earlier in the capture process (#128)
  • Capture steps are now automatically interrupted on capture state change (#128)
  • README.md edits
  • Version bump

0.0.5

17 Mar 15:08
3e1d3a1
Compare
Choose a tag to compare

Changelog

  • Bugfix: Always source software version from package.json (#127)
  • Version bump