diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 0bb310c8..a1a8ea51 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -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: @@ -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** diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index ed852504..47c82239 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -22,7 +22,7 @@ generation: generateNewTests: false skipResponseBodyAssertions: false java: - version: 0.10.0 + version: 0.10.1 additionalDependencies: [] additionalPlugins: [] artifactID: glean-api-client diff --git a/.speakeasy/glean-merged-spec.yaml b/.speakeasy/glean-merged-spec.yaml index 078b5cac..219636c5 100644 --- a/.speakeasy/glean-merged-spec.yaml +++ b/.speakeasy/glean-merged-spec.yaml @@ -3799,6 +3799,7 @@ components: - SEARCH - SIDEBAR - SUMMARY + - TASKS issue: type: string description: The issue the user indicated in the feedback. diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index f3662286..088d19d3 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -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 @@ -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 diff --git a/README.md b/README.md index e40c645d..915f8bcd 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ 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: @@ -72,7 +72,7 @@ Maven: com.glean.api-client glean-api-client - 0.10.0 + 0.10.1 ``` diff --git a/RELEASES.md b/RELEASES.md index 3f2cd57c..b7570318 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/docs/models/components/ManualFeedbackInfoSource.md b/docs/models/components/ManualFeedbackInfoSource.md index c8e312e8..e3a6fd65 100644 --- a/docs/models/components/ManualFeedbackInfoSource.md +++ b/docs/models/components/ManualFeedbackInfoSource.md @@ -25,4 +25,5 @@ The source associated with the Feedback.event.MANUAL_FEEDBACK event. | `SCIOBOT` | SCIOBOT | | `SEARCH` | SEARCH | | `SIDEBAR` | SIDEBAR | -| `SUMMARY` | SUMMARY | \ No newline at end of file +| `SUMMARY` | SUMMARY | +| `TASKS` | TASKS | \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 7a52991d..fffefd14 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.java b/src/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.java index 8c87256e..3aa7afe7 100644 --- a/src/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.java +++ b/src/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.java @@ -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 = diff --git a/src/main/java/com/glean/api_client/glean_api_client/models/components/ManualFeedbackInfoSource.java b/src/main/java/com/glean/api_client/glean_api_client/models/components/ManualFeedbackInfoSource.java index 7fb59bdf..2490d031 100644 --- a/src/main/java/com/glean/api_client/glean_api_client/models/components/ManualFeedbackInfoSource.java +++ b/src/main/java/com/glean/api_client/glean_api_client/models/components/ManualFeedbackInfoSource.java @@ -32,7 +32,8 @@ public enum ManualFeedbackInfoSource { SCIOBOT("SCIOBOT"), SEARCH("SEARCH"), SIDEBAR("SIDEBAR"), - SUMMARY("SUMMARY"); + SUMMARY("SUMMARY"), + TASKS("TASKS"); @JsonValue private final String value;