• v0.4.0 7b1e9f6309

    v0.4.0 — proof-measure client
    All checks were successful
    Publish to PyPI Registry / publish (release) Successful in 1m14s
    Stable

    amiller released this 2026-06-04 17:53:29 +00:00 | 1 commits to master since this release

    Adds a client for the public proof-measure service (measured immutability / "securedBy").

    • ProofMeasureClientget_security(network, since=None), report(req), health(). Unauthenticated; default base URL https://proof-measure.dragonchain.com.
    • Reachable standalone (ProofMeasureClient()) or via DragonchainSDK.proof_measure.
    • New UnauthenticatedClient (HMAC-free transport) and proof-measure dataclass models.
    • First automated publish: adds .gitea/workflows/publish.yml shipping to the Gitea PyPI registry on release. Also fixes a pre-existing test break (the _FakeSession mock didn't accept the allow_redirects kwarg the client now sends).

    No breaking changes — purely additive.

    Downloads