Skip to content

v0.68.0

Choose a tag to compare

@stainless-app stainless-app released this 19 Nov 00:55
18a10ce

0.68.0 (2025-11-19)

Full Changelog: v0.67.0...v0.68.0

Features

  • blueprints: Cleanup the BuildContext API (#6407)\n\nTest (c87b986)
  • blueprints: prevent deletion of blueprints with dependent snapshots (ce55350)
  • object: Added ability to give objects a Time To Live, after which they are automatically deleted.\nfeat(blueprints): Added the ability to attach objects as build contexts that can be referenced in your Dockerfile. (f2bc83c)

Bug Fixes

  • compat with Python 3.14 (a52802a)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (50340b2)
  • snapshot: added "deleted" status to DevboxSnapshotStatus enum \n fix(storage-object): added ObjectState enum, fixed createObject() to appropriately type content_type and state as the respective enums (7c26593)

Chores

  • package: drop Python 3.8 support (d67abf1)