Skip to content

Releases: willsneves/flowspec2

Release list

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 22:46
d6c6c6f

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:42
dbbe789

flowspec2 1.0.0

The first stable release of the flowspec2 Python package. It provides the
executable flowspec/2 contract, runtime compilation to LangGraph, validation,
inspection, interoperability adapters, migration contracts, and verifiable
authoring evidence.

Install from PyPI:

python -m pip install flowspec2==1.0.0

Compatibility boundary

  • flowspec/2 and the documented public Python, CLI, IR, migration, evidence,
    and adapter contracts are stable.
  • flowspec/3-draft remains experimental, non-executable, and outside the
    semantic-versioning compatibility promise.
  • The package metadata declares the supported Python versions and optional
    http and llm extras.

Verified publication

The release workflow built the wheel and source distribution once, verified
both independently, published them to PyPI through OpenID Connect Trusted
Publishing with provenance attestations, and attached the same files here.
SHA256SUMS records the preserved artifact digests.

What's Changed

  • build(release): prepare v1.0.0 publication by @wllsena in #2
  • docs(release): mark 1.0.0 as unpublished by @wllsena in #4
  • fix(deps): allow bounded patch upgrades by @wllsena in #5
  • chore(release): finalize 1.0.0 metadata by @wllsena in #6
  • refactor!: make public contracts English-only by @wllsena in #7

Full Changelog: https://github.com/wllsena/flowspec2/commits/v1.0.0