All Versions
64
Latest Version
Avg Release Cycle
84 days
Latest Release
3794 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.12.5 Changes
- Filename is now displayed in the header of the output
- โ Added orderedhash class for Rubinius support
- ๐ Fixed a number of Travis issues
-
v1.12.4 Changes
- ๐ Fixed version number being off.
- ๐ Rake tasks are now Rails 2 & 3 compatible.
- Ftools is replaced with fileutils.
-
v1.12.3 Changes
- ๐ Cleaned up internal API for nices Ruby integration.
- ๐ Fixed small typo.
- Replaced relative path reference to database_console_init with standard reference
-
v1.12.2 Changes
- โ Removed Encoding.default_external as it was unnecessary and caused problems with Ruby 1.9.3-head.
-
v1.12.1 Changes
- Database inserter now working for ActiveRecord 3: NOTE! The minimal ActiveRecord version required is 3!
- ๐ Travis CI build support (http://travis-ci.org/#!/wvanbergen/request-log-analyzer)
- Standard error and out are now cleaned up (#107)
-
v1.12.0 Changes
- Loading the database console now works again.
-
v1.11.0 Changes
Important: The @--gets-memory-protection@ command line switch is gone. Ruby 1.9 offers this functionality without a performance penalty. If you want to keep using this option in Ruby 1.8, please do not upgrade to this version or copy paste the mixin.
๐ Also, removed some half-finished features that were not in a usable state and are not going to be further developed, like using a database as a request source and the "FancyHTML" output format.
- ๐ The HAProxy file format now supports more old versions.
- ๐ The Rails 3 format now reads "parameters" lines.
- ๐ Better parsing of hostnames and IP addresses, fixing some edge cases in all file formats that use these.
- ๐ Change @autoload@ magic to use regular @require@ to make the source code more understandable.
- ๐จ File format specs are refactored to be more readable.
๐ PostgreSQL format bug: we found that for some log files, about 50% of all queries will not get parsed. We are working on a fix for the file format; in the mean time you can still use it to get a feel of the performance.
-
v1.10.1 Changes
- ๐ Small bugfix when using custom file formats in Ruby 1.9.2.
- ๐ Small fix for Rails 3 processing line edge case.
- ๐ท Set up CI testing framework. Request-log-analyzer is now tested on Ruby 1.8.7, 1.9.2 and Ruby enterprise edition.
-
v1.10.0 Changes
- โ Add support for the W3C log format. @--format w3c@
- โ Add support for HAProxy logs. @--format haproxy@
- โ Add support for providing the unit used for the Apache %D directive. Default: @%D@, or @%{micro}D@, in which case the values will be interpreted as microseconds. @%{milli}D@ will interpret them as milliseconds instead. (@%T@ interprets the value as seconds.)
- ๐ Fixed parsing of Rails 3 Completed lines when another duration is specified (ex: Sphinx)
-
v1.9.10 Changes
- ๐ PostgreSQL format fixes
- ๐ Fix in loading custom output formats from the command line.