Skip to content

Commit 7d69412

Browse files
chore: version bump Taskgraph 23.1.0
1 parent 404af0c commit 7d69412

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [23.1.0] - 2026-05-26
4+
5+
### Fixed
6+
7+
- `TaskGraph.from_json` now skips dependencies pointing at external taskIds (e.g. from replaced or cached tasks) when rebuilding edges, instead of producing edges to non-existent graph nodes
8+
- Schema validation errors now display a clean message instead of a noisy traceback
9+
- Pinned `taskcluster-client` to work around an upstream issue
10+
- `fetch_graph_and_labels` now handles `HTTPError` instances where `response` is `None`
11+
- Updated worker types in the `.taskcluster.yml` template for the d2g migration
12+
313
## [23.0.0] - 2026-05-04
414

515
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Project
22
[project]
33
name = "taskcluster-taskgraph"
4-
version = "23.0.0"
4+
version = "23.1.0"
55
description = "Build taskcluster taskgraphs"
66
readme = "README.rst"
77
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)