Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.30.0"
".": "1.31.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.31.0](https://github.com/googleapis/java-genai/compare/v1.30.0...v1.31.0) (2025-12-11)


### Features

* Add enableEnhancedCivicAnswers feature in GenerateContentConfig ([0570478](https://github.com/googleapis/java-genai/commit/05704781fa7627efb5f4486b0a8763698bd6e6f2))
* Add IMAGE_RECITATION and IMAGE_OTHER enum values to FinishReason ([26c3c35](https://github.com/googleapis/java-genai/commit/26c3c351fde231c943a3695af35961535923c8b1))
* Add voice activity detection signal. ([d1ca685](https://github.com/googleapis/java-genai/commit/d1ca6854006248e1eab10212d1b1dade56e9b158))


### Documentation

* Add an example for ClientOptions usage ([0a8a26e](https://github.com/googleapis/java-genai/commit/0a8a26e0e75e791c2a99b012aba5c9bc09430cd7))

## [1.30.0](https://github.com/googleapis/java-genai/compare/v1.29.0...v1.30.0) (2025-12-08)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you're using Maven, add the following to your dependencies:
<dependency>
<groupId>com.google.genai</groupId>
<artifactId>google-genai</artifactId>
<version>1.30.0</version>
<version>1.31.0</version>
</dependency>
</dependencies>
```
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>com.google.genai.examples</groupId>
<artifactId>google-genai-examples</artifactId>
<version>1.31.0-SNAPSHOT</version><!-- {x-version-update:google-genai:current} -->
<version>1.31.0</version><!-- {x-version-update:google-genai:current} -->
<name>google-genai-examples</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- {x-version-update-start:google-genai:current} -->
<google-genai.version>1.31.0-SNAPSHOT</google-genai.version>
<google-genai.version>1.31.0</google-genai.version>
<!-- {x-version-update-end} -->
</properties>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.google.genai</groupId>
<artifactId>google-genai</artifactId>
<name>google-genai</name>
<version>1.31.0-SNAPSHOT</version><!-- {x-version-update:google-genai:current} -->
<version>1.31.0</version><!-- {x-version-update:google-genai:current} -->
<packaging>jar</packaging>
<description>
Java idiomatic SDK for the Gemini Developer APIs and Vertex AI APIs.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/google/genai/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
public abstract class ApiClient {

// {x-version-update-start:google-genai:released}
private static final String SDK_VERSION = "1.30.0";
private static final String SDK_VERSION = "1.31.0";
// {x-version-update-end:google-genai:released}
private static final Logger logger = Logger.getLogger(ApiClient.class.getName());

Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-genai:1.30.0:1.31.0-SNAPSHOT
google-genai:1.31.0:1.31.0