Skip to content

Commit 98542a6

Browse files
Merge pull request #83 from gleanwork/speakeasy-sdk-regen-1773715443
chore: 🐝 Update SDK - Generate 0.12.27
2 parents 197311e + 7830b0c commit 98542a6

8 files changed

Lines changed: 35 additions & 26 deletions

File tree

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

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: 0359d4fe-2923-46fc-aaca-cf70b48dcfa1
33
management:
4-
docChecksum: 4cf274e3f4a0c5f15de24e502bd1503d
4+
docChecksum: 80548a2e50a9d6a392656d02cbb431f0
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.755.0
6+
speakeasyVersion: 1.755.1
77
generationVersion: 2.865.2
8-
releaseVersion: 0.12.26
9-
configChecksum: caf07677a6c4a77a33b04fdd7e1f527b
8+
releaseVersion: 0.12.27
9+
configChecksum: 49cecbce11189c1e2525949a239c3823
1010
repoURL: https://github.com/gleanwork/api-client-java.git
1111
installationURL: https://github.com/gleanwork/api-client-java
1212
published: true
1313
persistentEdits:
14-
generation_id: 0def7c03-f461-40a2-a26d-f7b27a628a1d
15-
pristine_commit_hash: 79c7e5c9e03c46380554677306e8f6f5d4b21333
16-
pristine_tree_hash: cd7e65dcb2dd2022ada44021179b85f5ca505c7c
14+
generation_id: 36582c1a-f946-42db-a7c7-00ad8a67e7ef
15+
pristine_commit_hash: fe9e456471a3db120dcab7298efa9e95f410746f
16+
pristine_tree_hash: 34955e9700be404f038d564424b9548e292ef2d0
1717
features:
1818
java:
1919
additionalDependencies: 0.1.0
@@ -3211,8 +3211,8 @@ trackedFiles:
32113211
pristine_git_object: 3decbce5bd40edbe278c1c5d2dbf585808e51d9a
32123212
gradle.properties:
32133213
id: 2afbb999f001
3214-
last_write_checksum: sha1:1b0827fa3e3238aff434ab85fb0e18a704022a2b
3215-
pristine_git_object: 9c14fbc8916256aa9edfef82997af1df62cbc776
3214+
last_write_checksum: sha1:3e12d600e4b4dfe57e5b2aa965b016c754fdc865
3215+
pristine_git_object: 8c484c80943cef302b6c56fdc294a1c7a59c59d5
32163216
gradle/wrapper/gradle-wrapper.jar:
32173217
id: ec27dae6e852
32183218
last_write_checksum: sha1:f725fb1467084142d74fd7cd8eab691ab3442611
@@ -3531,8 +3531,8 @@ trackedFiles:
35313531
pristine_git_object: ffae914775eb41ff311371f62504344a59d090fd
35323532
src/main/java/com/glean/api_client/glean_api_client/SDKConfiguration.java:
35333533
id: d5fcc61f5992
3534-
last_write_checksum: sha1:42113353a4163f51f6551698eca881ef8c68013f
3535-
pristine_git_object: 74731a2add3b656e8332efde03ecaca960effc96
3534+
last_write_checksum: sha1:df8254b1a5a2f8bf59f5a04cb125a50fde51896f
3535+
pristine_git_object: 44fd7a4f958481ac87e854f19b63c237ca47a95b
35363536
src/main/java/com/glean/api_client/glean_api_client/Search.java:
35373537
id: f22d94b920b5
35383538
last_write_checksum: sha1:ac38d1ed47be207940dd6fb7e4c688dddccc6a8b
@@ -9656,7 +9656,6 @@ generatedTests:
96569656
get_/rest/api/v1/tools/list: "2025-06-09T18:03:44Z"
96579657
post_/rest/api/v1/tools/call: "2025-06-09T18:03:44Z"
96589658
listpolicies: "2025-06-09T18:03:44Z"
9659-
releaseNotes: "## Java SDK Changes:\n* `glean.client.chat.create()`: `response.chat` **Added**\n* `glean.client.search.retrieveFeed()`: \n * `request.feedRequest.categories[]` **Changed**\n * `response.results[]` **Changed**\n"
96609659
generatedFiles:
96619660
- .gitattributes
96629661
- USAGE.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generation:
3030
generateNewTests: false
3131
skipResponseBodyAssertions: false
3232
java:
33-
version: 0.12.26
33+
version: 0.12.27
3434
additionalDependencies: []
3535
additionalPlugins: []
3636
artifactID: glean-api-client

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: 7a7b088ee2579f06e8c75700cf68d3021ff77c5f
5+
x-source-commit-sha: 6b660e03c4bbab898ce5b702b838752054fd8bee
66
description: |
77
# Introduction
88
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: b44ae5cd8ae20dd697ad17378df510a0c3f6d340
25+
x-open-api-commit-sha: 5200df2ebea09dd3da02c3dd2ac42f3a7f6dd993
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.755.0
1+
speakeasyVersion: 1.755.1
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:db4d1b0e0b2d0d7f2a68642d8f04dd9235db9277c46ea9ae836bb9e3ff77b732
6-
sourceBlobDigest: sha256:40e4b60b39db239ee858446a99a1816379c1b7dc19397d3947bd27588a5a3e8d
5+
sourceRevisionDigest: sha256:9a5eeaa82d7740b6764d9b74e10217b9bc7282704b0b17e2ddab8f6925cb1755
6+
sourceBlobDigest: sha256:1f0aab3c3c530460eebfbaccbd0d875e36074178eb1590e239ed3a0b6074bad6
77
tags:
88
- latest
99
Glean-OAS:
@@ -17,10 +17,10 @@ targets:
1717
glean:
1818
source: Glean API
1919
sourceNamespace: glean-api-specs
20-
sourceRevisionDigest: sha256:db4d1b0e0b2d0d7f2a68642d8f04dd9235db9277c46ea9ae836bb9e3ff77b732
21-
sourceBlobDigest: sha256:40e4b60b39db239ee858446a99a1816379c1b7dc19397d3947bd27588a5a3e8d
20+
sourceRevisionDigest: sha256:9a5eeaa82d7740b6764d9b74e10217b9bc7282704b0b17e2ddab8f6925cb1755
21+
sourceBlobDigest: sha256:1f0aab3c3c530460eebfbaccbd0d875e36074178eb1590e239ed3a0b6074bad6
2222
codeSamplesNamespace: glean-api-specs-java-code-samples
23-
codeSamplesRevisionDigest: sha256:a297353c90bbe30fb5090cac948f1c9c45622b7a7a916bb9393c429b37575cc9
23+
codeSamplesRevisionDigest: sha256:b1200518f538a6bf70c2af358f05e96b5d90bc5d99c52e569259f2f0b605c7d2
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

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

6868
Gradle:
6969
```groovy
70-
implementation 'com.glean.api-client:glean-api-client:0.12.26'
70+
implementation 'com.glean.api-client:glean-api-client:0.12.27'
7171
```
7272

7373
Maven:
7474
```xml
7575
<dependency>
7676
<groupId>com.glean.api-client</groupId>
7777
<artifactId>glean-api-client</artifactId>
78-
<version>0.12.26</version>
78+
<version>0.12.27</version>
7979
</dependency>
8080
```
8181

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,4 +608,14 @@ Based on:
608608
### Generated
609609
- [java v0.12.26] .
610610
### Releases
611-
- [Maven Central v0.12.26] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.26 - .
611+
- [Maven Central v0.12.26] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.26 - .
612+
613+
## 2026-03-17 02:43:29
614+
### Changes
615+
Based on:
616+
- OpenAPI Doc
617+
- Speakeasy CLI 1.755.1 (2.865.2) https://github.com/speakeasy-api/speakeasy
618+
### Generated
619+
- [java v0.12.27] .
620+
### Releases
621+
- [Maven Central v0.12.27] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.27 - .

β€Ž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.12.26
3+
version=0.12.27
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
@@ -25,7 +25,7 @@ public class SDKConfiguration {
2525

2626
private static final String LANGUAGE = "java";
2727
public static final String OPENAPI_DOC_VERSION = "0.9.0";
28-
public static final String SDK_VERSION = "0.12.26";
28+
public static final String SDK_VERSION = "0.12.27";
2929
public static final String GEN_VERSION = "2.865.2";
3030
private static final String BASE_PACKAGE = "com.glean.api_client.glean_api_client";
3131
public static final String USER_AGENT =

0 commit comments

Comments
Β (0)