- Use the
Rack::Session::SessionId#public_id
for 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_agent
andFirebug::Configuration#match_ip_address
to be aProc
.
- Fix for reading multibyte characters.
- Added a test for the multibyte character bug.
- Added tests for silence logger
- Renamed
Firebug::FirebugError
toFirebug::Error
.
- Fixed nested empty hash bug and added a test for it.
- Added more documentation.
- Rewrote
Firebug::Unserializer
to useStringIO
instead ofStringScanner
. In most cases this results in a 10x performance increase. - Updated
.ruby-version
andDockerfile
to use Ruby 2.6 - Updated development dependencies.