Skip to content

Commit 117141c

Browse files
authored
docs: backfill CHANGELOG.md (#327)
* docs: backfill CHANGELOG.md * fix: GitHub urls
1 parent a87e3fd commit 117141c

File tree

1 file changed

+238
-0
lines changed

1 file changed

+238
-0
lines changed

CHANGELOG.md

Lines changed: 238 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,238 @@
1+
# Changelog
2+
3+
## [0.16.2](https://www.github.com/googleapis/google-auth-library-java/compare/v0.16.1...v0.16.2) (2019-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Add metadata-flavor header to metadata server ping for compute engine ([#283](https://github.com/googleapis/google-auth-library-java/pull/283))
9+
10+
11+
### Dependencies
12+
13+
* Import http client bom for dependency management ([#268](https://github.com/googleapis/google-auth-library-java/pull/268))
14+
15+
16+
### Documentation
17+
18+
* README section for interop with google-http-client ([#275](https://github.com/googleapis/google-auth-library-java/pull/275))
19+
20+
21+
## [0.16.1](https://www.github.com/googleapis/google-auth-library-java/compare/v0.16.0...v0.16.1) (2019-06-06)
22+
23+
24+
### Dependencies
25+
26+
* Update dependency com.google.http-client:google-http-client to v1.30.1 ([#265](https://github.com/googleapis/google-auth-library-java/pull/265))
27+
28+
29+
## [0.16.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.15.0...v0.16.0) (2019-06-04)
30+
31+
32+
### Features
33+
34+
* Add google-auth-library-bom artifact ([#256](https://github.com/googleapis/google-auth-library-java/pull/256))
35+
36+
37+
### Dependencies
38+
39+
* Update dependency com.google.http-client:google-http-client to v1.30.0 ([#261](https://github.com/googleapis/google-auth-library-java/pull/261))
40+
* Update dependency com.google.http-client:google-http-client to v1.29.2 ([#259](https://github.com/googleapis/google-auth-library-java/pull/259))
41+
* Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.8 ([#257](https://github.com/googleapis/google-auth-library-java/pull/257))
42+
* Update to latest app engine SDK version ([#258](https://github.com/googleapis/google-auth-library-java/pull/258))
43+
* Update dependency org.apache.maven.plugins:maven-source-plugin to v3.1.0 ([#254](https://github.com/googleapis/google-auth-library-java/pull/254))
44+
* Update dependency org.jacoco:jacoco-maven-plugin to v0.8.4 ([#255](https://github.com/googleapis/google-auth-library-java/pull/255))
45+
* Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.1.2 ([#252](https://github.com/googleapis/google-auth-library-java/pull/252))
46+
* Update dependency org.apache.maven.plugins:maven-source-plugin to v2.4 ([#253](https://github.com/googleapis/google-auth-library-java/pull/253))
47+
48+
49+
### Documentation
50+
51+
* Javadoc publish kokoro job uses docpublisher ([#243](https://github.com/googleapis/google-auth-library-java/pull/243))
52+
53+
54+
## [0.15.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.14.0...v0.15.0) (2019-03-27)
55+
56+
57+
### Bug Fixes
58+
59+
* createScoped: make overload call implementation ([#229](https://github.com/googleapis/google-auth-library-java/pull/229))
60+
61+
62+
### Reverts
63+
64+
* Add back in deprecated methods in ServiceAccountJwtAccessCredentials ([#238](https://github.com/googleapis/google-auth-library-java/pull/238))
65+
66+
67+
## [0.14.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.13.0...v0.14.0) (2019-03-26)
68+
69+
70+
### Bug Fixes
71+
72+
* update default metadata url ([#230](https://github.com/googleapis/google-auth-library-java/pull/230))
73+
* Remove deprecated methods ([#190](https://github.com/googleapis/google-auth-library-java/pull/190))
74+
* Update Sign Blob API ([#232](https://github.com/googleapis/google-auth-library-java/pull/232))
75+
76+
77+
### Dependencies
78+
79+
* Upgrade http client to 1.29.0. ([#235](https://github.com/googleapis/google-auth-library-java/pull/235))
80+
* update deps ([#234](https://github.com/googleapis/google-auth-library-java/pull/234))
81+
82+
83+
## [0.13.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.12.0...v0.13.0) (2019-01-17)
84+
85+
86+
### Bug Fixes
87+
88+
* Use OutputStream directly instead of PrintWriter ([#220](https://github.com/googleapis/google-auth-library-java/pull/220))
89+
* Improve log output when detecting GCE ([#214](https://github.com/googleapis/google-auth-library-java/pull/214))
90+
91+
92+
### Features
93+
94+
* Overload GoogleCredentials.createScoped with variadic arguments ([#218](https://github.com/googleapis/google-auth-library-java/pull/218))
95+
96+
97+
### Dependencies
98+
99+
* Update google-http-client version, guava, and maven surefire plugin ([#221](https://github.com/googleapis/google-auth-library-java/pull/221))
100+
101+
102+
## [0.12.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.11.0...v0.12.0) (2018-12-19)
103+
104+
105+
### Bug Fixes
106+
107+
* Show error message in case of problems with getting access token ([#206](https://github.com/googleapis/google-auth-library-java/pull/206))
108+
* Add note about `NO_GCE_CHECK` to metadata 404 error message ([#205](https://github.com/googleapis/google-auth-library-java/pull/205))
109+
110+
111+
### Features
112+
113+
* Add ImpersonatedCredentials ([#211](https://github.com/googleapis/google-auth-library-java/pull/211))
114+
* Add option to suppress end user credentials warning. ([#207](https://github.com/googleapis/google-auth-library-java/pull/207))
115+
116+
117+
### Dependencies
118+
119+
* Update google-http-java-client dependency to 1.27.0 ([#208](https://github.com/googleapis/google-auth-library-java/pull/208))
120+
121+
122+
### Documentation
123+
124+
* README grammar fix ([#192](https://github.com/googleapis/google-auth-library-java/pull/192))
125+
* Add unstable badge to README ([#184](https://github.com/googleapis/google-auth-library-java/pull/184))
126+
* Update README with instructions on installing the App Engine SDK and running the tests ([#209](https://github.com/googleapis/google-auth-library-java/pull/209))
127+
128+
129+
## [0.11.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.10.0...v0.11.0) (2018-08-23)
130+
131+
132+
### Bug Fixes
133+
134+
* Update auth token urls (#174)
135+
136+
137+
### Dependencies
138+
139+
* Update dependencies (guava) (#170)
140+
* Bumping google-http-client version to 1.24.1 (#171)
141+
142+
143+
### Documentation
144+
145+
* Documentation for ComputeEngineCredential signing. (#176)
146+
* Fix README link (#169)
147+
148+
149+
## [0.10.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.9.1...v0.10.0) (2018-06-12)
150+
151+
152+
### Bug Fixes
153+
154+
* Read token_uri from service account JSON (#160)
155+
* Log warning if default credentials uses a user token from gcloud sdk (#166)
156+
157+
158+
### Features
159+
160+
* Add OAuth2Credentials#refreshIfExpired() (#163)
161+
* ComputeEngineCredentials implements ServiceAccountSigner (#141)
162+
163+
164+
### Documentation
165+
166+
* Versionless Javadocs (#164)
167+
* Fix documentation for `getAccessToken()` returning cached value (#162)
168+
169+
170+
## [0.9.1](https://www.github.com/googleapis/google-auth-library-java/compare/v0.9.0...v0.9.1) (2018-04-09)
171+
172+
173+
### Features
174+
175+
* Add caching for JWT tokens (#151)
176+
177+
178+
## [0.9.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.8.0...v0.9.0) (2017-11-02)
179+
180+
181+
### Bug Fixes
182+
183+
* Fix NPE deserializing ServiceAccountCredentials (#132)
184+
185+
186+
### Features
187+
188+
* Surface cleanup (#136)
189+
* Providing a method to remove CredentialsChangedListeners (#130)
190+
* Implemented in-memory TokenStore and added opportunity to save user credentials into file (#129)
191+
192+
193+
### Documentation
194+
195+
* Fixes comment typos. (#131)
196+
197+
198+
## [0.8.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.7.1...v0.8.0) (2017-09-08)
199+
200+
201+
### Bug Fixes
202+
203+
* Extracting the project_id field from service account JSON files (#118)
204+
* Fixing an Integer Overflow Issue (#121)
205+
* use metadata server to get credentials for GAE 8 standard environment (#122)
206+
207+
208+
### Features
209+
210+
* Switch OAuth2 HTTP surface to use builder pattern (#123)
211+
* Add builder pattern to AppEngine credentials (#125)
212+
213+
214+
### Documentation
215+
216+
* Fix API Documentation link rendering (#112)
217+
218+
219+
## [0.7.1](https://www.github.com/googleapis/google-auth-library-java/compare/v0.7.0...v0.7.1) (2017-07-14)
220+
221+
222+
### Bug Fixes
223+
224+
* Mitigate occasional failures in looking up Application Default Credentials on a Google Compute Engine (GCE) Virtual Machine (#110)
225+
226+
227+
## [0.7.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.6.1...v0.7.0) (2017-06-06)
228+
229+
230+
### Bug Fixes
231+
232+
* Retry HTTP errors in `ServiceAccountCredentials.refreshAccessToken()` to avoid propagating failures (#100 addresses #91)
233+
234+
235+
### Features
236+
237+
* Add `GoogleCredentials.createDelegated()` method to allow using domain-wide delegation with service accounts (#102)
238+
* Allow bypassing App Engine credential check using environment variable, to allow Application Default Credentials to detect GCE when running on GAE Flex (#103)

0 commit comments

Comments
 (0)