Download Latest Version v2.0.48 source code.zip (5.0 MB) Google Add to Preferred Sources
Home / v2.0.48
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-09-03 1.3 kB
v2.0.48 source code.tar.gz 2026-09-03 3.7 MB
v2.0.48 source code.zip 2026-09-03 5.0 MB
Totals: 3 Items   8.7 MB 0

What's Changed

⚠️ Breaking IDL change (deliberate)

  • ArtifactSpec.parent_artifact and ProducedArtifact.parent_artifact are replaced in place by repeated parent_artifacts (same field numbers, max_items = 32) by https://github.com/flyteorg/flyte/pull/7972. The singular field shipped in v2.0.47 days ago with no consumers, so it is replaced rather than deprecated.

Artifact lineage: multiple parents (git-like merge DAG)

  • An artifact version can now declare several parent versions: one entry is plain derivation, several record a merge, making version history a full DAG. Order is preserved (first entry = primary parent); duplicates after scope/name inheritance are rejected. Per-entry semantics are unchanged from v2.0.47: parents live in the child's own org/project/domain, empty key fields inherit the child's scope/name (bare {version} = same-name parent), stored as given, dangling parents legal, immutable.
  • buf.validate length bounds on core.ArtifactKey (project/domain 64, name 255, org 63) and ArtifactVersionId.version (255).
  • The ListArtifacts parent_name+parent_version filter pair now matches artifacts having the given version among their parents.

Full Changelog: https://github.com/flyteorg/flyte/compare/v2.0.47...v2.0.48

Source: README.md, updated 2026-09-03