This release fixes a few bugs for rare circumstances encountered in two recent deployments, including:
- Disambiguating status of files being stream processed, both in memory and in the record CSV files
- Escaping any possible special characters in filepaths to allow consumers of those files to restart successfully
- Simplifying some multithreading logic that could rarely cause indefinite hangs
- Adding a warning message for when a file failed to be opened for upload due to repeated permissions errors