Skip to content

v0.3.1

Choose a tag to compare

@william-eth william-eth released this 14 Apr 10:30
· 4 commits to master since this release
  • Update rack-session to 2.1.2 to address the latest critical session security advisory.
  • Update rack to 3.2.6 to pick up the latest Rack security fixes from Dependabot alerts.
  • Update addressable to 2.9.0 to fix Regular Expression Denial of Service in Addressable templates.
  • Remove VERSION.md and keep gem versioning on lib/rpdoc/version.rb for gem build and release flows.
  • Fix multipart form-data serialization for file array params in Rpdoc::PostmanResponse.
  • Add support for both ActionDispatch::Http::UploadedFile and Rack::Test::UploadedFile in array and nested hash structures.
  • Preserve existing text field output format for nested Hash and Array form-data entries.