Skip to content

Commit dfe5498

Browse files
yoshi-automationchingor13
authored andcommitted
chore: release 0.17.0 (#328)
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip] * updated versions.txt [ci skip] * updated appengine/pom.xml [ci skip] * updated bom/pom.xml [ci skip] * updated credentials/pom.xml [ci skip] * updated oauth2_http/pom.xml [ci skip] * updated pom.xml [ci skip]
1 parent 0b585b8 commit dfe5498

File tree

8 files changed

+38
-14
lines changed

8 files changed

+38
-14
lines changed

CHANGELOG.md

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

3+
## [0.17.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.16.2...v0.17.0) (2019-08-16)
4+
5+
6+
### Bug Fixes
7+
8+
* cleanup unused code and deprecation warnings ([#315](https://www.github.com/googleapis/google-auth-library-java/issues/315)) ([7fd94c0](https://www.github.com/googleapis/google-auth-library-java/commit/7fd94c0))
9+
* Fix declared dependencies from merge issue ([#291](https://www.github.com/googleapis/google-auth-library-java/issues/291)) ([35abf13](https://www.github.com/googleapis/google-auth-library-java/commit/35abf13))
10+
* throw SigningException as documented ([#316](https://www.github.com/googleapis/google-auth-library-java/issues/316)) ([a1ab97c](https://www.github.com/googleapis/google-auth-library-java/commit/a1ab97c))
11+
* typo in ComputeEngineCredentials exception message ([#313](https://www.github.com/googleapis/google-auth-library-java/issues/313)) ([1a16f38](https://www.github.com/googleapis/google-auth-library-java/commit/1a16f38))
12+
13+
14+
### Features
15+
16+
* add Automatic-Module-Name to manifest ([#326](https://www.github.com/googleapis/google-auth-library-java/issues/326)) ([29f58b4](https://www.github.com/googleapis/google-auth-library-java/commit/29f58b4)), closes [#324](https://www.github.com/googleapis/google-auth-library-java/issues/324) [#324](https://www.github.com/googleapis/google-auth-library-java/issues/324)
17+
* add IDTokenCredential support ([#303](https://www.github.com/googleapis/google-auth-library-java/issues/303)) ([a87e3fd](https://www.github.com/googleapis/google-auth-library-java/commit/a87e3fd))
18+
* add JwtCredentials with custom claims ([#290](https://www.github.com/googleapis/google-auth-library-java/issues/290)) ([3f37172](https://www.github.com/googleapis/google-auth-library-java/commit/3f37172))
19+
* allow arbitrary additional claims for JwtClaims ([#331](https://www.github.com/googleapis/google-auth-library-java/issues/331)) ([888c61c](https://www.github.com/googleapis/google-auth-library-java/commit/888c61c))
20+
* Implement ServiceAccountSigner for ImpersonatedCredentials ([#279](https://www.github.com/googleapis/google-auth-library-java/issues/279)) ([70767e3](https://www.github.com/googleapis/google-auth-library-java/commit/70767e3))
21+
22+
23+
### Reverts
24+
25+
* "build: run in debug mode ([#319](https://www.github.com/googleapis/google-auth-library-java/issues/319))" ([#320](https://www.github.com/googleapis/google-auth-library-java/issues/320)) ([de79e14](https://www.github.com/googleapis/google-auth-library-java/commit/de79e14))
26+
327
## [0.16.2](https://www.github.com/googleapis/google-auth-library-java/compare/v0.16.1...v0.16.2) (2019-06-26)
428

529

README.md

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

4343
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
4444
```Groovy
45-
compile 'com.google.auth:google-auth-library-oauth2-http:0.16.2'
45+
compile 'com.google.auth:google-auth-library-oauth2-http:0.17.0'
4646
```
4747
[//]: # ({x-version-update-end})
4848

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

5151
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
5252
```Scala
53-
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.16.2"
53+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.17.0"
5454
```
5555
[//]: # ({x-version-update-end})
5656

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.16.3-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.17.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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.16.3-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
6+
<version>0.17.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>

credentials/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.16.3-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.17.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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.16.3-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.17.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.auth</groupId>
66
<artifactId>google-auth-library-parent</artifactId>
7-
<version>0.16.3-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
7+
<version>0.17.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
88
<packaging>pom</packaging>
99
<name>Google Auth Library for Java</name>
1010
<description>Client libraries providing authentication and

versions.txt

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.16.2:0.16.3-SNAPSHOT
5-
google-auth-library-bom:0.16.2:0.16.3-SNAPSHOT
6-
google-auth-library-parent:0.16.2:0.16.3-SNAPSHOT
7-
google-auth-library-appengine:0.16.2:0.16.3-SNAPSHOT
8-
google-auth-library-credentials:0.16.2:0.16.3-SNAPSHOT
9-
google-auth-library-oauth2-http:0.16.2:0.16.3-SNAPSHOT
4+
google-auth-library:0.17.0:0.17.0
5+
google-auth-library-bom:0.17.0:0.17.0
6+
google-auth-library-parent:0.17.0:0.17.0
7+
google-auth-library-appengine:0.17.0:0.17.0
8+
google-auth-library-credentials:0.17.0:0.17.0
9+
google-auth-library-oauth2-http:0.17.0:0.17.0

0 commit comments

Comments
 (0)