Releases: kdan-mobile-software-ltd/rpdoc
Releases · kdan-mobile-software-ltd/rpdoc
v0.3.2
v0.3.1
- 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.
v0.3.0
- Bump gem version to
0.3.0and raise the required Ruby version to>= 3.0.0. - Add
SECURITY.md, document the project's security policy, and link it fromREADME.md. - Update the supported security maintenance policy to only cover the latest release line.
- Move development dependencies from
rpdoc.gemspectoGemfileand refresh development tooling versions. - Update
jsonto version2.19.2forCVE-2026-33210format string injection vulnerability mitigation. - Update
json_requesterto2.0.7and refresh locked dependency versions. - Adjust the GitLab release job to use
rulesfor tag-based gem publishing. - Align RuboCop configuration with the current codebase and fix multiple lint and style issues across the gem implementation.
v0.2.6
- Update CI to use Ruby 3.4.8.
- Update gemspec dependencies to avoid open-ended version constraints warnings.
- Align
activesupportandrailtiessupport range to>= 7.1, < 9.0. - Load gem version from
VERSION.mdinlib/rpdoc/version.rbto keep a single source of truth.
v0.2.5
- Fix 204 No Content response handling without Content-Type header.
v0.2.4
- Update gemspec.
- Update CI to use Ruby 3.4.5.
release-0.2.3
- Support rails 7+.
release-0.2.2
- Fix push_and_update strategy bug.
release-0.2.1
- Fix
rspec_response_identifieroption bug. - Fix path bug for redirected requests and
push_and_updatestrategy.
release-0.2.0
- Add
rspec_root,rspec_response_allow_headers, andrspec_response_identifieroptions to configuration. - Add public method
merge!for PostmanCollection. - Fix rake usage.
- Refactor.