From 87fde5486fdf4fa03c163587e2eb74b1e8adf2cd Mon Sep 17 00:00:00 2001 From: Charles Daniels Date: Mon, 5 Aug 2024 17:39:09 -0400 Subject: [PATCH] prepare v1.5.2 release (#69) --- .speakeasy/gen.lock | 10 +++++----- .speakeasy/gen.yaml | 2 +- .speakeasy/workflow.lock | 10 +++++----- CHANGELOG.md | 2 +- RELEASES.md | 10 ++++++++++ build.gradle | 2 +- .../java/com/styra/opa/openapi/SDKConfiguration.java | 6 +++--- 7 files changed, 26 insertions(+), 16 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 6157c1f3..fcd12445 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -3,10 +3,10 @@ id: 47e8e950-a454-4ebb-9f78-86fda7dfa0c2 management: docChecksum: a34bd1c885aa42eb3175940494581f67 docVersion: 0.2.0 - speakeasyVersion: 1.351.2 - generationVersion: 2.384.4 - releaseVersion: 1.5.1 - configChecksum: 2d1e15757ed879dc8cafd52415b44437 + speakeasyVersion: 1.352.2 + generationVersion: 2.385.2 + releaseVersion: 1.5.2 + configChecksum: 8fa1830a31c492ff0715e1868931d248 repoURL: https://github.com/StyraInc/opa-java.git published: true features: @@ -16,7 +16,7 @@ features: core: 3.27.0 examples: 2.81.3 flattening: 2.81.1 - globalSecurity: 2.82.5 + globalSecurity: 2.82.6 globalSecurityCallbacks: 0.1.0 globalServerURLs: 2.82.1 sdkHooks: 0.1.0 diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index ad601434..fd3fc707 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false java: - version: 1.5.1 + version: 1.5.2 additionalDependencies: - testImplementation:org.junit.jupiter:junit-jupiter-api:5.8.2 - runtimeOnly:org.junit.jupiter:junit-jupiter-engine:5.8.2 diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 4b559656..70b69f91 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,17 +1,17 @@ -speakeasyVersion: 1.351.2 +speakeasyVersion: 1.352.2 sources: openapi: sourceNamespace: openapi - sourceRevisionDigest: sha256:2d293e8d4eb5c8727ae63f63af08de78c805f8d3059735b764fbde2dca1d81ec - sourceBlobDigest: sha256:d96482c8562642efecb6129ef6baec3138587401ad6d1d0e94b12a0c2fd0ceba + sourceRevisionDigest: sha256:0386accf30f12bb3bb50144694f3ab35ee68b21a3ed88c12e18a2b88dd15a3e0 + sourceBlobDigest: sha256:bf9fe4dd822245aa01ce8a97b40ca6b70149d77015e0e26540a3ce94e5fc2700 tags: - latest targets: opa: source: openapi sourceNamespace: openapi - sourceRevisionDigest: sha256:2d293e8d4eb5c8727ae63f63af08de78c805f8d3059735b764fbde2dca1d81ec - sourceBlobDigest: sha256:d96482c8562642efecb6129ef6baec3138587401ad6d1d0e94b12a0c2fd0ceba + sourceRevisionDigest: sha256:0386accf30f12bb3bb50144694f3ab35ee68b21a3ed88c12e18a2b88dd15a3e0 + sourceBlobDigest: sha256:bf9fe4dd822245aa01ce8a97b40ca6b70149d77015e0e26540a3ce94e5fc2700 outLocation: /Users/cad/f/src/opa-java workflow: workflowVersion: 1.0.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fe1939..ceba08b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # OPA Java SDK Changelog -## v1.5.2 (unreleased) +## v1.5.2 * Fixed a bug where instantiating `OPALatencyMeasuringHTTPClient` with the default constructor could result in a null pointer exception while formatting messages. diff --git a/RELEASES.md b/RELEASES.md index c033fc37..adf7897d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -308,3 +308,13 @@ Based on: - [java v1.5.1] . ### Releases - [Maven Central v1.5.1] https://central.sonatype.com/artifact/com.styra.opa/openapi/1.5.1 - . + +## 2024-08-05 17:35:00 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.351.2 (2.361.10) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v1.5.2] . +### Releases +- [Maven Central v1.5.2] https://central.sonatype.com/artifact/com.styra.opa/openapi/1.5.2 - . diff --git a/build.gradle b/build.gradle index bf2378eb..ab398976 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ publishing { maven(MavenPublication) { groupId = 'com.styra' artifactId = 'opa' - version = '1.5.1' + version = '1.5.2' from components.java diff --git a/src/main/java/com/styra/opa/openapi/SDKConfiguration.java b/src/main/java/com/styra/opa/openapi/SDKConfiguration.java index 3291fa7d..d720ccc3 100644 --- a/src/main/java/com/styra/opa/openapi/SDKConfiguration.java +++ b/src/main/java/com/styra/opa/openapi/SDKConfiguration.java @@ -21,9 +21,9 @@ public Optional securitySource() { public int serverIdx = 0; public String language = "java"; public String openapiDocVersion = "0.2.0"; - 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"; + public String sdkVersion = "1.5.2"; + public String genVersion = "2.385.2"; + public String userAgent = "speakeasy-sdk/java 1.5.2 2.385.2 0.2.0 com.styra.opa.openapi"; private com.styra.opa.openapi.utils.Hooks _hooks = createHooks();