Factry Historian
v8
v8 0 2 released on 19/12/2025 bug fixes fixed an issue where the login cookie grew beyond the size limit when a user belonged to many user groups via ldap group mappings resolved incorrect rapport of cpu cores in some environments v8 0 1 released on 16/12/2025 bug fixes fixed issue where dependencies for assets and asset properties were not updated after bulk import via excel resolved ldap login issue for existing users fixed a potential issue where multiple event property workers could be started for the same event configuration improved handling of sampled calculations when evaluating periods with bad data admin only users no longer have the page crash when viewing logs made the bulk edit button visible again in manual entry forms for events resolved issue where entering a manual entry for a periodic values could cause a crash in some situations fixed scrollbar in log viewer resetting on refresh fixed issue in calculation test modal where fetching sample values could fail in some edge cases v8 0 0 released on 21/11/2025 overview this release introduces a modernized ui, streamlined workflows, and improved performance across all core features it also includes important under the hood updates to ensure long term stability and compatibility some of the new features include 🏠 a home screen with statistics 🧮 calculated event properties ⚙️ bulk operations for collectors, measurements and calculations ↪️ extended parquet export functionality 📊 swinging door compression and noise filtering in the collectors 🔍 and much more see below for more details ui/ux & productivity new home screen a redesigned home screen now shows key system info, organization stats, recent changes, and news updates in one place this makes it easier to judge system health and understand what changed without digging through menus improved layout & navigation measurements, calculations, and collectors now use table layouts with detail panes instead of pop ups, making it faster to browse and edit without losing context tabs inside each pane keep information organized, and help texts moved to tooltips reduce clutter bulk editing & data operations selected fields for measurements, calculations, and collectors can now be edited in bulk , reducing repetitive work during large configuration updates bulk actions also extend to measurement data deletion , with the deletion task now capable of handling multiple measurements at once better discoverability & filtering events can be filtered by status, columns in the event overview are configurable, and asset properties include a data preview for quicker validation date pickers now support presets, speeding up common time range selections events & processing calculated event properties a new calculation detection mode lets you compute event values dynamically from other properties—ideal for generating richer, more contextual events without extra data sources an onlychanges option helps reduce noise by ignoring consecutive identical values event configuration status new status controls let you pause and resume processing, and the expanded state/health view makes it clearer when something needs attention parquet export enhancements more granular parquet export settings for finer control over file generation support for exporting via asset tree selection , making it easier to target specific parts of the process added hive compatible partitioning (by database/measurement) to improve downstream analytics workflows collector improvements compression & noise filtering introduced swinging door compression in collectors to reduce data volume without losing meaningful trends, improving storage efficiency and export performance added noise filtering , helping collectors ignore insignificant fluctuations so only relevant, stable values are stored ⚠️ before you upgrade please review these important steps to ensure a smooth upgrade check postgres version the minimum supported postgres version has been changed from 11 to 12 please ensure that your postgres database is version 12 or higher before upgrading readonly postgres user per organization is no longer managed by factry historian use the custom factry grafana data source to query events or manage postgres users manually removed automatic influxdb datasource creation and related settings use the factry historian datasource plugin for grafana instead check username case sensitivity usernames are now treated as case insensitive, this means you'll have to delete any users who have different capitalization in their name for instance if johndoe and johndoe exist, delete one of them please ensure that no users exist with a name that only differs by capitalization before upgrading breaking api changes measurements api put /measurements replaces patch /measurements patch /measurements still exists but now expects a different payload structure time series api delete /timeseries/delete is replaced by post /timeseries/delete to reflect that the endpoint creates a deletion task rather than deleting synchronously logs api the following endpoints have been removed get /collectors/{collectoruuid}/logs get /measurements/{measurementuuid}/logs get /logs/historian use get /logs instead, and apply tag based filters (e g , by collector, measurement, event configuration, forwarder) to scope results logs from before the upgrade will not be visible when filtering on tags added in this release (e g log type , organization uuid , event configuration uuid , ) deprecations (plan ahead) “raw” measurement datatype is being phased out referencing raw measurements is now no longer possible, the raw datatype may be removed in a future release