Skip to content

Releases: Finch-API/finch-api-python

v1.13.0

07 Jan 20:25
Compare
Choose a tag to compare

1.13.0 (2025-01-07)

Full Changelog: v1.12.1...v1.13.0

Features

Bug Fixes

  • client: only call .close() when needed (#561) (679e438)

v1.12.1

07 Jan 18:41
Compare
Choose a tag to compare

1.12.1 (2025-01-07)

Full Changelog: v1.12.0...v1.12.1

Chores

v1.12.0

30 Dec 18:15
Compare
Choose a tag to compare

1.12.0 (2024-12-17)

Full Changelog: v1.11.0...v1.12.0

Features

Chores

Documentation

  • readme: example snippet for client context manager (#550) (a5fff19)
  • readme: fix http client proxies example (#541) (35049ae)

v1.11.0

28 Nov 22:17
Compare
Choose a tag to compare

1.11.0 (2024-11-28)

Full Changelog: v1.10.1...v1.11.0

Features

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#533) (f5e151c)

Chores

  • internal: exclude mypy from running on tests (#531) (a5ce0e7)
  • remove now unused cached-property dep (#529) (7fdf9b7)

v1.10.1

25 Nov 16:03
Compare
Choose a tag to compare

1.10.1 (2024-11-23)

Full Changelog: v1.10.0...v1.10.1

Chores

  • internal: fix compat model_dump method when warnings are passed (#525) (6465256)

Documentation

v1.10.0

20 Nov 00:37
Compare
Choose a tag to compare

1.10.0 (2024-11-19)

Full Changelog: v1.9.0...v1.10.0

Features

Chores

  • rebuild project due to codegen change (#518) (f5dc239)
  • rebuild project due to codegen change (#520) (e97a7aa)
  • rebuild project due to codegen change (#521) (f324a8b)
  • rebuild project due to codegen change (#522) (dff3252)

v1.9.0

01 Nov 19:39
Compare
Choose a tag to compare

1.9.0 (2024-11-01)

Full Changelog: v1.8.0...v1.9.0

Features

v1.8.0

25 Oct 15:18
Compare
Choose a tag to compare

1.8.0 (2024-10-23)

Full Changelog: v1.7.0...v1.8.0

Features

v1.7.0

03 Oct 13:23
Compare
Choose a tag to compare

1.7.0 (2024-10-03)

Full Changelog: v1.6.0...v1.7.0

Features

v1.6.0

25 Sep 19:11
Compare
Choose a tag to compare

1.6.0 (2024-09-25)

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

Features

Bug Fixes

  • client: handle domains with underscores (#499) (9b3fa1e)
  • internal: update custom code related tests (b7287e4)

Chores

Documentation