Skip to content

Commit

Permalink
prepare v1.5.1 release (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdaniels authored Aug 1, 2024
1 parent ea4e3a9 commit 554338e
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 47e8e950-a454-4ebb-9f78-86fda7dfa0c2
management:
docChecksum: a34bd1c885aa42eb3175940494581f67
docVersion: 0.2.0
speakeasyVersion: 1.349.1
generationVersion: 2.382.1
releaseVersion: 1.5.0
configChecksum: 44fc809f2c311a351cc77e4e82675add
speakeasyVersion: 1.351.2
generationVersion: 2.384.4
releaseVersion: 1.5.1
configChecksum: 2d1e15757ed879dc8cafd52415b44437
repoURL: https://github.com/StyraInc/opa-java.git
published: true
features:
Expand Down
4 changes: 1 addition & 3 deletions .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
java:
version: 1.5.0
version: 1.5.1
additionalDependencies:
- testImplementation:org.junit.jupiter:junit-jupiter-api:5.8.2
- runtimeOnly:org.junit.jupiter:junit-jupiter-engine:5.8.2
Expand All @@ -22,8 +22,6 @@ java:
- implementation:com.fasterxml.jackson.core:jackson-annotations:2.17.0
- api:com.fasterxml.jackson.core:jackson-core:2.17.0
- implementation:org.apache.httpcomponents:httpcore:4.4.16
# NOTE: nebula.lint is added by scripts/fix-build-gradle.sh, see NOTE there
# for details on how and why.
additionalPlugins:
- id("java")
- id("checkstyle")
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
speakeasyVersion: 1.349.1
speakeasyVersion: 1.351.2
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:c84f4ddcf4fce2263abf2b4d50f35c47e07b3315da81f1ff6df278e2665ac03a
sourceBlobDigest: sha256:97934d11779b4d006f16cefea9317685434366de3f6f16b8d78f297aa9722ba7
sourceRevisionDigest: sha256:2d293e8d4eb5c8727ae63f63af08de78c805f8d3059735b764fbde2dca1d81ec
sourceBlobDigest: sha256:d96482c8562642efecb6129ef6baec3138587401ad6d1d0e94b12a0c2fd0ceba
tags:
- latest
targets:
opa:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:c84f4ddcf4fce2263abf2b4d50f35c47e07b3315da81f1ff6df278e2665ac03a
sourceBlobDigest: sha256:97934d11779b4d006f16cefea9317685434366de3f6f16b8d78f297aa9722ba7
sourceRevisionDigest: sha256:2d293e8d4eb5c8727ae63f63af08de78c805f8d3059735b764fbde2dca1d81ec
sourceBlobDigest: sha256:d96482c8562642efecb6129ef6baec3138587401ad6d1d0e94b12a0c2fd0ceba
outLocation: /Users/cad/f/src/opa-java
workflow:
workflowVersion: 1.0.0
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# OPA Java SDK Changelog

## v1.5.1

* Regenerated low-level API with Speakeasy 1.351.2
* Release `OPALatencyMeasuringHTTPClient`

10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,13 @@ Based on:
- [java v1.5.0] .
### Releases
- [Maven Central v1.5.0] https://central.sonatype.com/artifact/com.styra.opa/openapi/1.5.0 - .

## 2024-08-01 17:31:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.351.2 (2.361.10) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v1.5.1] .
### Releases
- [Maven Central v1.5.1] https://central.sonatype.com/artifact/com.styra.opa/openapi/1.5.1 - .
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.styra'
artifactId = 'opa'
version = '1.5.0'
version = '1.5.1'

from components.java

Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/styra/opa/openapi/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public Optional<SecuritySource> securitySource() {
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "0.2.0";
public String sdkVersion = "1.5.0";
public String genVersion = "2.382.1";
public String userAgent = "speakeasy-sdk/java 1.5.0 2.382.1 0.2.0 com.styra.opa.openapi";
public String sdkVersion = "1.5.1";
public String genVersion = "2.384.4";
public String userAgent = "speakeasy-sdk/java 1.5.1 2.384.4 0.2.0 com.styra.opa.openapi";

private com.styra.opa.openapi.utils.Hooks _hooks = createHooks();

Expand Down

0 comments on commit 554338e

Please sign in to comment.