diff --git a/qase-python-commons/changelog.md b/qase-python-commons/changelog.md index 2f1a8903..f7e642d5 100644 --- a/qase-python-commons/changelog.md +++ b/qase-python-commons/changelog.md @@ -1,3 +1,9 @@ +# qase-python-commons@5.1.3 + +## What's new + +- Lowered the maximum batch size from 2000 to 200 results per request, matching the new bulk-results API cap. `BatchConfig.set_size` now rejects a size above 200, and both TestOps reporters clamp the configured size with `min(200, ...)`. The default stays 200, so setups on defaults are unaffected. + # qase-python-commons@5.1.2 ## What's new diff --git a/qase-python-commons/pyproject.toml b/qase-python-commons/pyproject.toml index f0cdf4cd..0cb839ed 100644 --- a/qase-python-commons/pyproject.toml +++ b/qase-python-commons/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "qase-python-commons" -version = "5.1.2" +version = "5.1.3" description = "A library for Qase TestOps and Qase Report" readme = "README.md" authors = [{name = "Qase Team", email = "support@qase.io"}]