Skip to content
Open
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [23.0.0] - 2026-05-01

### Added

- Support for defining schemas as dicts (in addition to the class-based approach)
- New `disabled_actions` graph configuration to prevent specific actions from being generated

### Changed

- BREAKING CHANGE: Converted parameter schema from voluptuous to msgspec

### Fixed

- `taskgraph full -J --tasks <regex>` now displays full dependencies instead of a filtered subset
- `fetch-content` now percent-encodes artifact names, fixing downloads of artifacts containing spaces or other special characters

## [22.0.0] - 2026-04-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Project
[project]
name = "taskcluster-taskgraph"
version = "22.0.0"
version = "23.0.0"
description = "Build taskcluster taskgraphs"
readme = "README.rst"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading