Skip to content

Commit 8695638

Browse files
Merge pull request #56 from gleanwork/speakeasy-sdk-regen-1763762740
2 parents 7959822 + 2bbdaa5 commit 8695638

File tree

8 files changed

+27
-17
lines changed

8 files changed

+27
-17
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 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: 41ef1db10b9ee826f7c797f827bf843b
4+
docChecksum: 28febb154706da5ab79a118f8ad703da
55
docVersion: 0.9.0
66
speakeasyVersion: 1.660.0
77
generationVersion: 2.760.2
8-
releaseVersion: 0.12.6
9-
configChecksum: 1e696eaf665ff4cedc7707af622795d5
8+
releaseVersion: 0.12.7
9+
configChecksum: 0a2990e02e6bdf0efa00a7f3d1568c6b
1010
repoURL: https://github.com/gleanwork/api-client-java.git
1111
published: true
1212
features:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
java:
28-
version: 0.12.6
28+
version: 0.12.7
2929
additionalDependencies: []
3030
additionalPlugins: []
3131
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: 1425f20d12ba174f1027dd4c1a2025ea90c478d0
5+
x-source-commit-sha: 9d70dc6fd5686efed566683e892e33d087e59fb3
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: d64fddf87afc72563e898e93cb865ec43bb84b9d
25+
x-open-api-commit-sha: 3c0c128eb9356e9aee605457114fd985b8165472
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
@@ -2,11 +2,11 @@ speakeasyVersion: 1.660.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:1374b687db05b30dae84e389939d51405ba11a62e9244bae3bcde62e240d59ca
6-
sourceBlobDigest: sha256:393d42e2c8a875f5cc4225467a90d4b39a4d7db0440d4a50a592fe3f50ff809f
5+
sourceRevisionDigest: sha256:62524361387995d29512015c83e4aa5507ed826187bbe8f79d238fa78cc821eb
6+
sourceBlobDigest: sha256:e7f1e3c78f0d40cb37537f7827319e5cf1d07d0bec0ea4b6385636b5d8d0678e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763754358
9+
- speakeasy-sdk-regen-1763762740
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:1374b687db05b30dae84e389939d51405ba11a62e9244bae3bcde62e240d59ca
22-
sourceBlobDigest: sha256:393d42e2c8a875f5cc4225467a90d4b39a4d7db0440d4a50a592fe3f50ff809f
21+
sourceRevisionDigest: sha256:62524361387995d29512015c83e4aa5507ed826187bbe8f79d238fa78cc821eb
22+
sourceBlobDigest: sha256:e7f1e3c78f0d40cb37537f7827319e5cf1d07d0bec0ea4b6385636b5d8d0678e
2323
codeSamplesNamespace: glean-api-specs-java-code-samples
24-
codeSamplesRevisionDigest: sha256:ab5557e4e7bc8f0b5e37d493be75162ea642153bc0454820a37953274cafb187
24+
codeSamplesRevisionDigest: sha256:8bf6c50479768aa71a8a4e553680e510683e78edd9f7d69535a0035a78ab4cfd
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
@@ -65,15 +65,15 @@ The samples below show how a published SDK artifact is used:
6565

6666
Gradle:
6767
```groovy
68-
implementation 'com.glean.api-client:glean-api-client:0.12.6'
68+
implementation 'com.glean.api-client:glean-api-client:0.12.7'
6969
```
7070

7171
Maven:
7272
```xml
7373
<dependency>
7474
<groupId>com.glean.api-client</groupId>
7575
<artifactId>glean-api-client</artifactId>
76-
<version>0.12.6</version>
76+
<version>0.12.7</version>
7777
</dependency>
7878
```
7979

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,14 @@ Based on:
408408
### Generated
409409
- [java v0.12.6] .
410410
### Releases
411-
- [Maven Central v0.12.6] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.6 - .
411+
- [Maven Central v0.12.6] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.6 - .
412+
413+
## 2025-11-21 22:05:12
414+
### Changes
415+
Based on:
416+
- OpenAPI Doc
417+
- Speakeasy CLI 1.660.0 (2.760.2) https://github.com/speakeasy-api/speakeasy
418+
### Generated
419+
- [java v0.12.7] .
420+
### Releases
421+
- [Maven Central v0.12.7] https://central.sonatype.com/artifact/com.glean.api-client/glean-api-client/0.12.7 - .

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.6
3+
version=0.12.7
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.12.6";
27+
public static final String SDK_VERSION = "0.12.7";
2828
public static final String GEN_VERSION = "2.760.2";
2929
private static final String BASE_PACKAGE = "com.glean.api_client.glean_api_client";
3030
public static final String USER_AGENT =

0 commit comments

Comments
 (0)