Skip to content

Commit

Permalink
release: 0.1.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 22, 2025
1 parent 3153b8b commit 8a91e50
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 6 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.1.0-alpha.8"
".": "0.1.0-alpha.9"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## 0.1.0-alpha.9 (2025-01-22)

Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/anthropics/anthropic-sdk-java/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)

### Features

* **client:** make message roundtripping more robust ([#75](https://github.com/anthropics/anthropic-sdk-java/issues/75)) ([3153b8b](https://github.com/anthropics/anthropic-sdk-java/commit/3153b8b4512d8e97daa3a80907c8c246dbf6778c))
* **client:** support results endpoint ([#73](https://github.com/anthropics/anthropic-sdk-java/issues/73)) ([361a2d2](https://github.com/anthropics/anthropic-sdk-java/commit/361a2d21e12329600447b0703fa5a863ab725d1f))


### Bug Fixes

* **client:** add missing default headers ([#72](https://github.com/anthropics/anthropic-sdk-java/issues/72)) ([4bfb8c5](https://github.com/anthropics/anthropic-sdk-java/commit/4bfb8c5bc3f2d7372243d727937bec1cedd468df))
* **client:** make service impl constructors internal ([#70](https://github.com/anthropics/anthropic-sdk-java/issues/70)) ([77f8873](https://github.com/anthropics/anthropic-sdk-java/commit/77f88730bd9066a91d667f9a432beef9e47b0e9e))


### Chores

* **internal:** add file comment ([#74](https://github.com/anthropics/anthropic-sdk-java/issues/74)) ([70def92](https://github.com/anthropics/anthropic-sdk-java/commit/70def920ea6c7e358f9b464411417408770ac627))
* **internal:** move `StreamResponse` method ([#65](https://github.com/anthropics/anthropic-sdk-java/issues/65)) ([083a7b5](https://github.com/anthropics/anthropic-sdk-java/commit/083a7b5746329527eac1d12fbe6e10a6ca522035))
* **internal:** refactor streaming implementation ([#64](https://github.com/anthropics/anthropic-sdk-java/issues/64)) ([02dcd90](https://github.com/anthropics/anthropic-sdk-java/commit/02dcd9031064cfd7e7a6a9fc25b14d7b3adddc78))
* **internal:** remove space ([#63](https://github.com/anthropics/anthropic-sdk-java/issues/63)) ([b3a86b3](https://github.com/anthropics/anthropic-sdk-java/commit/b3a86b36ff3c4c7135931125a0958e960986ada8))
* **internal:** upgrade kotlin compiler and gradle ([#66](https://github.com/anthropics/anthropic-sdk-java/issues/66)) ([8685797](https://github.com/anthropics/anthropic-sdk-java/commit/86857974a752405318ca92fe4d593af757742743))


### Documentation

* add javadoc.io badge ([#68](https://github.com/anthropics/anthropic-sdk-java/issues/68)) ([9853408](https://github.com/anthropics/anthropic-sdk-java/commit/98534089861eb8f3bbd78863bcbc1ed69bcf80dc))
* add more documentation ([#67](https://github.com/anthropics/anthropic-sdk-java/issues/67)) ([c179f7c](https://github.com/anthropics/anthropic-sdk-java/commit/c179f7cf2648d8df5d110df8e2cee2e658d1a739))
* generate merged core + okhttp docs ([#61](https://github.com/anthropics/anthropic-sdk-java/issues/61)) ([c2802d1](https://github.com/anthropics/anthropic-sdk-java/commit/c2802d114cf04ebf49d9d3988c094732f9ab5d3f))
* more enum documentation ([#71](https://github.com/anthropics/anthropic-sdk-java/issues/71)) ([21c6ef2](https://github.com/anthropics/anthropic-sdk-java/commit/21c6ef237d88a506915eb7cb0eb4a79d6b603528))

## 0.1.0-alpha.8 (2025-01-15)

Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/anthropics/anthropic-sdk-java/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<!-- x-release-please-start-version -->

[![Maven Central](https://img.shields.io/maven-central/v/com.anthropic/anthropic-java)](https://central.sonatype.com/artifact/com.anthropic/anthropic-java/0.1.0-alpha.8)
[![javadoc](https://javadoc.io/badge2/com.anthropic/anthropic-java/0.0.1-alpha.8/javadoc.svg)](https://javadoc.io/doc/com.anthropic/anthropic-java/0.0.1-alpha.8)
[![Maven Central](https://img.shields.io/maven-central/v/com.anthropic/anthropic-java)](https://central.sonatype.com/artifact/com.anthropic/anthropic-java/0.1.0-alpha.9)
[![javadoc](https://javadoc.io/badge2/com.anthropic/anthropic-java/0.1.0-alpha.9/javadoc.svg)](https://javadoc.io/doc/com.anthropic/anthropic-java/0.1.0-alpha.9)

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

Expand All @@ -31,7 +31,7 @@ The REST API documentation can be found on [docs.anthropic.com](https://docs.an
<!-- x-release-please-start-version -->

```kotlin
implementation("com.anthropic:anthropic-java:0.1.0-alpha.8")
implementation("com.anthropic:anthropic-java:0.1.0-alpha.9")
```

#### Maven
Expand All @@ -40,7 +40,7 @@ implementation("com.anthropic:anthropic-java:0.1.0-alpha.8")
<dependency>
<groupId>com.anthropic</groupId>
<artifactId>anthropic-java</artifactId>
<version>0.1.0-alpha.8</version>
<version>0.1.0-alpha.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

allprojects {
group = "com.anthropic"
version = "0.1.0-alpha.8" // x-release-please-version
version = "0.1.0-alpha.9" // x-release-please-version
}

subprojects {
Expand Down

0 comments on commit 8a91e50

Please sign in to comment.