Skip to content

Commit

Permalink
prepare v1.5.2 release (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdaniels authored Aug 5, 2024
1 parent 742e4cc commit 87fde54
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 16 deletions.
10 changes: 5 additions & 5 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.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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .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.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
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.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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - .
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.1'
version = '1.5.2'

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.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();

Expand Down

0 comments on commit 87fde54

Please sign in to comment.