Sha256: 4abd832cddf2d4c9e2ad8d96cdb3eea9dcbf88431e2a623eac95f74fdf0fd7e7
Contents?: true
Size: 869 Bytes
Versions: 1
Compression:
Stored size: 869 Bytes
Contents
# 0.6.3 * Fix the CHANGELOG path in gemspec. # 0.6.2 * Fixes Zeitwerk warning. # 0.6.1 * Fixes the loading of concern into controllers. # 0.6.0 * Fixes an important concurrency issue by removing instance variables in the rack middleware. # 0.5.0 * Started using Zeitwerk. * Removed RailsAdmin specific code. * Improved RailsApiLogger class. # 0.4.1 * Fixed the `.failed` scope. # 0.4.0 * Added `started_at`, `ended_at` and `duration` methods. Migrate your tables with: ``` add_column :inbound_request_logs, :started_at, :timestamp add_column :inbound_request_logs, :ended_at, :timestamp add_column :outbound_request_logs, :started_at, :timestamp add_column :outbound_request_logs, :ended_at, :timestamp ``` # 0.3.0 * Added `formatted_request_body` and `formatted_response_body` methods. # 0.2.0 * Switch to a middleware solution. # 0.1.0 * Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_api_logger-0.6.3 | CHANGELOG.md |