Release 9.0.13

Introduction

PhixFlow is pleased to announce the release of PhixFlow Version 9.0.13. This page describes the improvements and fixes in this version.

Installing or Upgrading to PhixFlow Version 9.0.13.

To install a new PhixFlow instance:

  1. Check System Requirements and Compatibility for details of the PhixFlow system requirements and update any dependencies. 
    1. Please email support@phixflow.com if you are planning to run PhixFlow 9.0.13 on an unsupported database version.
  2. Follow the instructions in Installing PhixFlow.

To upgrade an existing PhixFlow instance: 

  1. Check System Requirements and Compatibility for changes to the system requirements or supported database versions. For example, you may need to upgrade your database or Java version.
    1. Please email support@phixflow.com if you are planning to run PhixFlow 9.0.13. on an unsupported database version.
  2. Ensure you have a backup of the database before upgrading PhixFlow.
  3. Follow the Upgrading PhixFlow steps. It is important to complete Step 8, in which you apply any Special Upgrade Instructions for all the intermediate releases between your current version and the version you are upgrading.

Special Upgrade Instructions

None.

Schema Changes

A schema change is not required for this PhixFlow release.

Improvements and New Features

DEV-14575- The PhixScript hash function will now handle secret values. A new expandSecrets(value) function has been added, this takes a single string parameter and will expand any secret tokens into their values.

Bug Fixes

  • DEV-15917 - Fixed issue where a lookup pipe in a Table Record Action returned the same results for all records updated; now the pipe filter conditions are correctly re-evaluated for each record updated. Note that the problem did not happen when an explicit lookup() function was used.
  • DEV-16004 - Table actions now respond to cancellation by the user; new record sets are marked as incomplete.
  • DEV-16007 - Fixed rollback not working when “Only allow restricted task plan run permission users” is ticked