# v0.1.2 2018-01-04 ### Fixed * Rack logger no longer prevents arbitrary payload in `:error` events (solnic) # v0.1.1 2018-01-03 ### Fixed * Query params containing arrays of primitives (e.g. `?ids[]=1&ids[]=2`) no longer crash the logger (timriley) # v0.1.0 2018-01-02 ### Fixed * Query params are logged correctly via rack middleware (solnic) ### Changed * Uses `dry-events` for notifications (solnic) # v0.0.3 2017-08-28 ### Changed * Update default theme setting for compatibility with latest version of rouge (alexandru-calinoiu) * Require latest version of rouge gem (timriley) # v0.0.2 2017-02-02 ### Added * `Dry::Monitor::Rack::Middleware#on` shortcut (solnic) * `Dry::Monitor::Rack::Middleware#instrument` shortcut (solnic) * `Dry::Monitor::SQL::Logger` can be configured with a custom message template (solnic) ### Changed * `Dry::Monitor::Rack::Logger#{subscribe=>attach}` and now it accepts a rack middleware instance (solnic) * `Dry::Monitor::Rack::Logger` appends new lines when logging `:rack.request.stop` events (solnic) # v0.0.1 2017-02-01 First public release