Skip to content

Releases: MetPX/sarracenia

v3.00.55rc2

17 Sep 18:03
Compare
Choose a tag to compare
v3.00.55rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.00.55rc1...v3.00.55rc2

Packages Available

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx-pre-release

PyPI: https://pypi.org/project/metpx-sr3/3.0.55rc2/

  • RPM package for Redhat Version 8 (rh8) and 9 (rh9) attached here, install with rpm -ivh ... note:

    • Some dependencies are not readily available. May have to obtain packages
      from pip to get a fully functional installation. Verify with sr3 features after installation, to determine if everything needed is available.
  • self-extracting windows installer also attached.

v3.00.55rc1

12 Sep 02:03
Compare
Choose a tag to compare
v3.00.55rc1 Pre-release
Pre-release

Briefly:

  • Working through deployment issues on core operational data pumps.
  • fixing more timers expiring during transfers. many reliability improvements.
  • many more polls deployed, and some improvements for them.
  • management UI improvements (sr3 status display of lag, queue sr3 stop works better.)
  • fix for citypage download issues (and other datasets that rapidly change upstream.)

What's Changed

Full Changelog: v3.00.54rc3...v3.00.55rc1

Packages Available

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx-pre-release

PyPI: https://pypi.org/project/metpx-sr3/3.0.55rc1/

  • RPM package for Redhat Version 8 (rh8) and 9 (rh9) attached here, install with rpm -ivh ... note:

    • Some dependencies are not readily available. May have to obtain packages
      from pip to get a fully functional installation. Verify with sr3 features after installation, to determine if everything needed is available.
  • self-extracting windows installer also attached.

v2.24.08post2

29 Aug 19:27
Compare
Choose a tag to compare
  • Version 2 is now in maintenance mode. Only install if you already have a version 2 configuration to maintain.
  • There is nothing in v2 that is not working as well or better in sr3.
  • It is recommended that users of v2 upgrade their configurations and begin transition to sr3. (although v2 will remain available for the foreseeable future.)
  • Sarracenia version 3 is recommended for new installations and is a super-set of version 2.
  • known issues with v2 that we do not plan to address ( https://github.com/MetPX/sarracenia/issues?q=is%3Aopen+is%3Aissue+label%3Av2only+label%3Awontfix )
    • does not support MQTT.

This release includes cleanups of issues encountered upgrading main data pumps with legacy v2 stream. This release has good compatibility with sr3 as well as older v2 configurations, and crashes less that older v2 versions.

What's Changed

  • revert ftp charset change.
  • V2 fix the problems found during v2 upgrade of main pump. by @petersilva in #1182

Full Changelog: v2.24.08...v2.24.08post2

Installation

Guide: https://github.com/MetPX/sarracenia/blob/v2_stable/doc/Install.rst

packages available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx
python: https://pypi.org/project/metpx-sarracenia/

v2.24.08post1 possibly last ever v2 release.

23 Aug 13:29
Compare
Choose a tag to compare
  • Version 2 is now in maintenance mode. Only install if you already have a version 2 configuration to maintain.
  • There is nothing in v2 that is not working as well or better in sr3.
  • It is recommended that users of v2 upgrade their configurations and begin transition to sr3. (although v2 will remain available for the foreseeable future.)
  • Sarracenia version 3 is recommended for new installations and is a super-set of version 2.
  • known issues with v2 that we do not plan to address ( https://github.com/MetPX/sarracenia/issues?q=is%3Aopen+is%3Aissue+label%3Av2only+label%3Awontfix )
    • does not support MQTT.

This release includes cleanups of issues encountered upgrading main data pumps with legacy v2 stream. This release has good compatibility with sr3 as well as older v2 configurations, and crashes less that older v2 versions.

This release is going to pre-release repositories for a little while, will eventually re-generate for the
stable one (after some pre-release testing.)

What's Changed

Full Changelog: v2.24.08...v2.24.08post1

Installation

Guide: https://github.com/MetPX/sarracenia/blob/v2_stable/doc/Install.rst

Publishing only to launchpad pre-release repository for (tentatively) one week. Once the pre-release phase
is done, will upload to stable repo, and pypi.

packages available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx-pre-release
python: https://pypi.org/project/metpx-sarracenia/

v3.00.54p1 (aka post1 aka post2) - fileAgeMin fix

22 Aug 01:29
39c4334
Compare
Choose a tag to compare

What's Changed

  • 3.00.54 fixed typo in fileAgeMin implementation

Full Changelog: v3.00.54...v3.00.54p1

Packages Available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx

  • NOTE on ubuntu >= 22.04, this version is called 3.00.54post2 rather than p1 (due to technical mishaps during publication.)

PyPI: https://pypi.org/project/metpx-sr3/3.0.54post1/

  • NOTE on pypi, this version has the post1 suffix, for similar, but different mishaps.

  • (TODO) RPM package for Redhat Version 8 (rh8) and 9 (rh9) attached here, install with rpm -ivh ... note:

    • Some dependencies are not readily available. May have to obtain packages
      from pip to get a fully functional installation. Verify with sr3 features after installation, to determine if everything needed is available.
  • (TODO) self-extracting windows installer also attached.

v3.00.54 - Wololo!, Voluble Status and Partitioned Flows

12 Aug 17:29
Compare
Choose a tag to compare

What's new

  • GeoJSON style filtering support
  • Implicit FTPS support
  • PAHO MQTT V2 support
  • Default queueName change
  • Partitioned transfers now working and included in CI/CD testing (sr3 is now a super-set of v2, no remaining functionality regressions)
  • The --wololo option speeds up the v2 to sr3 converter substantially.
  • In place of just running or stopped in sr3 status, there is now: idle, lagging, slow, retry, rejecting, cpuSlow indicating various ways flows could be in difficulty or require tuning.
  • HTTP scheduled flows can now query the resource using metadata calls for more effective polling.
  • Many fixes for issues people ran into during deployments.
  • Also fixes for problems with statehost setting (important for HPC deployments.)

What's Changed

New Contributors

Full Changelog: v3.0.53...v3.00.54

Packages Available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx

PyPI: https://pypi.org/project/metpx-sr3/3.0.54/

  • RPM package for Redhat Version 8 (rh8) and 9 (rh9) attached here, install with rpm -ivh ... note:

    • Some dependencies are not readily available. May have to obtain packages
      from pip to get a fully functional installation. Verify with sr3 features after installation, to determine if everything needed is available.
  • self-extracting windows installer also attached.

v2.24.08 - Persistent messages

13 Aug 19:31
Compare
Choose a tag to compare

Status

  • Version 2 is now in maintenance mode. Only install if you already have a version 2 configuration to maintain.
  • Sarracenia version 3 is recommended for newer installations and is a super-set of version 2.

What's Changed

Full Changelog: v2.23.07...v2.24.08

Installation

Guide: https://github.com/MetPX/sarracenia/blob/v2_stable/doc/Install.rst

Publishing only to launchpad pre-release repository for (tentatively) one week. Once the pre-release phase
is done, will upload to stable repo, and pypi.

packages available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx
python: https://pypi.org/project/metpx-sarracenia/

v3.00.54rc3

06 Aug 18:12
Compare
Choose a tag to compare
v3.00.54rc3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.00.54rc2...v3.00.54rc3

Packages Available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx-pre-release

PyPI: https://pypi.org/project/metpx-sr3/3.0.54rc3/

  • RPM package for Redhat Version 8 (rh8) and 9 (rh9) attached here, install with rpm -ivh ... note:

    • Some dependencies are not readily available. May have to obtain packages
      from pip to get a fully functional installation. Verify with sr3 features after installation, to determine if everything needed is available.
  • self-extracting windows installer also attached.

v3.00.54rc2

22 Jul 21:12
Compare
Choose a tag to compare
v3.00.54rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.00.54rc1...v3.00.54rc2

Packages Available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx-pre-release

PyPI: https://pypi.org/project/metpx-sr3/3.0.54rc2/

  • RPM package for Redhat Version 8 (rh8) and 9 (rh9) attached here, install with rpm -ivh ... note:

    • Some dependencies are not readily available. May have to obtain packages
      from pip to get a fully functional installation. Verify with sr3 features after installation, to determine if everything needed is available.
  • self-extracting windows installer also attached.

v3.00.54rc1 Wololo! and Voluble Status

18 Jun 21:58
Compare
Choose a tag to compare
Pre-release

The Wololo! release speeds up the v2 to sr3 converter substantially, and added much more helpful flow states
to the sr3 status display. In place of just running or stopped, there is now: idle, lagging, slow, retry, rejecting, cpuSlow
indicating various ways flows could be in difficulty or require tuning. HTTP scheduled flows can now
query the resource using metadata calls for more effective polling. Many fixes for issues people ran into during deployments.
Also fixes for problems with statehost setting (important for HPC deployments.)

BUGS

  • #1115 .. so there will be an rc2.

What's Changed

Full Changelog: v3.00.53pre2...v3.00.54rc1

Packages Available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx-pre-release

PyPI: https://pypi.org/project/metpx-sr3/3.0.54rc1/
Note: uploaded pypi package from ubuntu 22.04... installation on older OS & python versions may
be compromised (error, will be corrected in next release.)

  • (Coming Soon) RPM package for fedora core 39 (fc39)

  • (Coming Soon) RPM package for Redhat Version 8 (rh8) attached here, install with rpm -ivh ... note:

    • Some dependencies are not readily available. May have to obtain packages
      from pip to get a fully functional installation. Verify with sr3 features after installation, to determine if everything needed is available.
  • (Coming Soon) self-extracting windows installer also attached.