Releases: eclipse-pass/pass-java-client
PASS Java Client 0.8.0
This release addresses a configuration issue with specifying which Elasticsearch indices to search. Earlier versions were configured with
pass.elasticsearch.url
with a path component reflecting the desired index - however, the configuration utility ignored this information, and default behavior was to search all indices on the host. This caused issues when unintended indices were included in searches.
The new arrangement has a default index of "pass", and allows a new property pass.elasticserach.indices
to be set. the value may be any valid Elasticsearch target including a comma-separated list of indices, wildcards, and the _all target.
PASS Java Client 0.7.0
PASS Java Client 0.7.0
Supports context version 3.5
- Affiliation is now recorded as a
Set
of strings onUser
andContributor
Binary incompatible with 0.6.x: User.affiliation
and Contributor.affiliation
in 0.6.x was migrated from String
to Set<String>
in 0.7.0.
PASS Java Client 0.6.0
PASS Java Client 0.6.0
Supports context version 3.4
DRAFT
submission statusSubmission.effectivePolicies
Repository.schemas
Update IT runtime to use latest versions of the fcrepo
and indexer
Docker images
oapass/fcrepo:4.7.5-3.4
oapass/indexer:0.0.18-3.4
ITs now support docker-machine
platforms
Binary incompatible with 0.5.x: Journal.setName
in 0.5.x was renamed to Journal.setJournalName
in 0.6.0.
PASS Java Client 0.5.3
This release is deprecated
It introduces a binary incompatible change with version 0.5.2, and is not a drop-in replacement for 0.5.x. This version will be re-released as version 0.6.0
with exactly the same features.
PASS Java Client 0.5.3
Supports context version 3.4
DRAFT
submission statusSubmission.effectivePolicies
Repository.schemas
Update IT runtime to use latest versions of the fcrepo
and indexer
Docker images
oapass/fcrepo:4.7.5-3.4
oapass/indexer:0.0.18-3.4
ITs now support docker-machine
platforms