You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the 0.0.1-rc.5 release-notes section (headline: register against the derived
gRPC :50051 endpoint and fail loud on an unregistered gateway, AAASM-4547; relaxed
pydantic/protobuf/grpcio floors + CI resolution guard, AAASM-4518; per-framework
quick-start docs tabs, AAASM-4558/4559/4560), bump the agent-assembly install pins
in the five framework examples that carry a literal pin, advance the governed
base-image tag examples to v0.0.1-rc.5, and bring the source-facts-guard published
pre-release range current to the now-published rc.4 (rc.5 not yet published) so the
docs track the release.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Rk7iwwAuGv6HbwK8hY8Fbr
Copy file name to clipboardExpand all lines: docs/compatibility/release-notes.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,28 @@ Release notes for the Agent Assembly Python SDK. Versions follow [SemVer](https:
5
5
!!! info "0.x development"
6
6
The SDK is in active 0.x development; per-release notes are minimal. Track full changes via [the commits to `master`](https://github.com/ai-agent-assembly/python-sdk/commits/master) and the [GitHub releases](https://github.com/ai-agent-assembly/python-sdk/releases) feed.
7
7
8
+
## 0.0.1-rc.5
9
+
10
+
Fifth **release candidate** on the `0.0.1` line. This release tracks the published
11
+
`agent-assembly` core **`v0.0.1-rc.5`**: the bundled `aasm` runtime binary and the
12
+
compiled `aa-ffi-python` extension are pinned to that core tag.
13
+
14
+
Headline is the **agent-registration fix**: the SDK now registers against the
15
+
gateway's derived gRPC endpoint (`:50051`) instead of the REST base URL, and fails
16
+
loud — warning and exposing an unregistered state — when that register call cannot
17
+
reach the gateway, so a silent registration gap can no longer look healthy.
18
+
19
+
- Register against the derived gRPC endpoint (`:50051`) rather than the REST base,
20
+
and warn loudly / expose the unregistered state when the register call fails
21
+
(AAASM-4547).
22
+
- Relax the `pydantic` / `protobuf` / `grpcio` dependency floors and add a CI
23
+
dependency-resolution guard so an over-tight floor can no longer wedge resolution
24
+
(AAASM-4518).
25
+
- Docs: per-framework quick-start tabs across the SDK docs (AAASM-4558 / AAASM-4559 /
26
+
AAASM-4560).
27
+
- Bump the `aa-core` / `aa-proto` / `aa-sdk-client` pins in `aa-ffi-python` to the
28
+
core `v0.0.1-rc.5` tag.
29
+
8
30
## 0.0.1-rc.4
9
31
10
32
Fourth **release candidate** on the `0.0.1` line. This release tracks the published
0 commit comments