File tree Expand file tree Collapse file tree 10 files changed +32
-22
lines changed
src/main/java/com/glean/api_client/glean_api_client Expand file tree Collapse file tree 10 files changed +32
-22
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 0359d4fe-2923-46fc-aaca-cf70b48dcfa1
33management:
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
1212features:
@@ -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**
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ generation:
2222 generateNewTests : false
2323 skipResponseBodyAssertions : false
2424java :
25- version : 0.10.0
25+ version : 0.10.1
2626 additionalDependencies : []
2727 additionalPlugins : []
2828 artifactID : glean-api-client
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.631.4
1+ speakeasyVersion: 1.631.5
22sources:
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
2525workflow:
2626 workflowVersion: 1.0.0
2727 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ The samples below show how a published SDK artifact is used:
6464
6565Gradle:
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
7070Maven:
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
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 11groupId =com.glean.api-client
22artifactId =glean-api-client
3- version =0.10.0
3+ version =0.10.1
44org.gradle.jvmargs =-Xmx4g -XX:MaxMetaspaceSize =1g
Original file line number Diff line number Diff 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 =
Original file line number Diff line number Diff 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 ;
You canβt perform that action at this time.
0 commit comments