Skip to content

Commit

Permalink
release: 0.2.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Feb 5, 2025
1 parent 93f533c commit bd71520
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0-alpha.10"
".": "0.2.0-alpha.11"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.2.0-alpha.11 (2025-02-05)

Full Changelog: [v0.2.0-alpha.10...v0.2.0-alpha.11](https://github.com/anthropics/anthropic-sdk-go/compare/v0.2.0-alpha.10...v0.2.0-alpha.11)

### Features

* **client:** send `X-Stainless-Timeout` header ([#114](https://github.com/anthropics/anthropic-sdk-go/issues/114)) ([66f2aec](https://github.com/anthropics/anthropic-sdk-go/commit/66f2aec50b2abf200eaca7fd6636c64059bc884b))


### Bug Fixes

* fix unicode encoding for json ([#111](https://github.com/anthropics/anthropic-sdk-go/issues/111)) ([699e5cd](https://github.com/anthropics/anthropic-sdk-go/commit/699e5cd7a37a20b48824d0b1b978b28df1d8afbf))
* **stream:** ensure .Close() doesn't panic ([#113](https://github.com/anthropics/anthropic-sdk-go/issues/113)) ([2125563](https://github.com/anthropics/anthropic-sdk-go/commit/2125563ac0bf773e0795ce51933e535854a30a0e))


### Chores

* add UnionUnmarshaler for responses that are interfaces ([#116](https://github.com/anthropics/anthropic-sdk-go/issues/116)) ([93f533c](https://github.com/anthropics/anthropic-sdk-go/commit/93f533c1c940b1dd6264886344902239a268634a))
* **api:** update openapi spec url ([#108](https://github.com/anthropics/anthropic-sdk-go/issues/108)) ([8f291ed](https://github.com/anthropics/anthropic-sdk-go/commit/8f291ed434cd1cd0eb7f82a2e8b39b9e97744f6e))
* **docs:** add docstring explaining streaming pattern ([#115](https://github.com/anthropics/anthropic-sdk-go/issues/115)) ([862c3d4](https://github.com/anthropics/anthropic-sdk-go/commit/862c3d41e8d19ad4b0e9d2d228719c930e6f7d18))


### Documentation

* document raw responses ([#112](https://github.com/anthropics/anthropic-sdk-go/issues/112)) ([1cf3aee](https://github.com/anthropics/anthropic-sdk-go/commit/1cf3aee0a28edc06e0e19723f94290b80074d6ce))

## 0.2.0-alpha.10 (2025-01-28)

Full Changelog: [v0.2.0-alpha.9...v0.2.0-alpha.10](https://github.com/anthropics/anthropic-sdk-go/compare/v0.2.0-alpha.9...v0.2.0-alpha.10)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/anthropics/[email protected].10'
go get -u 'github.com/anthropics/[email protected].11'
```

<!-- x-release-please-end -->
Expand Down

0 comments on commit bd71520

Please sign in to comment.