AgentField 0.1.134
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.134 curl -fsSL https://agentfield.ai/install.sh | bashManual Download
Download the binary for your platform below, make it executable, and move it to your PATH.
Supported Platforms
- macOS Intel:
agentfield-darwin-amd64 - macOS Apple Silicon:
agentfield-darwin-arm64 - Linux x86_64:
agentfield-linux-amd64 - Linux ARM64:
agentfield-linux-arm64
What's Changed
- fix(storage): row-lock postgres read-modify-write updates — lost-update race stalled builds by @AbirAbbas in #953
- feat(control-plane): add per-key rate limiting on hot endpoints by @7vignesh in #952
- chore(deps): bump nanoid overrides to 3.3.18 by @santoshkumarradha in #919
- fix: Update reinstalls catalog nodes from the catalog source; expose each package's recorded source by @AbirAbbas in #956
- fix(sdk): make async teardown exception-safe by @mikemikimike in #950
- fix(sdk/go): propagate caller context through MemoryBackend interface by @7vignesh in #958
- test(storage): extend config lifecycle coverage by @ump45nose in #949
- feat: desktop-driven and automatic updates for the cloud control plane and installed agents by @AbirAbbas in #957
New Contributors
- @ump45nose made their first contribution in #949
Full Changelog: v0.1.133...v0.1.134