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

Changelog History
Page 4

  • v1.8.1 Changes

    • ๐Ÿ’Ž Ruby 1.9.2 and Rails 3 compatibility fixes
    • ๐Ÿš… Rails 3 log format improvements
    • โž• Added log splitting on PID to Rails rake task @rake rla:split@ (Issue 56).
    • ๐Ÿ›  Several smaller bugfixes
  • v1.8.0 Changes

    • โž• Added Oink support for Rails.
    • โž• Added @--mailsubject@ option (Issue 51).
    • ๐Ÿ›  Fixed require exception on empty rails folder
  • v1.7.0 Changes

    • ๐Ÿ‘ท @--silent@ option implemented. No output is given when this option is used. Ideal for cron job usage (Issue 46).
    • ๐ŸŽ @--gets-memory-protection@ Includes a mixin to prevent Ruby gets from using huge amounts of memory when extremely long lines are encountered in a log (Issue 47). Please note that this option will suffer a 10% performance hit.
  • v1.6.4 Changes

    • ๐Ÿ›  Fixed a bug that disallowed line definition names that are also methods names of the Object class.
  • v1.6.3 Changes

    • ๐ŸŽ‰ Initial support for Rails 3 logs. Add @--format rails3@ to your command line if auto-detection fails. ๐Ÿš€ Note: The log format has changed since the release of the Rails 3 beta. Only the HEAD version of Rails 3 is supported by request-log-analyzer.
    • ๐Ÿ›  Fixed a bug in the [[Amazon S3 access log]] parser.
    • ๐Ÿ‘Œ Improved the graphs when using the @FancyHTML@ output.
    • โž• Added a nicer API to define capture values in a file format.
  • v1.6.2 Changes

    • ๐Ÿš… Rails 1.9 compatibility fixes related to string encodings.
  • v1.6.1 Changes

    • ๐Ÿ›  Fixed a bug in the request database schema creation.
    • ๐Ÿ›  Minor bugfixes.
  • v1.6.0 Changes

    • ๐ŸŒฒ [[PostgreSQL query log]] support. (Add @--format postgresql@ to your command if auto-detection fails.) ๐ŸŒฒ We only had a limited sample of PostgreSQL log to implement the file format.Please support us and send in a fragment of your PostgreSQL query log file!
    • ๐Ÿ›  Fixed Rails action cache hit detection for newer Rails versions.
  • v1.5.4 Changes

    • โž• Added support for [[DelayedJob log]] files. (Add @--format delayed_job@ to your command if auto-detection fails.)
    • ๐Ÿ›  Fixed Rails 3 ActiveRecord deprecation notice.
  • v1.5.3 Changes

    • ๐Ÿ›  Fixed a small bug in the Rails development file format report.
    • ๐Ÿ›  Fixed the @:multiple => true@ option for frequency trackers
    • โž• Added a beginning for a new output format: FancyHTML, which includes charts using the Google charts API. Add @--output FancyHTML@ to your command line to activate it.
    • ๐Ÿ‘Œ Improved Sinatra/Rack format auto-detection.
    • ๐ŸŒฒ Extracted regular expressions for common log fragments, like IP addresses and timestamps, to a shared module.