We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d166904 commit bf23b91Copy full SHA for bf23b91
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [16.1.0] - 2025-10-01
4
+
5
+### Fixed
6
7
+- `find_task_id_batched` and `status_task_batched` now supports pagination for tasks pulled from the taskcluster package
8
9
## [16.0.0] - 2025-09-26
10
11
### Changed
pyproject.toml
@@ -1,7 +1,7 @@
### Project
[project]
name = "taskcluster-taskgraph"
-version = "16.0.0"
+version = "16.1.0"
description = "Build taskcluster taskgraphs"
readme = "README.rst"
authors = [
0 commit comments