Release 10.0.7

Introduction

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

Installing or Upgrading to PhixFlow Version 10.0.7

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.

Special Upgrade Instructions

DEV-16814:

If upgrading from a previous 10.0 version the upgrade tool should be rerun with the -filters command line option. E.g.:
> java -jar upgrader.jar --url=<url> --user=<user> --pass=<password> -filters
or
> java -jar upgrader.jar --path=<path to phixflow-datasource.xml> -filters


Schema Changes

Schema changes are not required for this release.

Improvements and New Features

  • None

Bug Fixes

  • DEV-16154 - Exporting Audit Records to Excel now works correctly
  • DEV-16673 - Setting the locale when creating a user no longer errors.
  • DEV-16685 - Pie charts now export correctly.
  • DEV-16814 - Resolved issues with background filters on the root dashboard element not displaying or saving correctly.