Skip to content

Releases: kdan-mobile-software-ltd/json_requester

v2.0.8

14 Apr 11:34

Choose a tag to compare

  • Update addressable to 2.9.0 to fix Regular Expression Denial of Service in Addressable templates.

v2.0.7

30 Mar 08:52

Choose a tag to compare

  • Update RuboCop configuration to enforce double quotes for strings.
  • Add RuboCop lint stage to CI pipeline.

v2.0.6

30 Mar 03:59

Choose a tag to compare

v2.0.5

20 Mar 08:01

Choose a tag to compare

  • Update json to version 2.19.2 for CVE-2026-33210 format string injection vulnerability mitigation.
  • Move development dependencies from gemspec to Gemfile.
  • Add RuboCop configuration for project linting and exclude spec/**/* from Metrics/BlockLength.
  • Remove the empty RSpec configuration block in spec_helper.
  • Refresh the README structure and usage examples.
  • Add SECURITY.md for vulnerability reporting guidelines.

v2.0.4

10 Feb 03:38

Choose a tag to compare

  • Update Faraday to version 2.14.1 for SSRF vulnerability warning.

v2.0.3

02 Jan 11:08

Choose a tag to compare

  • Update Faraday to version 2.14.0.
  • Update faraday-multipart to version 1.2.0.
  • Update uri to version 1.1.1 for CVE-2025-61594 URI Credential Leakage Bypass vulnerability warning.
  • Update CI to use Ruby 3.4.8.

v2.0.2

23 Sep 07:01

Choose a tag to compare

  • Update REXML to version 3.4.4 for CVE-2025-58767 DoS vulnerability warning.

v2.0.1

17 Jul 06:31

Choose a tag to compare

  • Update Faraday to version 2.13.2 for better stability and performance.
  • Update faraday-multipart to version 1.1.1.
  • Update CI to use Ruby 3.4.5.

release-2.0.0

09 Jun 10:29

Choose a tag to compare

Breaking changes

  • Upgrade Faraday to version 2.x.
  • Remove support for Ruby 2.7 and below.

Features

  • Add rspec for testing.