Changes in version 0.5.0 NEW FEATURES o Beta support (stop laughing) for 'bro' (I mean it) logs is now provided through read_bro() o Microsoft IIS files can be read with read_iis(). Thanks to Andrew Martin for the work there. BUG FIXES o An issue preventing splitters from correctly filling NAs is fixed. Changes in version 0.4.0 (2016-01-23) NEW FEATURES o Amazon S3 bucket access logs are now supported with read_s3(). Thanks to Hadley Wickham for the feature request. BUG FIXES o For consistency purposes, date-times will be POSIXct rather than occasionally POSIXlt DEVELOPMENT o Splitters are now approximately 40-60% faster and can better handle corrupted or strange fields. Changes in version 0.3.1 o *Internal tweaks matching the updated readr package. Changes in version 0.3.0 (2015-07-16) o *IP normalisation and conversion removed; use iptools *URL decoding removed; use urltools. *R user agent parsing removed; use uaparser Changes in version 0.2.0 o *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. Changes in version 0.1.0 o *Initial release