Releases: agentuity/sdk
Releases · agentuity/sdk
Release 3.1.4
- New Features: #1582 Add npm-distributed Agentuity skills. — Gabriel Rodrigues Campos
- New Features: #1595 Add
disableSnapshotsto the sandbox create API and CLI. — Jeff Haynie - New Features: #1593 Add
@agentuity/genesisupstream SSO auth middleware. — Jeff Haynie - New Features: #1592 Add CLI headless auth flow. — Gabriel Rodrigues Campos
- New Features: #1591 Add CLI deployment logs follow mode. — Gabriel Rodrigues Campos
- New Features: #1590 Add CLI deployment wait primitive. — Gabriel Rodrigues Campos
- New Features: #1589 Add CLI project status summary. — Gabriel Rodrigues Campos
- New Features: #1569 Add CLI
project add keyvaluecommand. — Gabriel Rodrigues Campos - Breaking Changes: #1583 Require
--forcefor deployment confirmations in the CLI. — Gabriel Rodrigues Campos - Improvements: #1594 Simplify the Genesis required arguments for auth middleware. — Jeff Haynie
- Improvements: #1573 Add Genesis managed rollout deploy
--metadatapassthrough. — Bobby Christopher - Bug Fixes: #1584 Add undeploy JSON response schema in the CLI. — Gabriel Rodrigues Campos
- Bug Fixes: #1585 Expose profile workflows in the CLI. — Gabriel Rodrigues Campos
- Bug Fixes: #1571 Wire TanStack Start builds to CDN asset URLs in the CLI. — Gabriel Rodrigues Campos
- Bug Fixes: #1568 Stop corrupting streamed uploads under Bun in storage. — Parteek Singh
- Bug Fixes: #1567 Close leaked Postgres pools during Bun hot reload. — Jeff Haynie
- Internal: #1586 Add OSV scanner configs in CI tooling. — Gabriel Rodrigues Campos
Release 3.1.3
New Features
- Genesis managed rollout: deploy
--metadatapassthrough (#1573) — Bobby Christopher - Add
@agentuity/genesisupstream SSO auth middleware (#1593) — Jeff Haynie - Add headless auth flow (#1592) — Gabriel Rodrigues Campos
- Add deployment logs follow mode (#1591) — Gabriel Rodrigues Campos
- Add deployment wait primitive (#1590) — Gabriel Rodrigues Campos
- Add project status summary (#1589) — Gabriel Rodrigues Campos
- Add
project add keyvalueCLI command (#1569) — Gabriel Rodrigues Campos
Breaking Changes
- Require
--forcefor deployment confirmations (#1583) — Gabriel Rodrigues Campos
Improvements
- Simplify the genesis required arguments for auth middleware (#1594) — Jeff Haynie
Bug Fixes
- Add undeploy JSON response schema (#1584) — Gabriel Rodrigues Campos
- Expose profile workflows (#1585) — Gabriel Rodrigues Campos
- Wire TanStack Start builds to CDN asset URLs (#1571) — Gabriel Rodrigues Campos
- Stop corrupting streamed uploads under Bun (#1568) — Parteek Singh
- Close leaked postgres pools during Bun hot reload (#1567) — Jeff Haynie
Internal
- Add OSV scanner configs to CI (#1586) — Gabriel Rodrigues Campos
Release notes generated with 5 New Features, 1 Breaking Change, 1 Improvement, 5 Bug Fixes, and 1 Internal change.
Release 2.0.30
Here are the release notes for v2.0.30:
New Features
- Added
--metadatapassthrough androllout_idsupport for Genesis deploy commands (Bobby Christopher) (#1574, #1598)
Improvements
- Speed up CI builds for snapshot-based Genesis deploys (Bobby Christopher) (#1557)
- v2 maintenance releases are now published to the v2 npm dist-tag (Bobby Christopher) (#1554)
Bug Fixes
- Fixed missing authentication for GitHub archive downloads on v2 (Bobby Christopher) (#1552)
Documentation
- Added version switcher to v2 documentation (Parteek Singh) (#1526)
Release 3.1.2
New Features
- Add
@agentuity/genesisupstream SSO auth middleware #1593 — Jeff Haynie - Add headless auth flow to the CLI #1581 #1592 — Gabriel Rodrigues Campos
- Add deployment logs follow mode to the CLI #1575 #1591 — Gabriel Rodrigues Campos
- Add deployment wait primitive to the CLI #1578 #1590 — Gabriel Rodrigues Campos
- Add project status summary command to the CLI #1589 — Gabriel Rodrigues Campos
- Add
project add keyvaluecommand to the CLI #1569 — Gabriel Rodrigues Campos
Bug Fixes
- Require
--forceflag for deployment confirmations #1583 — Gabriel Rodrigues Campos - Add undeploy JSON response schema #1584 — Gabriel Rodrigues Campos
- Expose profile workflows #1585 — Gabriel Rodrigues Campos
- Wire TanStack Start builds to CDN asset URLs #1571 — Gabriel Rodrigues Campos
- Fix streamed uploads getting corrupted under Bun #1568 — Parteek Singh
- Close leaked Postgres pools during Bun hot reload #1567 — Jeff Haynie
Internal
- Add OSV scanner configs to CI #1586 — Gabriel Rodrigues Campos
Release 2.0.29
Release 2.0.29
Release 3.1.1
- Bug Fixes: Use a block-comment polyglot shim in the CLI to avoid shell
//parsing errors. (Gabriel Rodrigues Campos)
Release 3.0.12
- Bug Fixes
- Fixed a CLI shell parsing issue by using a block-comment polyglot shim to avoid
//errors. — Gabriel Rodrigues Campos
- Fixed a CLI shell parsing issue by using a block-comment polyglot shim to avoid
Release 3.1.0
- Internal
- #1533 Refactor: service package isolation (3.1.0). — Gabriel Rodrigues Campos
Release 3.0.11
- Bug Fixes
- #1565 #1564 Fix(cli): Dereference monorepo symlinks with recursive
cpSync— by Gabriel Rodrigues Campos - #1544 Fix(cli): Runtime-agnostic bin launcher for Bun-only installs — by Gabriel Rodrigues Campos
- #1563 Fix CLI
.envcorruption of multi-line quoted values — by Gabriel Rodrigues Campos
Release 3.0.10
Bug Fixes
- Fixed sandbox execution hangs within SDK Explorer [#1559]. Parteek Singh
- Restored previous behavior for the sandbox package and API use cases [#1560]. Parteek Singh
- Corrected environment variable guidance within SDK Explorer demos and storage context [#1555]. Parteek Singh
Documentation
- The documentation sync process was updated to tolerate deployment rollouts, ensuring reliable documentation build pipelines [#1558]. Parteek Singh
Internal
- Updated the publishing workflow to use
bun loginauthentication flow instead of relying on the NPM One-Time Password (OTP) process [#1562]. This change enhances deployment stability for contributors. Bobby Christopher