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
Copy file name to clipboardExpand all lines: docs/compatibility/release-notes.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,19 @@ 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.3
9
+
10
+
Third **release candidate** on the `0.0.1` line. This release tracks the published
11
+
`agent-assembly` core **`v0.0.1-rc.3`**: the bundled `aasm` runtime binary and the
12
+
compiled `aa-ffi-python` extension are pinned to that core tag (AAASM-4056).
13
+
14
+
Changes since rc.2 are limited to the core-pin promotion — there is no new SDK
15
+
surface:
16
+
17
+
- Bump the `aa-core` / `aa-proto` / `aa-sdk-client` pins in `aa-ffi-python` to the
18
+
core `v0.0.1-rc.3` tag. rc.3 is a security-hardening cut of the core (three
19
+
verified sweeps) and fixes the `aa-gateway` crates.io publish break (AAASM-4056).
20
+
8
21
## 0.0.1-rc.2
9
22
10
23
Second **release candidate** on the `0.0.1` line. This release tracks the published
0 commit comments