Releases: openlayer-ai/openlayer-go
Releases · openlayer-ai/openlayer-go
v0.1.0-alpha.16
0.1.0-alpha.16 (2025-04-03)
Full Changelog: v0.1.0-alpha.15...v0.1.0-alpha.16
Bug Fixes
- client: return error on bad custom url instead of panic (#78) (7c32753)
- test: return early after test failure (#76) (e3db15b)
Chores
v0.1.0-alpha.15
0.1.0-alpha.15 (2025-03-14)
Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15
Features
- client: accept RFC6838 JSON content types (#68) (6596131)
- client: improve default client options support (#70) (b22284c)
Chores
- internal: codegen related update (#66) (695347c)
- internal: remove extra empty newlines (#71) (44dc1c3)
Refactors
v0.1.0-alpha.14
0.1.0-alpha.14 (2025-03-13)
Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14
Features
- api: add endpoint to retrieve commit by id (#64) (201cb4a)
- api: api update (1d5c8e7)
- client: send
X-Stainless-Timeout
header (d9948ef)
Bug Fixes
- client: don't truncate manually specified filenames (f7b96d9)
- do not call path.Base on ContentType (0b98d8e)
- fix early cancel when RequestTimeout is provided for streaming requests (f0c9a39)
- fix interface implementation stub names for unions (0d8c74f)
- fix unicode encoding for json (cdaee21)
Chores
- add UnionUnmarshaler for responses that are interfaces (3295c9b)
- internal: codegen related update (57b756f)
- internal: codegen related update (c2a18b7)
- internal: codegen related update (5582642)
- internal: fix devcontainers setup (1d42cd7)
- refactor client tests (d2732fe)
Documentation
- document raw responses (1c66d2a)