Skip to content

Releases: datasharingframework/dsf-process-ping-pong

1.0.1.0 - Update for DSF 1.2.0

12 Sep 21:41
v1.0.1.0
6312e7d
Compare
Choose a tag to compare

Release of the ping-pong process plugin used for connection testing between DSF instances with versions >= 1.2.0.

General remarks:

  • This release is compatible with the Data Sharing Framework version >= 1.2.0. This release does not work with DSF versions < 1.2.0.
  • The logical version of the process remains 1.0 and as such this process plugin can talk to DSF instances running version 1.0.0.0 of the plugin.

Features include:

  • Upgrades the process plugin to be compatible with the upcoming DSF 1.2.0 release.
  • The ping process now send the 'ping' Task resources in parallel. The time waiting for 'pong' replies has been reduced to 20 seconds.

Issues closed:

  • Modify Process to Work With DSF 1.2.0 #8

Deployment guide:

  • Add the ping-pong process plugin dsf-process-ping-pong-1.0.1.0.jar to the DSF BPE folder /opt/bpe/process. Make sure the jar is readable by the bpe user (uid: 2202) or group (gid: 2202). The following commands could be used to download the jar and to set the right permissions:

    sudo wget https://github.com/datasharingframework/dsf-process-ping-pong/releases/download/v1.0.1.0/dsf-process-ping-pong-1.0.1.0.jar
    sudo chown root:bpe dsf-process-ping-pong-1.0.1.0.jar
    sudo chmod 440 dsf-process-ping-pong-1.0.1.0.jar
    
  • Restart the DSF BPE to deploy the process plugin.

Contributors:
This release contains contributions from @wetret and @hhund.

First Release Candidate for 1.0.1.0

11 Sep 21:44
v1.0.1.0-RC1
921a6df
Compare
Choose a tag to compare
Pre-release

Pre-Release (1.0.1.0-RC1) of the ping-pong process plugin used for connection testing between new DSF instances with versions >= 1.2.0.

General remarks:

  • This release is compatible with the Data Sharing Framework version >= 1.2.0. This release does not work with DSF versions < 1.2.0.

Features include:

  • Upgrades the process plugin to be compatible with the upcoming DSF 1.2.0 release.

Issues closed:

  • Modify Process to Work With DSF 1.2.0 #8

Deployment guide:

  • Add the ping-pong process plugin dsf-process-ping-pong-1.0.1.0-RC1.jar to the DSF BPE folder /opt/bpe/process. Make sure the jar is readable by the bpe user (uid: 2202) or group (gid: 2202). The following commands could be used to download the jar and to set the right permissions:

    sudo wget https://github.com/datasharingframework/dsf-process-ping-pong/releases/download/v1.0.1.0-RC1/dsf-process-ping-pong-1.0.1.0-RC1.jar
    sudo chown root:bpe dsf-process-ping-pong-1.0.1.0-RC1.jar
    sudo chmod 440 dsf-process-ping-pong-1.0.1.0-RC1.jar
    
  • Restart the DSF BPE to deploy the process plugin.

Contributors:
This release contains contributions from @wetret and @hhund.

1.0.0.0 - Update to DSF 1.0.0 / 1.1.0

22 Aug 21:16
v1.0.0.0
3e24adc
Compare
Choose a tag to compare

First release of the ping-pong process plugin used for connection testing between new DSF instances with versions >= 1.0.0.

General remarks:

  • This release is compatible with the Data Sharing Framework version >= 1.0.0. This release does not work with DSF versions < 1.0.0.

Features include:

Issues closed:

  • Upgrade to New Process Plugin API #1
  • Upgrade to new organization-roles CodeSystem #4

Deployment guide:

  • Add the ping-pong process plugin dsf-process-ping-pong-1.0.0.0.jar to the DSF BPE folder /opt/bpe/process. Make sure the jar is readable by the bpe user (uid: 2202) or group (gid: 2202). The following commands could be used to download the jar and to set the right permissions:

    sudo wget https://github.com/datasharingframework/dsf-process-ping-pong/releases/download/v1.0.0.0/dsf-process-ping-pong-1.0.0.0.jar
    sudo chown root:bpe dsf-process-ping-pong-1.0.0.0.jar
    sudo chmod 440 dsf-process-ping-pong-1.0.0.0.jar
    
  • Restart the DSF BPE to deploy the process plugin.

Contributors:
This release contains contributions from @wetret and @hhund.

1.0.0.0-M1 - First Milestone Pre Release

20 May 02:02
v1.0.0.0-M1
8834c32
Compare
Choose a tag to compare

First milestone pre release of the dsf-process-ping-pong process plugin for DSF 1.0.0-M1.

For a pre-build jar file, see packages.

This release contains contributions from @wetret and @hhund.