Skip to content

Releases: caltechlibrary/eprinttools

maintenance release

17 Dec 21:32
30f950b
Compare
Choose a tag to compare

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

10 Jun 22:12
Compare
Choose a tag to compare

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

26 Feb 23:48
Compare
Choose a tag to compare

Updated to Go 1.22 and various package updates.

Dependency updates

15 Sep 17:43
Compare
Choose a tag to compare

v1.3.6 now requires simplified package v0.0.21 do to integration of ROR into Funder struct.

Maintenance release

31 Jul 19:26
Compare
Choose a tag to compare

This release brings uses the simplified package v0.0.19 in the crosswalk functionality.

Bug fixes, crossrefapi update

06 Jun 22:06
Compare
Choose a tag to compare

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

16 May 16:19
Compare
Choose a tag to compare

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

13 Apr 18:12
Compare
Choose a tag to compare

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

10 Mar 23:28
Compare
Choose a tag to compare

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

04 Mar 00:12
Compare
Choose a tag to compare
Pre-release

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.