From 5a1531579bc892426c0e7e495841964c9cd8bf0a Mon Sep 17 00:00:00 2001 From: Agustin Isasmendi Date: Wed, 1 Jul 2026 08:12:40 +0000 Subject: [PATCH] chore: prepare 0.13.2 release Bump version to 0.13.2 and document the OkHttp read timeout fix (disabled default read timeout; requests remain bounded by callTimeout). Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe30a4..2757303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.2] - 2026-07-01 +### Fixed +- Disabled OkHttp's default read timeout so long-running scans are bounded only by the overall call timeout, preventing premature failures on large payloads. + ## [0.13.1] - 2026-03-25 ### Added - Added support to load a SCANOSS API key from an environment variable (`SCANOSS_API_KEY`) if available. diff --git a/pom.xml b/pom.xml index ed3a1a1..202832c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.scanoss scanoss - 0.13.1 + 0.13.2 jar scanoss.java https://github.com/scanoss/scanoss.java