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 99840c4 commit 80edd71Copy full SHA for 80edd71
CHANGELOG.md
@@ -1,4 +1,17 @@
1
# Change Log
2
+## [16.2.0] - 2025-09-26
3
+
4
+### Added
5
6
+- `perfherder-data-fetch-content.json` artifact now available in production environment
7
8
+### Fixed
9
10
+- Added pagination to `listTasks` and `list_task_group_incomplete_tasks`
11
+- Added proxy_url flag to `get_artifact_url`
12
+- Added most robust support for different response types in `handle_artifact`
13
+- Fixed regression in `purge_cache`
14
15
## [16.1.1] - 2025-10-01
16
17
### Fixed
pyproject.toml
@@ -1,7 +1,7 @@
### Project
[project]
name = "taskcluster-taskgraph"
-version = "16.1.1"
+version = "16.2.0"
description = "Build taskcluster taskgraphs"
readme = "README.rst"
authors = [
0 commit comments