Skip to content

Releases: Finch-API/finch-api-python

v0.0.9

17 Aug 14:19

Choose a tag to compare

0.0.9 (2023-08-17)

Features

v0.0.8

16 Aug 10:46

Choose a tag to compare

0.0.8 (2023-08-16)

Features

  • allow a default timeout to be set for clients (#61) (0ac3cc6)

Documentation

  • readme: remove beta status + document versioning policy (#54) (a749f3e)

Styles

  • prefer importing types directly instead of module names (#62) (f7dfd51)

Chores

v0.0.7

01 Aug 11:57

Choose a tag to compare

0.0.7 (2023-08-01)

Documentation

  • readme: use client everywhere for consistency (5a2c941)

Chores

  • internal: bump pyright (#48) (36353e3)
  • internal: bump pyright (#49) (bd4d420)
  • internal: minor refactoring of client instantiation (1eff35f)
  • internal: minor reformatting of code (#46) (8ed806e)
  • remove unused resource classes (def0f2e)

v0.0.6

22 Jul 01:36

Choose a tag to compare

0.0.6 (2023-07-22)

Documentation

  • readme: reference "client" in errors section and add missing import (#43) (3d5a742)

v0.0.5

17 Jul 16:52

Choose a tag to compare

0.0.5 (2023-07-17)

Chores

  • internal: add codegen.log to .gitignore (#40) (54f5028)

v0.0.4

12 Jul 11:40

Choose a tag to compare

0.0.4 (2023-07-12)

Chores

  • package: pin major versions of dependencies (#36) (e8b1500)

v0.0.3

07 Jul 14:41

Choose a tag to compare

0.0.3 (2023-07-07)

Bug Fixes

  • deps: pin pydantic to less than v2.0 (#32) (8b7f0df)
  • sse: small improvement to handling server-sent events (#11) (05796db)
  • types: correct items type for individuals arg in enroll_many (#15) (3c7b4dd)

Styles

  • minor reordering of types and properties (#29) (ee4e136)

Documentation

  • add trailing newlines (#28) (0f3fb71)
  • api.md: minor restructuring (#31) (69bc6b3)
  • point to github repo instead of email contact (#18) (8f21f60)
  • readme: add note about updating the default version header (#25) (337afec)
  • readme: fix main example snippet (#23) (fb47b35)
  • readme: update main example (#21) (b15646e)

Chores

  • deps: update certifi (#27) (14d2b06)
  • internal: add empty request preparation method (#13) (601c6ec)
  • internal: add overloads to client.get for streaming (#19) (c1ccaf2)
  • internal: add tests for base url handling (#9) (0393cbf)
  • internal: fix bug with transform utility & key aliases (#7) (c19eb86)
  • internal: fix workflow comment url (#8) (543c6f9)
  • internal: improve internal test helper (#16) (a535336)
  • internal: minor formatting change (#12) (d2610d9)
  • internal: restructure core streaming implementation (#14) (5c4a4dd)
  • internal: update changelog config (#5) (4c885cf)
  • internal: update lock file (#10) (11b2ebb)
  • internal: update lock file (#34) (772aac0)

v0.0.2

08 May 18:28
9b415c6

Choose a tag to compare

0.0.2 (2023-05-08)

Features