Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
HELP90:_Banners
HELP90:_Banners
nameReleaseNote
nopaneltrue

Introduction

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

Installing or Upgrading to PhixFlow Version 10.0.12

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

Info

New settings have been added to the logback.xml.example file to enable logging of audit events to file. The applications logback.xml file should be updated with these new configuration sections.

If it is desired to terminate Phixflow if audit record writing fails for extended periods of time then the setting dbAuditService.haltOnDiscardCommitted should be set to true.

Schema Changes

Info

No Schema changes are required for this release.

New Features

Bug Fixes

  • DEV-18000 - Fixed the import deleting sort order attributes when the table and the sort order are held in different applications or packages.
  • DEV-18028 - In the properties of a Table View, a fix has been applied to the "allow export to Excel and CSV" option which stops PhixFlow from erroring when this feature is used.
  • DEV-18056 - An optional configuration setting (dbAuditService.haltOnDiscardCommitted) has been added, which when set will terminate Phixflow if audit records are unable to be written to the database after extended periods of retrying (24 hours, configurable by setting dbAuditService.retryForMs).
  • DEV-18107 - Audit records are now also recorded in a separate audit.log file as they are being generated. This guarantees their availability even if the application is restarted before they can be written to the database. 
  • DEV-18117 - On startup the audit log files are reread and audit event that was not successfully persisted will be replayed into the database.
  • DEV-18266 - Resolved failure on SQL Server to load application translation maps.