Skip to content

Releases: caltechlibrary/pubarchiver

Release 1.7.0 – New features and changes

04 Apr 03:01
Compare
Choose a tag to compare
  • Store JATS XML for each article, as well as any image referenced in the JATS data. Images are converted to uncompressed TIFF before being stored.
  • Perform JATS validation for each article by default.
  • Add -X option to disable automatic JATS DTD validation.
  • Change -a option to accept a file containing either a list of DOIs or the XML format sent by micropublication.org.
  • Change exit code numbering scheme.
  • Communicate number of failures in terms of exit codes; see README for more details.
  • Test if date given to -d is syntactically correct but not a valid date.
  • Refactor and change some internal code.
  • Fix miscellaneous bugs.

The file CHANGES contains a more complete change log that includes information about previous releases.

Release 1.6.3 – Bugfix release

16 Oct 18:26
Compare
Choose a tag to compare
  • Catch and handle no-content errors more gracefully.
  • Detect mangled XML returned by micropublication.org and handle it more gracefully.

The file CHANGES contains a more complete change log that includes information about previous releases.

Version 1.6.2 – Bugfix release

22 Sep 00:45
Compare
Choose a tag to compare

This release fixes a crash-causing bug in writing the comment string into the zip file resulting from a reference to a no-longer-existing package attribute.

Version 1.6.1 – Minor bugfix release

20 Sep 16:48
Compare
Choose a tag to compare

This fixes broken handling of the debug output destination and updates the README.md to reflect the currently available command-line options.

Release 1.6.0 – New debug options

19 Sep 21:04
Compare
Choose a tag to compare

This release changes the debug flag -@ to accept an argument for where to send the debug output trace. The behavior change of -@ is not backward compatible; it will no longer work without an argument value.

The only other change concerns internal modifications to put metadata in setup.cfg and change how Microarchiver gets the metadata internally.

Version 1.5.1 – Minor internal bug fixes

18 Sep 17:55
Compare
Choose a tag to compare

This fixes some minor internal bugs.

Version 1.5.0 – New feature for getting raw list of articles

03 Sep 20:53
Compare
Choose a tag to compare

This release primarily adds the -g option for printing the XML article list from the server.

Version 1.4.0 – add script for use with cron

29 Aug 23:32
Compare
Choose a tag to compare

This release changes (really, fixes) a minor behavior where it previously would create an empty output directory even if nothing was going to be written. It also adds a script for use with cron for running microarchiver on a regular basis and uploading the results to Portico.

Version 1.3.0 – Don't write empty archives

29 Aug 22:12
Compare
Choose a tag to compare

Skip creation of archive zip file if there are no articles to archive. This can happen when using --after-date.

Version 1.2.0 – minor code changes and fixes

29 Aug 20:06
Compare
Choose a tag to compare
  • Improved installation instructions.
  • Changed debug flag from -Z to -@.
  • Internal code changes for message printing & colorization.