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
11 changes: 4 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 0359d4fe-2923-46fc-aaca-cf70b48dcfa1
management:
docChecksum: a1b9796a9df7b522bbca126ea657a92a
docChecksum: c2b965eefd21c27818280977b9c258d4
docVersion: 0.9.0
speakeasyVersion: 1.631.4
speakeasyVersion: 1.631.5
generationVersion: 2.716.16
releaseVersion: 0.10.0
configChecksum: 14557d31b94e189f91435335280619e4
releaseVersion: 0.10.1
configChecksum: ce21be369d6226c2fca40e09106f3edf
repoURL: https://github.com/gleanwork/api-client-java.git
published: true
features:
Expand Down Expand Up @@ -2877,6 +2877,3 @@ generatedTests:
get_/rest/api/v1/tools/list: "2025-06-09T18:03:44Z"
post_/rest/api/v1/tools/call: "2025-06-09T18:03:44Z"
listpolicies: "2025-06-09T18:03:44Z"
releaseNotes: |
## Java SDK Changes Detected:
* `glean.client.insights.retrieve()`: `request` **Changed**
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.10.0
version: 0.10.1
additionalDependencies: []
additionalPlugins: []
artifactID: glean-api-client
Expand Down
1 change: 1 addition & 0 deletions .speakeasy/glean-merged-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3799,6 +3799,7 @@ components:
- SEARCH
- SIDEBAR
- SUMMARY
- TASKS
issue:
type: string
description: The issue the user indicated in the feedback.
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.631.4
speakeasyVersion: 1.631.5
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:1e44bd4133c298a0460c59b01703274d1c24c9fa389a311005a1f4be384921c3
sourceBlobDigest: sha256:39b7061df492c752b341a36ebde421818f4e84d67a206f853c2558d6f3917fe3
sourceRevisionDigest: sha256:e26b15f8d8e3781ac9b2d0167bcbdf95ac01a876716fdda482dce7e2d1f7ee1d
sourceBlobDigest: sha256:caf2a61beb1f621f4c17121eb19113bddbda574eec8bf3a3e9e9be902e7adeaa
tags:
- latest
- speakeasy-sdk-regen-1758838236
- speakeasy-sdk-regen-1759249971
Glean-OAS:
sourceNamespace: glean-oas
sourceRevisionDigest: sha256:8841834dd58ddd4e2dcf98fc90fbd06fbf3626a29df941503cce55b9548a5317
Expand All @@ -18,10 +18,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:1e44bd4133c298a0460c59b01703274d1c24c9fa389a311005a1f4be384921c3
sourceBlobDigest: sha256:39b7061df492c752b341a36ebde421818f4e84d67a206f853c2558d6f3917fe3
sourceRevisionDigest: sha256:e26b15f8d8e3781ac9b2d0167bcbdf95ac01a876716fdda482dce7e2d1f7ee1d
sourceBlobDigest: sha256:caf2a61beb1f621f4c17121eb19113bddbda574eec8bf3a3e9e9be902e7adeaa
codeSamplesNamespace: glean-api-specs-java-code-samples
codeSamplesRevisionDigest: sha256:a281546b3cd6ba0de6cd58de6020445c7c13f5ac5f4ef74fa4d33a61b75008a0
codeSamplesRevisionDigest: sha256:9ebccc2b026df383bd3832a5fc9f57baf46fa1024fd15ac4a8cc7a31677cecbb
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.glean.api-client:glean-api-client:0.10.0'
implementation 'com.glean.api-client:glean-api-client:0.10.1'
```

Maven:
```xml
<dependency>
<groupId>com.glean.api-client</groupId>
<artifactId>glean-api-client</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,14 @@ Based on:
### Generated
- [java v0.10.0] .
### Releases
- [Maven Central v0.10.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.10.0 - .
- [Maven Central v0.10.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.10.0 - .

## 2025-09-30 16:32:28
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.631.5 (2.716.16) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.10.1] .
### Releases
- [Maven Central v0.10.1] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.10.1 - .
3 changes: 2 additions & 1 deletion docs/models/components/ManualFeedbackInfoSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ The source associated with the Feedback.event.MANUAL_FEEDBACK event.
| `SCIOBOT` | SCIOBOT |
| `SEARCH` | SEARCH |
| `SIDEBAR` | SIDEBAR |
| `SUMMARY` | SUMMARY |
| `SUMMARY` | SUMMARY |
| `TASKS` | TASKS |
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
groupId=com.glean.api-client
artifactId=glean-api-client
version=0.10.0
version=0.10.1
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class SDKConfiguration {

private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "0.9.0";
public static final String SDK_VERSION = "0.10.0";
public static final String SDK_VERSION = "0.10.1";
public static final String GEN_VERSION = "2.716.16";
private static final String BASE_PACKAGE = "com.glean.api_client.glean_api_client";
public static final String USER_AGENT =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public enum ManualFeedbackInfoSource {
SCIOBOT("SCIOBOT"),
SEARCH("SEARCH"),
SIDEBAR("SIDEBAR"),
SUMMARY("SUMMARY");
SUMMARY("SUMMARY"),
TASKS("TASKS");

@JsonValue
private final String value;
Expand Down