Release 10.0.4

Introduction

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

Installing or Upgrading to PhixFlow Version 10.0.4

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 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 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 to which you are upgrading.

  4. This release includes changes that affect the PhixFlow database. After upgrading, remember to republish the PhixFlow data as described in Step 10 of Upgrading PhixFlow

Schema Changes

Schema changes are required for this release. Also see special installation instruction above.

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.       
  • DEV-15778 - Sort order attributes are now sorted by their display label

  • DEV-16403 - Added new geometric functions:
    • geoUnion which computes a Geometry representing the point-set which is contained in two provided geometries.
    • geoGetNum which returns the number of Geometries in a GeometryCollection or Multipolygon
  • DEV-16423 - Improved performance of opening a Screen Editor

Bug Fixes

  • DEV-16344 - Fixed missing error messages in import.
  • DEV-16400 - Fixed error refreshing data on aggregate view with missing attributes
  • DEV-16391 - Minimize button now appears on screens windows by default.