Release Notes
- Repackaged to include the Agent's Category
- Fixed context data not being available to match when allowing at most one match with context behaviour
- Generate the combined dataset before applying Match Once
- When Match Once is enabled, context data is:
- available for subsequent matches on streaming data i.e. the streaming data is matched once.
- not outputted as both a match and again as unmatched for outer joins (i.e. IsMatched does apply to context data).
- not outputted as unmatched for an outer join when there would have been a match had Match Once not been applied.
Prefix properties
- Added option to override L_ or R_ prefixes
- Added option to specify whether prefixes should only be added to duplicated field names (default is to continue prefixing as per prior versions)
- Removed 3.37 option to specify whether to trim L_ and R_ prefixes
- Added option to specify whether to trim L_ and R_ prefixes (default is not to trim)
Batch outer join output
- Outer join unmatched events are output in batches
- Outer joins are permitted on context sides
- Rather than a single output per event, the outer join on a context side will be fulfilled every time a batch of data comes in on the streaming side
Batch inner join output
- Agent outputs matched events in batches
- Configuration forbids and warns against outer joins on context
- Updated logic to use the faster IComparable instead of dynamic
- Updated agent to handle errors via error endpoint
- Updated evaluation to throw errors when there is a fault
- Updated System.Reactive
- Added option to allow at most one match per record
- Removed output batching
- Added try/catch to subscription-observing methods
- Added field validation
- Altered handling of context data to better match Azure/Nesper and prevent duplicate outputs
- Added Context Provider-related configuration settings
- Fixed the “>” operator incorrectly performing a “Less than” comparison
- Agent state updated to Virtual
- Added System.Reactive.dll and updated selected method
- Updated DLLs
- Fixed initialization issues
Last modified 8mo ago