Skip to content

Commit 62d0363

Browse files
chore: release 0.26.0 (#644)
🤖 I have created a release \*beep\* \*boop\* --- ## [0.26.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.25.5...v0.26.0) (2021-05-20) ### Features * add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#674](https://www.github.com/googleapis/google-auth-library-java/issues/674)) ([4c94fd7](https://www.github.com/googleapis/google-auth-library-java/commit/4c94fd743f6cf300d9d93b067a54cd7492c74d95)) * added getter for credentials object in HttpCredentialsAdapter ([#658](https://www.github.com/googleapis/google-auth-library-java/issues/658)) ([c93e67f](https://www.github.com/googleapis/google-auth-library-java/commit/c93e67f71c238fdce59ed86203e50d6a45e978dc)) * enable pre-emptive async oauth token refreshes ([#646](https://www.github.com/googleapis/google-auth-library-java/issues/646)) ([58fe012](https://www.github.com/googleapis/google-auth-library-java/commit/58fe012b398d11ea3c329d60017e6bbe9b1de5df)) * Returning an issuer claim on request errors ([#656](https://www.github.com/googleapis/google-auth-library-java/issues/656)) ([659d382](https://www.github.com/googleapis/google-auth-library-java/commit/659d382f83253a9d61a7ae6ef9d02e8ef0da0dd4)) ### Bug Fixes * use orginal url as audience for self signed jwt if scheme or host is null ([#642](https://www.github.com/googleapis/google-auth-library-java/issues/642)) ([63b53aa](https://www.github.com/googleapis/google-auth-library-java/commit/63b53aac535a91d65635ae60f3333ae31d0febcb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 4c94fd7 commit 62d0363

File tree

8 files changed

+29
-14
lines changed

8 files changed

+29
-14
lines changed

google-auth-library-java/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.26.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.25.5...v0.26.0) (2021-05-20)
4+
5+
6+
### Features
7+
8+
* add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#674](https://www.github.com/googleapis/google-auth-library-java/issues/674)) ([359b20f](https://www.github.com/googleapis/google-auth-library-java/commit/359b20f24f88e09b6b104c61ca63a1b604ea64d2))
9+
* added getter for credentials object in HttpCredentialsAdapter ([#658](https://www.github.com/googleapis/google-auth-library-java/issues/658)) ([5a946ea](https://www.github.com/googleapis/google-auth-library-java/commit/5a946ea5e0d974611f2205f468236db4b931e486))
10+
* enable pre-emptive async oauth token refreshes ([#646](https://www.github.com/googleapis/google-auth-library-java/issues/646)) ([e3f4c7e](https://www.github.com/googleapis/google-auth-library-java/commit/e3f4c7eac0417705553ef8259599ec29fc8ad9b4))
11+
* Returning an issuer claim on request errors ([#656](https://www.github.com/googleapis/google-auth-library-java/issues/656)) ([95d70ae](https://www.github.com/googleapis/google-auth-library-java/commit/95d70ae0f5f4c985455f913ddef14ebe75500656))
12+
13+
14+
### Bug Fixes
15+
16+
* use orginal url as audience for self signed jwt if scheme or host is null ([#642](https://www.github.com/googleapis/google-auth-library-java/issues/642)) ([b4e6f1a](https://www.github.com/googleapis/google-auth-library-java/commit/b4e6f1a0bd17dd31edc85ed4879cea75857fd747))
17+
318
### [0.25.5](https://www.github.com/googleapis/google-auth-library-java/compare/v0.25.4...v0.25.5) (2021-04-22)
419

520

google-auth-library-java/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
3131
<dependency>
3232
<groupId>com.google.auth</groupId>
3333
<artifactId>google-auth-library-oauth2-http</artifactId>
34-
<version>0.25.5</version>
34+
<version>0.26.0</version>
3535
</dependency>
3636
```
3737
[//]: # ({x-version-update-end})
@@ -41,15 +41,15 @@ If you are using Gradle, add this to your dependencies
4141

4242
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
4343
```Groovy
44-
compile 'com.google.auth:google-auth-library-oauth2-http:0.25.5'
44+
compile 'com.google.auth:google-auth-library-oauth2-http:0.26.0'
4545
```
4646
[//]: # ({x-version-update-end})
4747

4848
If you are using SBT, add this to your dependencies
4949

5050
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
5151
```Scala
52-
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.25.5"
52+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.26.0"
5353
```
5454
[//]: # ({x-version-update-end})
5555

google-auth-library-java/appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>0.25.6-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.26.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-bom</artifactId>
6-
<version>0.25.6-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
6+
<version>0.26.0</version><!-- {x-version-update:google-auth-library-bom:current} -->
77
<packaging>pom</packaging>
88
<name>Google Auth Library for Java BOM</name>
99
<description>

google-auth-library-java/credentials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.auth</groupId>
66
<artifactId>google-auth-library-parent</artifactId>
7-
<version>0.25.6-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
7+
<version>0.26.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

google-auth-library-java/oauth2_http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>0.25.6-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.26.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-parent</artifactId>
6-
<version>0.25.6-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
6+
<version>0.26.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
77
<packaging>pom</packaging>
88
<name>Google Auth Library for Java</name>
99
<description>Client libraries providing authentication and
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-auth-library:0.25.5:0.25.6-SNAPSHOT
5-
google-auth-library-bom:0.25.5:0.25.6-SNAPSHOT
6-
google-auth-library-parent:0.25.5:0.25.6-SNAPSHOT
7-
google-auth-library-appengine:0.25.5:0.25.6-SNAPSHOT
8-
google-auth-library-credentials:0.25.5:0.25.6-SNAPSHOT
9-
google-auth-library-oauth2-http:0.25.5:0.25.6-SNAPSHOT
4+
google-auth-library:0.26.0:0.26.0
5+
google-auth-library-bom:0.26.0:0.26.0
6+
google-auth-library-parent:0.26.0:0.26.0
7+
google-auth-library-appengine:0.26.0:0.26.0
8+
google-auth-library-credentials:0.26.0:0.26.0
9+
google-auth-library-oauth2-http:0.26.0:0.26.0

0 commit comments

Comments
 (0)