Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 06:47

v5.0.0 (2026-06-29)

This release is published under the MIT License.

Refactoring

  • chain: Decouple Chain from Builder (e7cc618)

Breaking Changes

  • chain: Chain is no longer a Builder subclass and Builder.chain() returns a ChainBuilder instead of a Chain. Code building chains via the documented fluent API is unaffected; only code relying on isinstance(chain, Builder) or annotating the .chain() result as Chain needs updating.

Detailed Changes: v4.3.0...v5.0.0