Skip to content

Latest commit

 

History

History
145 lines (98 loc) · 10.8 KB

File metadata and controls

145 lines (98 loc) · 10.8 KB

Changelog

0.4.0 (2026-04-17)

Full Changelog: v0.3.0...v0.4.0

Features

  • Add standby compression start delay (17ba616)

Chores

  • internal: codegen related update (335e04d)

0.3.0 (2026-04-07)

Full Changelog: v0.2.2...v0.3.0

Features

  • Add Linux auto-standby controller and E2E coverage (ebdbe6e)

Bug Fixes

  • internal: gitignore generated oidc dir (c734bc1)

0.2.2 (2026-03-28)

Full Changelog: v0.2.1...v0.2.2

0.2.1 (2026-03-28)

Full Changelog: v0.2.0...v0.2.1

Features

  • Use OIDC for Stainless npm publishing (31bca82)

0.2.0 (2026-03-28)

Full Changelog: v0.1.0...v0.2.0

Features

  • add active ballooning reclaim controller (d5dc028)
  • Add always-on /metrics endpoint with dual pull/push telemetry (41556a9)
  • add boot time optimizations for faster VM startup (20a98ea)
  • Add cloud hypervisor VM forking helpers (2bdda88)
  • add Firecracker hypervisor support (cb6868a)
  • Add fork operation to stainless config (051910e)
  • Add image_name parameter to builds (53f6062)
  • add metadata and state filtering to GET /instances (a242835)
  • Add metadata field to instances (705fa54)
  • Add optional snapshot compression defaults and standby integration (1733abb)
  • add optional VM egress MITM proxy with mock-secret header rewriting (99c8182)
  • Add scheduled instance snapshots with retention cleanup (c753e7d)
  • Add strict metadata tags across mutable resources (968bb7c)
  • Add to stainless config new API endpoints (72cbe88)
  • Add vGPU support (4eade24)
  • Add waitForState endpoint for blocking state transitions (8480bcf)
  • api: manual updates (5534841)
  • Better stop behavior (9f37284)
  • builds: implement two-tier build cache with per-repo token scopes (53c9b24)
  • Disable default hotplug memory allocation (faf4dc6)
  • Rename tag fields from metadata to tags (e2ce0c6)
  • Resource accounting (57ff511)
  • Snapshot (ecb2c76)
  • support updating egress proxy secret envs for key rotation (f5bc12b)
  • Use resources module for input validation (8dc08a4)
  • wire up memory_mb and cpus in builds API (2622949)

Bug Fixes

  • client: avoid memory leak with abort signals (c7d1058)
  • client: avoid removing abort listener too early (cac5859)
  • client: preserve URL params already embedded in path (5672cd5)
  • docs/contributing: correct pnpm link command (9ead7e9)

Chores

  • break long lines in snippets into multiline (48ae7b9)
  • ci: skip lint on metadata-only changes (59a02df)
  • ci: skip uploading artifacts on stainless-internal branches (0c2aa7b)
  • ci: upgrade actions/github-script (46d5e26)
  • client: do not parse responses with empty content-length (e1a8e7d)
  • client: restructure abort controller binding (c340384)
  • internal/client: fix form-urlencoded requests (71179bd)
  • internal: avoid type checking errors with ts-reset (4111306)
  • internal: codegen related update (b66ff6c)
  • internal: move stringifyQuery implementation to internal function (0c0a780)
  • internal: remove mock server code (a1f66de)
  • internal: tweak CI branches (0955bb8)
  • internal: update actions/checkout version (ba20375)
  • internal: update dependencies to address dependabot vulnerabilities (abd4d6d)
  • internal: update gitignore (6cf0c0e)
  • internal: update lock file (8593b7c)
  • internal: upgrade babel, qs, js-yaml (cad9e24)
  • internal: upgrade brace-expansion and @babel/helpers (bef9226)
  • internal: upgrade pnpm (1c71418)
  • internal: upgrade pnpm version (afc35ed)
  • stainless: update SDKs for PR #116 (43903dc)
  • test: update skip reason message (bd159ea)
  • update mock server docs (96f81df)
  • update placeholder string (aacc63d)
  • update SDK settings (96c209c)

Refactors

  • cross-platform foundation for macOS support (da5e553)

0.1.0 (2025-12-23)

Full Changelog: v0.0.2...v0.1.0

Features

  • add cpToInstance and cpFromInstance functions (113b412)
  • add hypeman cp for file copy to/from running VMs (0ee9f4a)
  • api: add autogenerated stat endpoint from Stainless (38c9dbd)
  • QEMU support (8f0f4f4)

Bug Fixes

  • cp: address bugbot review comments (ba6c287)

Chores

0.0.2 (2025-12-22)

Full Changelog: v0.0.1...v0.0.2

Chores