Project Alpha Release v0.4.5
ritchiecarroll
released this
01 Jun 17:39
·
1423 commits
to master
since this release
This release of Project Alpha includes support for Grafana and recent bug fixes to the Grid Solutions Framework.
Project Alpha is always a source code only release since it is intended to be used as a starting point for creating new, complete time-series applications
Note that the PMU Connection Tester is not automatically included with the installer package and will need to be installed separately:
https://github.com/GridProtectionAlliance/PMUConnectionTester/releases
New Features and Improvements
- Added CSV source data export and e-mail options to daily quality reporting
- Fully overhauled system security
- Added eDNA historian adapters
- Added ability to control TCP Nagle algorithm through configuration and applied better defaults when applicable
- Added
quiet
/resume
console commands, withq
andr
alias shortcuts, to reduce noise during interaction - Improved sub-second time handling
- Improved startup time of applications without Internet access by allowing disabling of generate publisher evidence in the NoInetFixUtil
- Improved sub-second time handling
- Added new GSF time-series Filter Adapters and management screen
- Added new Grafana functions and capabilities (see full list)
- Better pre-compilation options of Razor web pages at service start
- Added "useSourcePrefixNames" boolean connection string parameter to DataSubscriber to allow override ability on subscription prefixes applied to devices names
- Included new GSF adapter to allow selection of a "best" value based on configuration options
- Modified the latest values cache in DynamicCalculator to be fed by the concentration engine to resolve usability issues
- Fixed memory leak in MultiProtocolFrameParser when replay start time and stop time is specified
- Fixed logic error in AverageFrequency calculator when reporting unreasonable results as NaN
- Fixed SQL syntax for updated Phasor synchronization in DataSubscriber
- Updated LDAP security provider to allow UserData.IsDefined to be assumed to be true if no cached user can be found to allow authentication to be attempted
- Added a safety check around target cache acquisition for cases where cache may have been disposed
- Handled edge case in SIDToAccountName to resolve errors with null input
- Removed references and dependencies on to Thread.CurrentPrincipal throughout system as part of security overhaul