Releases: writer/writer-python
Releases · writer/writer-python
v2.0.0-rc1
2.0.0-rc1 (2025-02-21)
Full Changelog: v1.6.1...v2.0.0-rc1
⚠ BREAKING CHANGES
- api: define chat completion models (#157)
Features
- api: add async jobs and graph association (#167) (5ffd871)
- api: add list and retrieve applications (#176) (79e2193)
- api: add types for application jobs (#171) (e73ec53)
- api: define chat completion models (#157) (2a1d32a)
- api: update application jobs pagination response (#169) (cb30cef)
- client: allow passing
NotGiven
for body (#187) (b179ebb) - client: send
X-Stainless-Read-Timeout
header (#175) (2f6ceb9)
Bug Fixes
- api: fix offset pagination schema (#177) (fca1562)
- asyncify on non-asyncio runtimes (#183) (b8d96bb)
- client: mark some request bodies as optional (b179ebb)
- client: only call .close() when needed (#152) (c999f9a)
- correctly handle deserialising
cls
fields (#158) (b05ec58) - tests: make test_get_platform less flaky (#163) (04a7500)
Chores
- add missing isclass check (#149) (ceb0f57)
- api: fixes to ApplicationJobs pagination (#172) (65f35f9)
- internal: avoid pytest-asyncio deprecation warning (#164) (b31f771)
- internal: bummp ruff dependency (#174) (6f21ba2)
- internal: bump httpx dependency (#151) (2bb3be6)
- internal: bump pyright dependency (#161) (062f2b0)
- internal: change default timeout to an int (#173) (74ed0c0)
- internal: codegen related update (#147) (9f6686e)
- internal: codegen related update (#154) (3bb05ac)
- internal: codegen related update (#179) (938a558)
- internal: codegen related update (#186) (6c0e449)
- internal: fix devcontainers setup (#188) (41c98aa)
- internal: fix type traversing dictionary params (#178) (2349440)
- internal: minor formatting changes (#166) (b4dd853)
- internal: minor style changes (#165) (617eb51)
- internal: minor type handling changes (#180) (f625d90)
- internal: update client tests (#182) (16197d5)
- internal: update deps (#159) (56aa67e)
- test: update some test values (#184) (aafd471)
Documentation
- api: updates to API spec (#160) (04aa2d8)
- api: updates to API spec (#168) (66b6319)
- api: updates to API spec (#170) (49e58c8)
- api: updates to API spec (#181) (0274de8)
- api: updates to API spec (#185) (dddde9f)
- Fix README code samples. (#193) (ec22477)
- fix typos (#153) (5b80591)
- raw responses: fix duplicate
the
(#162) (8de8d84) - README code sample updates (#189) (1a3af86)
- Update README. (#192) (6fc78a9)
v1.6.1
v1.6.0
1.6.0 (2024-12-16)
Full Changelog: v1.5.0...v1.6.0
Features
Chores
- internal: add support for TypeAliasType (#137) (4523c9d)
- internal: bump pydantic dependency (#134) (eb1ebfe)
- internal: bump pyright (#129) (f1b2b64)
- internal: bump pyright (#136) (66af392)
- internal: updated imports (#138) (fc58a7d)
- make the
Omit
type public (#133) (94b63bb)
Documentation
v1.5.0
1.5.0 (2024-11-28)
Full Changelog: v1.4.0...v1.5.0
Features
Bug Fixes
Chores
- fix formatting (c33a293)
- internal: codegen related update (#125) (a72d9d9)
- internal: fix compat model_dump method when warnings are passed (#121) (51a4ae5)
- remove now unused
cached-property
dep (#124) (96715e2)
Documentation
v1.4.0
v1.3.0
1.3.0 (2024-11-12)
Full Changelog: v1.2.0...v1.3.0
Features
- api: add streaming to kg question (#109) (cf85c8a)
- api: api update (#108) (785dd02)
- api: api update (#97) (75f6211)
- api: manual updates (#102) (25d0319)
- api: manual updates (#111) (9f80bb4)
- api: manual updates (#114) (b9fc454)
- api: rename kg question and add text-to-graph (#112) (c4ac9fd)
- api: update tools api methods (#107) (c45ab5b)
Bug Fixes
- fix tool_choice schema (403c875)
Chores
- rebuild project due to codegen change (#100) (fbb3664)
- rebuild project due to codegen change (#101) (1e0cbc1)
- rebuild project due to codegen change (#103) (dcd2402)
- rebuild project due to codegen change (#104) (e9f2e66)
- rebuild project due to codegen change (#105) (4d1c32c)
- rebuild project due to codegen change (#106) (5c27b9e)
- rebuild project due to codegen change (#113) (477b79c)
- rebuild project due to codegen change (#99) (490c02f)
v1.2.0
v1.1.0
v1.0.0
1.0.0 (2024-10-09)
Full Changelog: v0.7.0...v1.0.0
Features
- api: add model graphs.Question (#74) (c058228)
- api: rename to chat_completion_chunk (#81) (e1fa0a5)
- api: update models in readme (#89) (2da514d)
Bug Fixes
- change body to binary request (9a9b656)
- client: avoid OverflowError with very large retry counts (#87) (4363005)
- files upload use binary request (#85) (105e45f)
Chores
- add repr to PageInfo class (#88) (6110292)
- internal: add support for parsing bool response content (#84) (1e8bc07)
- internal: codegen related update (#76) (d62d030)
- internal: codegen related update (#79) (6223c47)
- internal: codegen related update (#80) (f34c186)