Skip to content

Releases: datacite/viringo

Performance improvement

02 Feb 08:25
Compare
Choose a tag to compare
Disable facets from API returns.

OAI-PMH doesn't need any of the facet aggregations so we can disable them.
This is being done in aim to improve performance.

Fix docker build

05 Nov 14:15
Compare
Choose a tag to compare
1.0.17

Fix - pipenv bootstrap file location changed

Fixing use providerid only when nescessary

05 Nov 12:51
Compare
Choose a tag to compare
Use provider_id only when no client id

So this is to always send a provider_id from the set, but only use it if we dont have a client_id

Bug fix DataCite member/provider handling

05 Nov 12:14
Compare
Choose a tag to compare
Support provider id back from API

Now the DataCite API supports provider relations in the response, we can correctly parse this and instead use this.
This fixes final part of #53

1.0.14: Fix: Better handling non str identifiers

20 Apr 08:41
Compare
Choose a tag to compare
This is to fix related identifiers like ISBNs where they are integers.
Convert all to string but only try to strip from already strings

1.0.13

09 Apr 15:48
Compare
Choose a tag to compare
Add a higher timeout to cope with API delays.

1.0.12: Providers are no longer included by default in REST API.

07 Apr 10:25
Compare
Choose a tag to compare
See: https://github.com/datacite/lupo/commit/a4a6c8bc5bbf50c7b8264b158eec1962688a4945

1.0.11

04 Feb 15:21
Compare
Choose a tag to compare
Fix typo

Fix typo

04 Feb 15:07
Compare
Choose a tag to compare
1.0.10

Fix using wrong env variable for datacite api

Fix bad config

04 Feb 14:56
Compare
Choose a tag to compare
  • Fix Incorrect env variable lookup for DataCite API admin/password