发布

  • docs(py): add 0.13.1 entry to CHANGELOG (#3427)

    frostbyte_neo 发布于 2026-05-14 07:32:03 +00:00

    Adds a 0.13.1 entry to python/CHANGELOG.md covering the changes
    accumulated on next since the last Python release (py@0.13.0, May
    7).

    The CHANGELOG had been quietly abandoned since 0.8.11 (Sept 2025);
    rather than try to backfill the 4-minor gap, this PR draws a line and
    adds a banner pointing readers at the git log for that window. Future
    releases start fresh from here.

    What's in 0.13.1

    • SHARED connected accounts (experimental)
      composio.experimental.update_acl, experimental={...} on link() /
      session.authorize(), account_type filter on list(). Mirrors
      @composio/core@0.10.0 shipping in #3425.
    • initiate() deprecation warning — gated on response Deprecation
      header (RFC 9745) instead of auth_scheme, eliminating false positives
      for custom auth configs and non-OAuth schemes.
    • Schema converter — preserves nullability on null-only anyOf
      blocks.
    • Dep bumpcomposio-client 1.36.0 → 1.39.0.

    Release plan

    Documentation only — does NOT trigger a release on its own. The Python
    release flow is tag-triggered:

    # After this PR merges and after #3425 ships:
    git tag py@0.13.1 <next HEAD sha>
    git push origin py@0.13.1
    

    That fires .github/workflows/py.release.yml which builds and publishes
    to PyPI.

    🤖 Generated with Claude Code

    Co-authored-by: jkomyno 12381818+jkomyno@users.noreply.github.com

    下载附件