0.1.75 Released
- 1 min read
This release (yes, we skipped a few versions in staging) is paired with the release of our data parsing framework, and now supports the automatic detection and parsing of text files in many different data encodings. We’ve made use of the Tika framework to assist in detecting the character encoding of our text files, and can now reliably support most character sets listed here.
Upload Fixes
- Uploaded files are now analyzed for text encoding and parsed accordingly.
- Errors in parsing are passed to our engineering team for further testing.
- UI updates to indicate the current state of a parsing data set.
Upload Fixes
- Our development vagrant box is now shared, which cuts about 15 minutes off of our deployment. it might not seem like much to you, but for us it’s a lovely breath of fresh air 🙂
DFR Updates
- The interfaces IDataEncoder and IDataDecoder have had their stream declarations removed and passed into the new interfaces IStreamEncoder and IStreamDecoder.
- New interfaces named ITextEncoder and ITextDecoder have been added to handle character stream based file processing.
Curious? Go check it out!