Skip to content

v1.3.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 20 Jan 20:09
80c9f2b

1.3.0-alpha (2026-01-20)

Full Changelog: v1.2.0...v1.3.0-alpha

⚠ BREAKING CHANGES

  • remove support for pydantic-v1, pydantic-v2 is now default (#710)

Features

  • benchmarks: add update_scenarios method to benchmarks resource (71ec221)
  • blueprint: Set cilium network policy on blueprint build (#7006) (95c62ac)
  • client: add support for binary request streaming (d6c2200)
  • devbox: added stdin streaming endpoint (83ae56a)
  • devbox: remove this one (91854d5)
  • network-policy: add network policies to api (1d98bb1)
  • scenarios: add scenario builder to sdk (#706) (2d41a15)
  • sdk: add Benchmark and AsyncBenchmark classes (#714) (8909d8a)
  • sdk: add BenchmarkOps and AsyncBenchmarkOps to SDK (#716) (9b434d9)
  • sdk: add BenchmarkRun and AsyncBenchmarkRun classes (#712) (6aa83e2)

Bug Fixes

  • benchmarks: update() for benchmarks and scenarios replaces all provided fields and does not modify unspecified fields (#6702) (cfd04b6)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (3241717)
  • use async_to_httpx_files in patch method (88f8fb9)

Chores

  • add documentation url to pypi project page (#711) (7afb327)
  • add missing docstrings (a198632)
  • devbox: Remove network policy from devbox view; use launch params instead (#7025) (d53af14)
  • internal: add --fix argument to lint script (c381201)
  • internal: add missing files argument to base client (b7065e2)
  • internal: codegen related update (75fecdf)
  • internal: update actions/checkout version (7a57030)
  • remove support for pydantic-v1, pydantic-v2 is now default (#710) (fb3cc3d)

Documentation

  • reformat sidebar and index pages to be more transparent, add favicon to browser tab (#715) (1161b8f)

Refactors

  • benchmark: Deprecate /benchmark/{id}/runs in favor of /benchmark_runs (#7019) (793507a)