Skip to content

Latest commit

 

History

History
140 lines (65 loc) · 8.19 KB

CHANGELOG.md

File metadata and controls

140 lines (65 loc) · 8.19 KB

Changelog

0.3.12 (2023-08-29)

Full Changelog: v0.3.11...v0.3.12

Chores

  • ci: setup workflows to create releases and release PRs (#130) (8f1048b)
  • internal: use shared params references (#133) (feaf6aa)

0.3.11 (2023-08-26)

Documentation

  • readme: make print statements in streaming examples flush (#123) (d24dfaf)

Chores

0.3.10 (2023-08-16)

Features

Chores

0.3.9 (2023-08-12)

Features

  • docs: remove extraneous space in examples (#109) (6d5c1f7)

Bug Fixes

  • docs: correct async imports (1ea1bf3)

Documentation

  • readme: remove beta status + document versioning policy (#102) (2f0a0f9)

Chores

0.3.8 (2023-08-01)

Features

  • client: add constants to client instances as well (#95) (d0fbe33)

Chores

  • internal: bump pyright (#94) (d2872dc)
  • internal: make demo example runnable and more portable (#92) (dea1aa2)

Documentation

  • readme: add token counting reference (#96) (79a339e)

0.3.7 (2023-07-29)

Features

  • client: add client close handlers (#89) (2520a03)

Bug Fixes

  • client: correctly handle environment variable access (aa53754)

Documentation

  • readme: use client everywhere for consistency (0ff8924)

Chores

  • internal: minor refactoring of client instantiation (adf9158)
  • internal: minor reformatting of code (#90) (1175572)

0.3.6 (2023-07-22)

Documentation

  • readme: reference "client" in errors section and add missing import (#79) (ddc81cf)

0.3.5 (2023-07-19)

Features

  • add flexible enum to model param (#75) (d16bb45)

Documentation

  • examples: bump model to claude-2 in example scripts (#67) (cd68de2)

Chores

  • internal: add codegen.log to .gitignore (#72) (d9b7e30)

0.3.4 (2023-07-11)

Chores

  • package: pin major versions of dependencies (#59) (3a75464)

Documentation