Bug Fix: Fixed an issue with timestamp precision when converting Zeek logs to Parquet format when using Spark.
0.4.5
Just a patch release for the multi-file reader so that it handles a corrupt gzip file.
0.4.4
Small change to support reading in Zeek [intel format](https://docs.zeek.org/en/master/frameworks/intel.html#loading-intelligence) files (as a dataframe). See: https://github.com/SuperCowPowers/zat/issues/133
0.4.3
Release Notes: - Various small fixes - Making pyspark an optional dependency
0.4.2
- Added a Zeek JSON log to dataframe class (see https://github.com/SuperCowPowers/zat/blob/master/examples/zeek_json_to_pandas.py)