Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Releases: eclipse-pass/pass-java-client

PASS Java Client 0.8.0

14 Apr 15:04
Compare
Choose a tag to compare

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

27 Aug 13:50
Compare
Choose a tag to compare

PASS Java Client 0.7.0

Supports context version 3.5

  • Affiliation is now recorded as a Set of strings on User and Contributor

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

30 Apr 20:11
Compare
Choose a tag to compare

PASS Java Client 0.6.0

Supports context version 3.4

  • DRAFT submission status
  • Submission.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

29 Apr 13:36
Compare
Choose a tag to compare

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 status
  • Submission.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