Skip to content

Releases: writer/writer-python

v2.0.0-rc1

21 Feb 22:46
2f37fd0
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release

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

Documentation

v1.6.1

20 Dec 21:19
bf6cdb0
Compare
Choose a tag to compare

1.6.1 (2024-12-17)

Full Changelog: v1.6.0...v1.6.1

Chores

v1.6.0

16 Dec 20:08
f768ab7
Compare
Choose a tag to compare

1.6.0 (2024-12-16)

Full Changelog: v1.5.0...v1.6.0

Features

Chores

Documentation

  • readme: example snippet for client context manager (#139) (30ae872)
  • readme: fix http client proxies example (#135) (4e39cfe)

v1.5.0

29 Nov 14:39
99318d9
Compare
Choose a tag to compare

1.5.0 (2024-11-28)

Full Changelog: v1.4.0...v1.5.0

Features

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#126) (4c04e11)

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

20 Nov 10:14
f1b91ed
Compare
Choose a tag to compare

1.4.0 (2024-11-20)

Full Changelog: v1.3.0...v1.4.0

Features

  • api: default timeout increase to 3 min (#119) (f263e59)

Chores

  • rebuild project due to codegen change (#116) (66d114e)
  • rebuild project due to codegen change (#118) (c527530)

v1.3.0

14 Nov 14:22
8ecd22f
Compare
Choose a tag to compare

1.3.0 (2024-11-12)

Full Changelog: v1.2.0...v1.3.0

Features

Bug Fixes

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

10 Oct 18:28
762bf5c
Compare
Choose a tag to compare

1.2.0 (2024-10-10)

Full Changelog: v1.1.0...v1.2.0

Features

v1.1.0

09 Oct 21:19
eb58f6c
Compare
Choose a tag to compare

1.1.0 (2024-10-09)

Full Changelog: v1.0.0...v1.1.0

Features

v1.0.0

09 Oct 12:47
3ca2023
Compare
Choose a tag to compare

1.0.0 (2024-10-09)

Full Changelog: v0.7.0...v1.0.0

Features

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)

Documentation

v0.7.0

24 Sep 19:39
4abb16f
Compare
Choose a tag to compare

0.7.0 (2024-09-24)

Full Changelog: v0.6.1...v0.7.0

Features

Bug Fixes

Chores

  • internal: codegen related update (#65) (8ecc8f5)

Documentation