Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions qase-python-commons/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion qase-python-commons/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]
Expand Down
Loading