- set max_value to new aggregations - ML-691: start_filter should be >= (and not >) - ML-717: Use logger.debug instead of print.
0.6.3
Not secure
- Flatten/copy bug issue fix - Fixed window rework - ML-707: bug fix in multiple integer key columns - ML-701: Fix ordinary timestamp type fields in ingestion service. - ML-635: unexpected results aggregating with sliding window - ML-673: removing adding of "igz_part" to partitions
0.6.2
Not secure
- Support typed indices in writers. - None value should remain None in CsvSource
0.6.1
Not secure
* ML-602: Typed columns for explicitly setting parquet schema. (231) * ML-613: Filter out value for empty key (230) * AsyncEmitSource – async def run -> def run (234) * ML-667: Hash calculation should be modulo instead of division (235)
0.6.0
Not secure
- First/last aggregations - bug fix in reading non existing column from v3io when keys are list…