-
docs(py): add 0.13.1 entry to CHANGELOG (#3427)
发布于
2026-05-14 07:32:03 +00:00 Adds a
0.13.1entry topython/CHANGELOG.mdcovering the changes
accumulated onnextsince 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={...}onlink()/
session.authorize(),account_typefilter onlist(). Mirrors
@composio/core@0.10.0shipping in #3425. initiate()deprecation warning — gated on responseDeprecation
header (RFC 9745) instead ofauth_scheme, eliminating false positives
for custom auth configs and non-OAuth schemes.- Schema converter — preserves nullability on
null-onlyanyOf
blocks. - Dep bump —
composio-client1.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.1That fires
.github/workflows/py.release.ymlwhich builds and publishes
to PyPI.🤖 Generated with Claude Code
Co-authored-by: jkomyno 12381818+jkomyno@users.noreply.github.com
下载附件
- SHARED connected accounts (experimental) —