Skip to content

Commit eba1110

Browse files
Merge pull request #36 from gleanwork/speakeasy-sdk-regen-1759249971
chore: 🐝 Update SDK - Generate 0.10.1
2 parents 1183a60 + 52664c8 commit eba1110

File tree

10 files changed

+32
-22
lines changed

10 files changed

+32
-22
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 0359d4fe-2923-46fc-aaca-cf70b48dcfa1
33
management:
4-
docChecksum: a1b9796a9df7b522bbca126ea657a92a
4+
docChecksum: c2b965eefd21c27818280977b9c258d4
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.631.4
6+
speakeasyVersion: 1.631.5
77
generationVersion: 2.716.16
8-
releaseVersion: 0.10.0
9-
configChecksum: 14557d31b94e189f91435335280619e4
8+
releaseVersion: 0.10.1
9+
configChecksum: ce21be369d6226c2fca40e09106f3edf
1010
repoURL: https://github.com/gleanwork/api-client-java.git
1111
published: true
1212
features:
@@ -2877,6 +2877,3 @@ generatedTests:
28772877
get_/rest/api/v1/tools/list: "2025-06-09T18:03:44Z"
28782878
post_/rest/api/v1/tools/call: "2025-06-09T18:03:44Z"
28792879
listpolicies: "2025-06-09T18:03:44Z"
2880-
releaseNotes: |
2881-
## Java SDK Changes Detected:
2882-
* `glean.client.insights.retrieve()`: `request` **Changed**

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: false
2323
skipResponseBodyAssertions: false
2424
java:
25-
version: 0.10.0
25+
version: 0.10.1
2626
additionalDependencies: []
2727
additionalPlugins: []
2828
artifactID: glean-api-client

β€Ž.speakeasy/glean-merged-spec.yamlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3799,6 +3799,7 @@ components:
37993799
- SEARCH
38003800
- SIDEBAR
38013801
- SUMMARY
3802+
- TASKS
38023803
issue:
38033804
type: string
38043805
description: The issue the user indicated in the feedback.

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.631.4
1+
speakeasyVersion: 1.631.5
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:1e44bd4133c298a0460c59b01703274d1c24c9fa389a311005a1f4be384921c3
6-
sourceBlobDigest: sha256:39b7061df492c752b341a36ebde421818f4e84d67a206f853c2558d6f3917fe3
5+
sourceRevisionDigest: sha256:e26b15f8d8e3781ac9b2d0167bcbdf95ac01a876716fdda482dce7e2d1f7ee1d
6+
sourceBlobDigest: sha256:caf2a61beb1f621f4c17121eb19113bddbda574eec8bf3a3e9e9be902e7adeaa
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1758838236
9+
- speakeasy-sdk-regen-1759249971
1010
Glean-OAS:
1111
sourceNamespace: glean-oas
1212
sourceRevisionDigest: sha256:8841834dd58ddd4e2dcf98fc90fbd06fbf3626a29df941503cce55b9548a5317
@@ -18,10 +18,10 @@ targets:
1818
glean:
1919
source: Glean API
2020
sourceNamespace: glean-api-specs
21-
sourceRevisionDigest: sha256:1e44bd4133c298a0460c59b01703274d1c24c9fa389a311005a1f4be384921c3
22-
sourceBlobDigest: sha256:39b7061df492c752b341a36ebde421818f4e84d67a206f853c2558d6f3917fe3
21+
sourceRevisionDigest: sha256:e26b15f8d8e3781ac9b2d0167bcbdf95ac01a876716fdda482dce7e2d1f7ee1d
22+
sourceBlobDigest: sha256:caf2a61beb1f621f4c17121eb19113bddbda574eec8bf3a3e9e9be902e7adeaa
2323
codeSamplesNamespace: glean-api-specs-java-code-samples
24-
codeSamplesRevisionDigest: sha256:a281546b3cd6ba0de6cd58de6020445c7c13f5ac5f4ef74fa4d33a61b75008a0
24+
codeSamplesRevisionDigest: sha256:9ebccc2b026df383bd3832a5fc9f57baf46fa1024fd15ac4a8cc7a31677cecbb
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ The samples below show how a published SDK artifact is used:
6464

6565
Gradle:
6666
```groovy
67-
implementation 'com.glean.api-client:glean-api-client:0.10.0'
67+
implementation 'com.glean.api-client:glean-api-client:0.10.1'
6868
```
6969

7070
Maven:
7171
```xml
7272
<dependency>
7373
<groupId>com.glean.api-client</groupId>
7474
<artifactId>glean-api-client</artifactId>
75-
<version>0.10.0</version>
75+
<version>0.10.1</version>
7676
</dependency>
7777
```
7878

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,14 @@ Based on:
218218
### Generated
219219
- [java v0.10.0] .
220220
### Releases
221-
- [Maven Central v0.10.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.10.0 - .
221+
- [Maven Central v0.10.0] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.10.0 - .
222+
223+
## 2025-09-30 16:32:28
224+
### Changes
225+
Based on:
226+
- OpenAPI Doc
227+
- Speakeasy CLI 1.631.5 (2.716.16) https://github.com/speakeasy-api/speakeasy
228+
### Generated
229+
- [java v0.10.1] .
230+
### Releases
231+
- [Maven Central v0.10.1] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.10.1 - .

β€Ždocs/models/components/ManualFeedbackInfoSource.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ The source associated with the Feedback.event.MANUAL_FEEDBACK event.
2525
| `SCIOBOT` | SCIOBOT |
2626
| `SEARCH` | SEARCH |
2727
| `SIDEBAR` | SIDEBAR |
28-
| `SUMMARY` | SUMMARY |
28+
| `SUMMARY` | SUMMARY |
29+
| `TASKS` | TASKS |

β€Žgradle.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
groupId=com.glean.api-client
22
artifactId=glean-api-client
3-
version=0.10.0
3+
version=0.10.1
44
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g

β€Žsrc/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class SDKConfiguration {
2424

2525
private static final String LANGUAGE = "java";
2626
public static final String OPENAPI_DOC_VERSION = "0.9.0";
27-
public static final String SDK_VERSION = "0.10.0";
27+
public static final String SDK_VERSION = "0.10.1";
2828
public static final String GEN_VERSION = "2.716.16";
2929
private static final String BASE_PACKAGE = "com.glean.api_client.glean_api_client";
3030
public static final String USER_AGENT =

β€Žsrc/main/java/com/glean/api_client/glean_api_client/models/components/ManualFeedbackInfoSource.javaβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public enum ManualFeedbackInfoSource {
3232
SCIOBOT("SCIOBOT"),
3333
SEARCH("SEARCH"),
3434
SIDEBAR("SIDEBAR"),
35-
SUMMARY("SUMMARY");
35+
SUMMARY("SUMMARY"),
36+
TASKS("TASKS");
3637

3738
@JsonValue
3839
private final String value;

0 commit comments

Comments
Β (0)