Releases: Finch-API/finch-api-go
Releases · Finch-API/finch-api-go
v0.0.5
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.3
0.0.3 (2023-09-22)
Full Changelog: v0.0.2...v0.0.3
Features
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
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)