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 533a4cc commit b9c95a0Copy full SHA for b9c95a0
docs/reference/migrations.rst
@@ -49,6 +49,8 @@ This page can help when migrating Taskgraph across major versions.
49
Taskcluster proxy. Remove ``use_proxy`` from all function calls, and then
50
either set ``TASKCLUSTER_PROXY_URL`` or unset it depending on whether using
51
the proxy is desired or not.
52
+* Utility functions in ``taskgraph.util.taskcluster`` now raise
53
+ ``taskcluster.TaskclusterRestFailure`` instead of ``requests.HTTPError``.
54
55
14.x -> 15.x
56
------------
0 commit comments