Releases: caltechlibrary/eprinttools
maintenance release
updated module depencies per issue #67.
What's Changed
- build(deps): bump golang.org/x/crypto from 0.20.0 to 0.31.0 by @dependabot in #67
Full Changelog: v1.3.8...v1.3.9
Minor update to configuration for ep3apid
This release includes the option to pass a YAML file (in additional to the JSON version) of a configuration to ep3apid. The YAML support was added to make it easier to create configuration scripts for ep3apid.
Maintenance release
Updated to Go 1.22 and various package updates.
Dependency updates
v1.3.6 now requires simplified package v0.0.21 do to integration of ROR into Funder struct.
Maintenance release
This release brings uses the simplified package v0.0.19 in the crosswalk functionality.
Bug fixes, crossrefapi update
This release includes some bug fixes and now uses crossrefapi v1.0.4. Article numbers should map correctly from CrossRef.
Documentation cleanup, fixed version bug in doi2eprintxml
This release is primarily documentation improvements to explain the new installation procedure for macOS and Linux. A few bugs were fixed along the way.
Full Changelog: v1.3.0...v1.3.1
Simplified records now separate package
This minor release reflects splitting the simple record handling into it's own package. When you use the -json
and -simple
options in doi2eprintxml
you now get different record structures, the first is a JSON representation of the EPrint XML and the latter reflects the simplified record model shared with the irdmtools package and tools. EPrinttools now depends on simplified v0.0.3 or better to compile.
Full Changelog: v1.2.5...v1.3.0
identifier handling and role mapping
This release changes are focused on improvement of the simple record model and crosswalk for migrating content from EPrints to Invenio-RDM. This has involved some minor mapping of values as URI to simple strings and adjust the model to more closely reflect what can be imported directly into Invenio-RDM.
refining simple records
This release features changes around the simple record JSON support. The model is being brought closer to that which can be easily imported into InvenioRDM with minor fixups.