Skip to content

Releases: kdan-mobile-software-ltd/rpdoc

v0.3.2

14 Apr 10:59

Choose a tag to compare

  • Update required Ruby version to >= 3.2.0 in rpdoc.gemspec and .rubocop.yml to align with the latest security and performance requirements.
  • activesupport to 8.1.3 to address the latest security and performance requirements.

v0.3.1

14 Apr 10:30

Choose a tag to compare

  • 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.

v0.3.0

30 Mar 09:59

Choose a tag to compare

  • Bump gem version to 0.3.0 and raise the required Ruby version to >= 3.0.0.
  • Add SECURITY.md, document the project's security policy, and link it from README.md.
  • Update the supported security maintenance policy to only cover the latest release line.
  • Move development dependencies from rpdoc.gemspec to Gemfile and refresh development tooling versions.
  • Update json to version 2.19.2 for CVE-2026-33210 format string injection vulnerability mitigation.
  • Update json_requester to 2.0.7 and refresh locked dependency versions.
  • Adjust the GitLab release job to use rules for 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

10 Feb 07:14

Choose a tag to compare

  • Update CI to use Ruby 3.4.8.
  • Update gemspec dependencies to avoid open-ended version constraints warnings.
  • Align activesupport and railties support range to >= 7.1, < 9.0.
  • Load gem version from VERSION.md in lib/rpdoc/version.rb to keep a single source of truth.

v0.2.5

07 Aug 03:50

Choose a tag to compare

  • Fix 204 No Content response handling without Content-Type header.

v0.2.4

21 Jul 02:45

Choose a tag to compare

  • Update gemspec.
  • Update CI to use Ruby 3.4.5.

release-0.2.3

11 Oct 09:59

Choose a tag to compare

  • Support rails 7+.

release-0.2.2

28 Jun 05:43

Choose a tag to compare

  • Fix push_and_update strategy bug.

release-0.2.1

12 Jun 13:23

Choose a tag to compare

  • Fix rspec_response_identifier option bug.
  • Fix path bug for redirected requests and push_and_update strategy.

release-0.2.0

02 Apr 08:38

Choose a tag to compare

  • Add rspec_root, rspec_response_allow_headers, and rspec_response_identifier options to configuration.
  • Add public method merge! for PostmanCollection.
  • Fix rake usage.
  • Refactor.