- Use the
Rack::Session::SessionId#public_idfor the session_id before updating the user_data.
- Fix for the update to rack session IDs.
- Updated to work with Rails 6.
- Allow
Firebug::Configuration#match_user_agentandFirebug::Configuration#match_ip_addressto be aProc.
- Fix for reading multibyte characters.
- Added a test for the multibyte character bug.
- Added tests for silence logger
- Renamed
Firebug::FirebugErrortoFirebug::Error.
- Fixed nested empty hash bug and added a test for it.
- Added more documentation.
- Rewrote
Firebug::Unserializerto useStringIOinstead ofStringScanner. In most cases this results in a 10x performance increase. - Updated
.ruby-versionandDockerfileto use Ruby 2.6 - Updated development dependencies.