Skip to content

Releases: Finch-API/finch-api-python

v0.1.2

21 Sep 19:04
Compare
Choose a tag to compare

0.1.2 (2023-09-19)

Full Changelog: v0.1.1...v0.1.2

Features

  • client: retry on 408 Request Timeout (#99) (f8d0bbf)

Bug Fixes

  • client: properly configure model set fields (#98) (ada3ad6)

Chores

Documentation

  • add some missing inline documentation (#95) (dc178c6)

v0.1.1

12 Sep 17:59
Compare
Choose a tag to compare

0.1.1 (2023-09-11)

Full Changelog: v0.1.0...v0.1.1

Features

  • add webhook verification methods (#89) (483ffef)

Bug Fixes

  • client: properly handle optional file params (#88) (77b9914)
  • pagination: don't duplicate shared types (#86) (3f5d18f)

Chores

Documentation

v0.1.0

29 Aug 19:03
Compare
Choose a tag to compare

0.1.0 (2023-08-29)

Full Changelog: v0.0.11...v0.1.0

⚠ BREAKING CHANGES

  • client: restructure some methods (#80)

Features

  • client: restructure some methods (#80) (21abe3d)

Chores

  • ci: setup workflows to create releases and release PRs (#77) (2af3cc1)

v0.0.11

26 Aug 18:55
Compare
Choose a tag to compare

0.0.11 (2023-08-26)

Chores

v0.0.10

24 Aug 19:02
Compare
Choose a tag to compare

0.0.10 (2023-08-24)

Chores

v0.0.9

17 Aug 14:19
Compare
Choose a tag to compare

0.0.9 (2023-08-17)

Features

v0.0.8

16 Aug 10:46
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

0.0.5 (2023-07-17)

Chores

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