All Versions
64
Latest Version
Avg Release Cycle
84 days
Latest Release
3794 days ago

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

  • 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.