Skip to content

Releases: Finch-API/finch-api-go

v0.0.6

11 Oct 18:07
Compare
Choose a tag to compare

0.0.6 (2023-10-11)

Full Changelog: v0.0.5...v0.0.6

v0.0.5

05 Oct 18:43
Compare
Choose a tag to compare

0.0.5 (2023-10-03)

Full Changelog: v0.0.4...v0.0.5

Features

  • api: add /forward endpoint and other updates (#25) (f16872d)

Bug Fixes

  • prevent index out of range bug during auto-pagination (#23) (24b06e2)

Chores

v0.0.4

26 Sep 15:24
Compare
Choose a tag to compare

0.0.4 (2023-09-25)

Full Changelog: v0.0.3...v0.0.4

Features

v0.0.3

22 Sep 16:16
cf35951
Compare
Choose a tag to compare

0.0.3 (2023-09-22)

Full Changelog: v0.0.2...v0.0.3

Features

  • retry on 408 Request Timeout (#7) (6075488)

Bug Fixes

  • core: improve retry behavior and related docs (#9) (7107ce5)

Chores

  • api: remove deprecated & unused ATS API (#12) (213405d)

Documentation

  • api.md: rename Top Level to client name (#14) (3030c73)
  • README: fix variable names in some examples (#13) (4b23c28)

v0.0.2

14 Sep 14:41
Compare
Choose a tag to compare

0.0.2 (2023-09-14)

Full Changelog: v0.0.1...v0.0.2

Features

Bug Fixes

  • core: add null check to prevent segfault when canceling context (#4) (39c282f)

Chores

  • internal: improve reliability of cancel delay test (#5) (381707d)