Skip to content

Releases: acdh-oeaw/arche-lib-ingest

Allow arche-lib 3.0.0

08 Oct 19:59
Compare
Choose a tag to compare
2.0.2

GitHub actions: fix coveralls installation

Made compatible both with guzzle/psr7 v1 and v2

07 Jul 09:47
Compare
Choose a tag to compare
2.0.1

Made compatible both with guzzle/psr7 v1 and v2

2.0.0

26 May 14:31
44204f7
Compare
Choose a tag to compare

Adjusted to arche-lib 2.0.0

Minor improvements

15 Feb 17:46
Compare
Choose a tag to compare

MetadataIndexer normalizes all triple object URIs now as at the end of a day all of them cause repo resource creation and end up as identifiers.

Adapt for arche-schema v2.0

10 Feb 14:54
Compare
Choose a tag to compare

Arche-schema v2.0 doesn't allow filename property on the acdh:Collection class which is typically used for directories, therefore arche-lib-ingest stops providing the property indicated in config by $.schema.fileName for directories.

Bugfixes

13 Nov 14:49
Compare
Choose a tag to compare

Hardcoded property URIs removed from File::getMetadata().

Bugfixes

21 Oct 08:23
Compare
Choose a tag to compare

No need for the hack from 1.6.1 as the solution has been introduced to the easyrdf library 1.14.3

Bugfixes

20 Oct 16:57
Compare
Choose a tag to compare

acdhOeaw\acdhRepoIngest\MetadataCollection hardened against EasyRdf\Literal\Date and EasyRdf\Literal\DateTime issues.

Use schema.isNewVersionOf for versioning

23 Sep 14:01
Compare
Choose a tag to compare

The \acdhOeaw\acdhRepoIngest\schema\SchemaObject::createNewVersion() now uses only schema.isNewVersionOf to denote old<->new resource relationship now.

The change follows dropping of inverse properties from the arche-schema v2.

Bugfixes

16 Sep 12:46
Compare
Choose a tag to compare

Avoid truncating long repository REST API error messages while reporting import errors in MetadataCollection class.