Sha256: 97cba66b22e60ba61edc6f96bdeb6d3e92a65681975ae2c951acfa5e24c2a2fa

Contents?: true

Size: 725 Bytes

Versions: 1

Compression:

Stored size: 725 Bytes

Contents

# 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.0 CHANGELOG.md