Skip to main content

XPFv3.5.1 Release Notes

Author: Jacob Rasmussen, Created: 2024-11-21

Release Date: 21 Nov 2024

Release Overview

  • Feature Datasource Load bug fixes

    • Handle updating Feature Datasource Connection for a committed datasource by setting requires_processing = True for all features in the datasource.
    • Set requires_processing = True for all in use datasources on a rebuild.
  • Project Copy FileInfo bug fix

    • Existing bug since 3.3.2 where copying a project leaves references to the project id being copied from in azure file paths.
  • Generator Manager bug fix

    • Events can be updated in utilization but these updates weren’t being propagated correctly so the updates we’re having no effect on the event, now events can be changed in utilization and these changes will impact subsequent predictions.
  • Update country mappers

    • Now use “Costa Rica” instead of “Costa rica”.
  • Additional caching for get_optimal_parallelization() in PPO task

    • this task was creating too many db connections for get_optimal_parallelization(), now the result is cached to minimize the number of db connections.

Dependencies

Requires OneStream 8.4 to be installed prior to use.

Known Issues

None

Was this page helpful?