Skip to content

Latest commit

 

History

History
167 lines (98 loc) · 10.3 KB

File metadata and controls

167 lines (98 loc) · 10.3 KB

Changelog

0.1.0-alpha.12 (2025-10-10)

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

Chores

0.1.0-alpha.11 (2025-10-10)

Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11

Features

Bug Fixes

  • types: remove manual DedalusModel (e1ce236)

Chores

  • internal: detect missing future annotations with ruff (6909c09)
  • remove custom code (81f922b)

0.1.0-alpha.10 (2025-10-10)

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

Features

Bug Fixes

  • compat: compat with pydantic<2.8.0 when using additional fields (3f3c02f)

0.1.0-alpha.9 (2025-09-20)

Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9

Features

  • improve future compat with pydantic v3 (a8fac0e)
  • runner: add conversation history access and instructions parameter (#15) (80d431d)
  • types: replace List[str] with SequenceNotStr in params (470ee70)

Bug Fixes

  • avoid newer type syntax (4c2f6a5)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (b7e06d3)
  • internal: add Sequence related utils (9745025)
  • internal: change ci workflow machines (733b93d)
  • internal: codegen related update (3c37562)
  • internal: move mypy configurations to pyproject.toml file (ec3d564)
  • internal: update pydantic dependency (70ab0cd)
  • internal: update pyright exclude list (72ed0a3)
  • types: change optional parameter type from NotGiven to Omit (dc43898)
  • update github action (cb4fefd)

0.1.0-alpha.8 (2025-08-21)

Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8

Features

  • api: id->name in DedalusModel (3025957)

0.1.0-alpha.7 (2025-08-21)

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

Features

  • api: api update (5375c71)
  • api: decouple Model and DedalusModel (5edd0e7)
  • runner: extract DedalusModel params and warn for unsupported (#10) (905bdd8)

0.1.0-alpha.6 (2025-08-21)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Features

0.1.0-alpha.5 (2025-08-18)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Features

Chores

  • internal: codegen related update (11afb95)
  • internal: update comment in script (9c49fad)
  • update @stainless-api/prism-cli to v5.15.0 (ce42854)

0.1.0-alpha.4 (2025-08-07)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

Features

Chores

  • internal: fix ruff target version (59fdbfc)

0.1.0-alpha.3 (2025-08-05)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

  • api: add streaming (745c331)
  • api: add streaming configuration (0172ad5)
  • api: revert streaming for now (56d57d5)
  • client: support file upload requests (caadecd)

0.1.0-alpha.2 (2025-07-30)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

0.1.0-alpha.1 (2025-07-30)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • api: update via SDK Studio (9407b44)