Skip to content

Releases: caltechlibrary/iga

Release 1.0.3

24 May 21:16
Compare
Choose a tag to compare

Changes in this release:

  • The sample workflow has been revised to be slightly more informative about where it's sending the release for archiving.

Release 1.0.2

23 May 15:45
Compare
Choose a tag to compare

Changes in this release:

  • Fix issue #21: the copyright year put in the metadata dates field can could up being a completely bogus value in some cases.

Release 1.0.1

22 May 21:10
Compare
Choose a tag to compare

Changes in this release:

  • Fix issue #8: parsing organization info sometimes results in an empty id string.

Release 1.0.0

19 May 00:21
Compare
Choose a tag to compare

This is the first full release of IGA, the InvenioRDM GitHub Archiver. This release supports the use of IGA as both a command-line program and as a GitHub Action. Complete documentation is available at https://caltechlibrary.github.io/iga/ and a shortened version of the documentation is present in the repository README file.

Release 0.0.16

18 May 01:11
Compare
Choose a tag to compare

Changes in this release:

  • Fixed another problem with logging, in part by reverting a previous change but also by modifying the code that writes error messages.
  • Expanded the error catches in the GitHub Action workflow to detect and report problems with invalid tokens.
  • Merge PR #7: doc improvements.

Release 0.0.15

17 May 19:20
Compare
Choose a tag to compare

Changes in this version:

  • IGA now tests the InvenioRDM token explicitly and returns a new exit code if the token is rejected. This makes it possible for the GitHub Action to report this situation more clearly.

Release 0.0.14

17 May 01:01
Compare
Choose a tag to compare

Changes in this release:

  • Fixed bug where setting verbose mode or higher caused output to go to the terminal and was not properly sent to the log destination.

Release 0.0.13

17 May 00:22
Compare
Choose a tag to compare

Changes in this release:

  • IGA detects the case where InvenioRDM refuses the token, and reports the error more explicitly.
  • More documentation updates.
  • More improvements to the GitHub Action workflow.
  • Fixes to test cases.

Release 0.0.12

13 May 02:24
Compare
Choose a tag to compare

Changes in this release:

  • A preliminary GitHub Action workflow is available.
  • Documentation is more complete.

Release 0.0.11

11 May 02:49
Compare
Choose a tag to compare

Changes in this release:

  • Fixed behavior of --mode quiet: it was not completely quiet after all, but now it is.
  • Fixed behavior when --log-dest is used; not all output was going to the log destination, but now it is.
  • Fixed additional minor issues.