Releases: kdan-mobile-software-ltd/json_requester
Releases · kdan-mobile-software-ltd/json_requester
v2.0.8
v2.0.7
- Update RuboCop configuration to enforce double quotes for strings.
- Add RuboCop lint stage to CI pipeline.
v2.0.6
- Update mcp to version
0.9.2for Github GHSA-qvqr-5cv7-wh35 security vulnerability warning.
v2.0.5
- Update json to version
2.19.2forCVE-2026-33210format string injection vulnerability mitigation. - Move development dependencies from
gemspectoGemfile. - Add RuboCop configuration for project linting and exclude
spec/**/*fromMetrics/BlockLength. - Remove the empty RSpec configuration block in
spec_helper. - Refresh the README structure and usage examples.
- Add
SECURITY.mdfor vulnerability reporting guidelines.
v2.0.4
- Update Faraday to version
2.14.1for SSRF vulnerability warning.
v2.0.3
- Update Faraday to version
2.14.0. - Update faraday-multipart to version
1.2.0. - Update uri to version
1.1.1for CVE-2025-61594 URI Credential Leakage Bypass vulnerability warning. - Update CI to use Ruby 3.4.8.
v2.0.2
- Update REXML to version
3.4.4for CVE-2025-58767 DoS vulnerability warning.
v2.0.1
- Update Faraday to version
2.13.2for better stability and performance. - Update faraday-multipart to version
1.1.1. - Update CI to use Ruby 3.4.5.
release-2.0.0
Breaking changes
- Upgrade Faraday to version 2.x.
- Remove support for Ruby 2.7 and below.
Features
- Add rspec for testing.