NEWS
webreadr 0.5.0
NEW FEATURES
- Beta support (stop laughing) for 'bro' (I mean it) logs is now provided through read_bro()
- Microsoft IIS files can be read with read_iis(). Thanks to Andrew Martin for the work there.
BUG FIXES
- An issue preventing splitters from correctly filling NAs is fixed.
webreadr 0.4.0 (2016-01-23)
NEW FEATURES
- Amazon S3 bucket access logs are now supported with read_s3(). Thanks to Hadley Wickham for the feature request.
BUG FIXES
- For consistency purposes, date-times will be POSIXct rather than occasionally POSIXlt
DEVELOPMENT
- Splitters are now approximately 40-60% faster and can better handle corrupted or strange fields.
webreadr 0.3.1
- *Internal tweaks matching the updated readr package.
webreadr 0.3.0 (2015-07-16)
- *IP normalisation and conversion removed; use iptools
*URL decoding removed; use urltools.
*R user agent parsing removed; use uaparser
webreadr 0.2.0
- *Add an AWS log file reader, read_aws, at Hadley's suggestion.
*Convert log readers to use readr's read_log, eliminating some complexity and R-side parsing
*Documentation around split_* improved to make clear what happens with non-intact requests.
*Add a prototype R user agent parser.
*Add ip_to_numeric to convert human-readable IPv4s to numeric values.
webreadr 0.1.0