v0.3.1
·
4 commits
to master
since this release
- Update
rack-sessionto2.1.2to address the latest critical session security advisory. - Update
rackto3.2.6to pick up the latest Rack security fixes from Dependabot alerts. - Update
addressableto2.9.0to fix Regular Expression Denial of Service in Addressable templates. - Remove
VERSION.mdand keep gem versioning onlib/rpdoc/version.rbfor gem build and release flows. - Fix multipart form-data serialization for file array params in
Rpdoc::PostmanResponse. - Add support for both
ActionDispatch::Http::UploadedFileandRack::Test::UploadedFilein array and nested hash structures. - Preserve existing text field output format for nested Hash and Array form-data entries.