- change request handling to work better with requests_cache (no more streaming directly from the raw object in the request response)
3.0
Not secure
- use the Python requests library in hxl.io (which will allow add-ons like requests_cache) - the tagger now has an option for a default tag - add unit tests for Tagger, along option to force a full header match and a default tag for non-matching headers
2.8
Not secure
- add a new Explode filter that changes series data to a more-normalised form (no command-line version yet) - improvements to Add Column filter - better number handling in Clean Data filter (can now handle exponential notation) - add mask parameter to Merge Data filter - start support for reading/writing filter chains encoded in JSON - added add_attribute and remove_attribute methods for a dataset - documentation and unit test improvements