Releases: caltechlibrary/iga
Releases · caltechlibrary/iga
Release 1.0.3
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
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
Changes in this release:
- Fix issue #8: parsing organization info sometimes results in an empty id string.
Release 1.0.0
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
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
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
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
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
Changes in this release:
- A preliminary GitHub Action workflow is available.
- Documentation is more complete.
Release 0.0.11
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.