Commit fd4d068
chore(release): 3.6.2 — commit SDK lockfiles (fixes failed SDK publish) (#71)
Real root cause of the 3.6.0/3.6.1 SDK build failures: sdk/{node,python}/Cargo.lock
were git-ignored, so CI re-resolved the SDK dep graph fresh each release and
pulled a newly-published alloc-no-stdlib 3.0.0 next to 2.0.4 — a duplicate that
breaks brotli 8.0.3's StandardAlloc: Allocator impl. (The 3.6.1 toolchain pin
was a misdiagnosis.)
- Track sdk/node/Cargo.lock + sdk/python/Cargo.lock (remove from .gitignore,
add !Cargo.lock negation) so CI builds the exact pinned resolution: single
alloc-no-stdlib 2.0.4 + brotli 8.0.3.
- Bump version surface 3.6.1 -> 3.6.2.
- Verified with real cargo build --release for BOTH SDKs locally (exit 0), not
just cargo check.
Co-authored-by: Claude <claude@anthropic.com>1 parent be53f84 commit fd4d068
15 files changed
Lines changed: 11043 additions & 33 deletions
File tree
- core
- sdk
- node
- examples
- python-bootstrap
- src/a3s_code
- python
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
8 | 29 | | |
9 | 30 | | |
10 | 31 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| 5 | + | |
0 commit comments