Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / google-gax / CHANGELOG.md
1 # Changelog
2
3 [npm history][1]
4
5 [1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions
6
7 ## v0.25.6
8
9 03-28-2019 21:27 PDT
10
11 ### Fixes
12 - fix(deps): update dependency semver to v6
13 - fix: bundling is optional in MethodConfig ([#459](https://github.com/googleapis/gax-nodejs/pull/459))
14 - fix(ts): drop dependency on @types/duplexify ([#458](https://github.com/googleapis/gax-nodejs/pull/458))
15
16 ### Internal / Testing Changes
17 - chore: publish to npm using wombat ([#453](https://github.com/googleapis/gax-nodejs/pull/453))
18 - build: use per-repo publish token ([#449](https://github.com/googleapis/gax-nodejs/pull/449))
19
20 ## v0.25.5
21
22 03-15-2019 14:01 PDT
23
24 ### Implementation Changes
25
26 - fix: includes @types/duplexify in package ([#441](https://github.com/googleapis/gax-nodejs/pull/441))
27
28 ### Dependencies
29
30 - fix(deps): update dependency google-proto-files to ^0.19.0
31 - chore(deps): update dependency @types/source-map-support to ^0.5.0 ([#442](https://github.com/googleapis/gax-nodejs/pull/442))
32
33 ### Internal / Testing Changes
34
35 - build: Add docuploader credentials to node publish jobs ([#444](https://github.com/googleapis/gax-nodejs/pull/444))
36 - build: use node10 to run samples-test, system-test etc ([#443](https://github.com/googleapis/gax-nodejs/pull/443))
37 - build: update kokoro config ([#440](https://github.com/googleapis/gax-nodejs/pull/440))
38 - test: longer timeout for Pub/Sub system tests ([#451](https://github.com/googleapis/gax-nodejs/pull/451))
39
40 ## v0.25.4
41
42 02-28-2019 17:51 PST
43
44 ### Implementation Changes
45
46 - fix: do not hang in LRO forever if API returned nothing ([#436](https://github.com/googleapis/gax-nodejs/pull/436))
47
48 ## v0.25.3
49
50 02-26-2019 12:08 PST
51
52 ### Implementation Changes
53
54 - fix: monitoring could be a common proto ([#434](https://github.com/googleapis/gax-nodejs/pull/434))
55 - refactor: cleanup unused files ([#422](https://github.com/googleapis/gax-nodejs/pull/422))
56 - chore(typescript): export common API call types ([#433](https://github.com/googleapis/gax-nodejs/pull/433))
57
58 ### Dependencies
59
60 - chore(deps): update dependency mocha to v6 ([#430](https://github.com/googleapis/gax-nodejs/pull/430))
61
62 ### Documentation
63
64 - docs: update links in contrib guide ([#429](https://github.com/googleapis/gax-nodejs/pull/429))
65
66 ### Internal / Testing Changes
67
68 - build: use linkinator for docs test ([#428](https://github.com/googleapis/gax-nodejs/pull/428))
69
70 ## v0.25.2
71
72 02-12-2019 01:16 PST
73
74 - fix: do not fail if bundledField is missing ([#424](https://github.com/googleapis/gax-nodejs/pull/424))
75 - fix: do not use console.warn or console.error ([#426](https://github.com/googleapis/gax-nodejs/pull/426))
76
77 ### Implementation Changes
78
79 - refactor: snake case savagery is for pythonistas 🙅\200d♂️🐍 ([#421](https://github.com/googleapis/gax-nodejs/pull/421))
80 - refactor: clean up operations client ([#420](https://github.com/googleapis/gax-nodejs/pull/420))
81
82 ### Internal / Testing Changes
83
84 - test: do not use grpc-js in regular system test ([#425](https://github.com/googleapis/gax-nodejs/pull/425))
85 - build: create docs test npm scripts ([#423](https://github.com/googleapis/gax-nodejs/pull/423))
86
87 ## v0.25.1
88
89 02-08-2019 18:01 PST
90
91 This is a patch release that fixes the code working with `grpc-js` ([#400](https://github.com/googleapis/gax-nodejs/pull/400)).
92 It's not supposed to be used in production (yet), so it's hidden behind a secret environment variable.
93 We'll let you know when it's ready to use!
94
95 ### Dependencies
96
97 - fix(deps): update dependency walkdir to v0.3.2 ([#413](https://github.com/googleapis/gax-nodejs/pull/413))
98 - fix(deps): update dependency walkdir to v0.2.0 ([#410](https://github.com/googleapis/gax-nodejs/pull/410))
99 - fix(deps): update dependency walkdir to v0.1.0 ([#407](https://github.com/googleapis/gax-nodejs/pull/407))
100
101 ### Documentation
102
103 - docs: update contributing guide ([#414](https://github.com/googleapis/gax-nodejs/pull/414))
104 - docs: add lint/fix example to contributing guide ([#409](https://github.com/googleapis/gax-nodejs/pull/409))
105 - docs: fix type for retryCodes ([#404](https://github.com/googleapis/gax-nodejs/pull/404))
106
107 ### Internal / Testing Changes
108
109 - build: test using @grpc/grpc-js in CI ([#418](https://github.com/googleapis/gax-nodejs/pull/418))
110 - chore: don't run system tests with grpc-js ([#417](https://github.com/googleapis/gax-nodejs/pull/417))
111 - test: enable testing of grpc-js ([#400](https://github.com/googleapis/gax-nodejs/pull/400))
112
113 ## v0.25.0
114
115 01-28-2019 23:31 PST
116
117 ### New Features
118
119 - Add grpc-gcp support in gax ([#396](https://github.com/googleapis/gax-nodejs/pull/396))
120
121 ### Dependencies
122
123 - chore(deps): update dependency eslint-config-prettier to v4 ([#399](https://github.com/googleapis/gax-nodejs/pull/399))
124
125 ## v0.24.0
126
127 01-24-2019 08:49 PST
128
129 ### Dependencies
130 - fix(deps): update dependency @grpc/proto-loader to ^0.4.0 ([#395](https://github.com/googleapis/gax-nodejs/pull/395))
131 - fix(deps): update dependency google-auth-library to v3 ([#394](https://github.com/googleapis/gax-nodejs/pull/394))
132
133 ## v0.23.0
134
135 01-11-2019 13:32 PST
136
137
138 ### Implementation Changes
139 - fix: include status code on errors ([#390](https://github.com/googleapis/gax-nodejs/pull/390))
140 - fix: Change to "greater than" for limit on number of elements ([#386](https://github.com/googleapis/gax-nodejs/pull/386))
141 - fix(ts): export CallSettings and RetryOptions ([#360](https://github.com/googleapis/gax-nodejs/pull/360))
142
143 ### Dependencies
144 - chore(deps): update dependency @types/sinon to v7 ([#385](https://github.com/googleapis/gax-nodejs/pull/385))
145 - chore(deps): update dependency typescript to ~3.2.0 ([#364](https://github.com/googleapis/gax-nodejs/pull/364))
146 - chore(deps): update dependency gts to ^0.9.0 ([#355](https://github.com/googleapis/gax-nodejs/pull/355))
147
148 ### Documentation
149 - build: check broken links in generated docs ([#387](https://github.com/googleapis/gax-nodejs/pull/387))
150
151 ### Internal / Testing Changes
152 - chore(build): inject yoshi automation key ([#384](https://github.com/googleapis/gax-nodejs/pull/384))
153 - chore: update nyc and eslint configs ([#383](https://github.com/googleapis/gax-nodejs/pull/383))
154 - chore: npm-install-retry is not a thing anymore ([#381](https://github.com/googleapis/gax-nodejs/pull/381))
155 - chore: fix publish.sh permission +x ([#380](https://github.com/googleapis/gax-nodejs/pull/380))
156 - fix(build): fix Kokoro release script ([#379](https://github.com/googleapis/gax-nodejs/pull/379))
157 - build: add Kokoro configs for autorelease ([#378](https://github.com/googleapis/gax-nodejs/pull/378))
158 - chore: always nyc report before calling codecov ([#375](https://github.com/googleapis/gax-nodejs/pull/375))
159 - chore: nyc ignore build/test by default ([#374](https://github.com/googleapis/gax-nodejs/pull/374))
160 - chore: update synth metadata ([#372](https://github.com/googleapis/gax-nodejs/pull/372))
161 - chore: fix openssl decrypt ([#367](https://github.com/googleapis/gax-nodejs/pull/367))
162 - test: enable pub/sub system tests ([#366](https://github.com/googleapis/gax-nodejs/pull/366))
163 - chore: don't say operations_client.ts is autogen'd ([#361](https://github.com/googleapis/gax-nodejs/pull/361))
164 - test: don't run Pub/Sub system tests ([#362](https://github.com/googleapis/gax-nodejs/pull/362))
165 - chore: include format and lint tools for samples ([#359](https://github.com/googleapis/gax-nodejs/pull/359))
166 - chore: add a synth.metadata
167
168 ## v0.22.1
169
170 11-12-2018 16:56 PST
171
172
173 ### Dependencies
174 - Update grpc dependency ([#353](https://github.com/googleapis/gax-nodejs/pull/353))
175
176 ### Internal / Testing Changes
177 - Update eslintignore config ([#352](https://github.com/googleapis/gax-nodejs/pull/352))
178
179 ## v0.22.0
180
181 11-12-2018 15:05 PST
182
183 ### New Features
184 - feat: to support GRPC-GCP Extension, include additional options in grpcOptions ([#328](https://github.com/googleapis/gax-nodejs/pull/328))
185
186 ## v0.21.0
187
188 ### 11-10-2018 11:27 PST
189 This is a minor service release that largely contains updates to other modules.  The upgrade to `google-proto-files` and `walkdir` in particular should improve load time of the module by at least ~100ms.
190
191 ### Dependencies
192 - fix(deps): update dependency google-proto-files to ^0.18.0 ([#348](https://github.com/googleapis/gax-nodejs/pull/348))
193 - fix: use `walkdir` instead of `globby` ([#346](https://github.com/googleapis/gax-nodejs/pull/346))
194 - chore(deps): update dependency through2 to v3 ([#343](https://github.com/googleapis/gax-nodejs/pull/343))
195 - chore: update grpc to ^1.15.1 ([#316](https://github.com/googleapis/gax-nodejs/pull/316))
196 - fix(deps): update dependency @grpc/grpc-js to ^0.3.0 ([#308](https://github.com/googleapis/gax-nodejs/pull/308))
197
198 ### Internal / Testing Changes
199 - fix: improve types, remove dead code ([#340](https://github.com/googleapis/gax-nodejs/pull/340))
200 - refactor: enable noImplicitThis in the tsconfig ([#347](https://github.com/googleapis/gax-nodejs/pull/347))
201 - refactor: drop extend and lodash.flatten ([#345](https://github.com/googleapis/gax-nodejs/pull/345))
202 - chore: remove temporary folder ([#339](https://github.com/googleapis/gax-nodejs/pull/339))
203 - chore: use latest npm on Windows ([#344](https://github.com/googleapis/gax-nodejs/pull/344))
204 - refactor: clean up lodash and use strict ([#342](https://github.com/googleapis/gax-nodejs/pull/342))
205 - chore: include build in eslintignore ([#337](https://github.com/googleapis/gax-nodejs/pull/337))
206 - chore: system tests for gax ([#334](https://github.com/googleapis/gax-nodejs/pull/334))
207 - chore: update issue templates ([#333](https://github.com/googleapis/gax-nodejs/pull/333))
208 - Update issue templates
209 - chore: remove old issue template ([#329](https://github.com/googleapis/gax-nodejs/pull/329))
210 - build: run tests on node11 ([#327](https://github.com/googleapis/gax-nodejs/pull/327))
211 - fix: better types for GAPIC clients ([#326](https://github.com/googleapis/gax-nodejs/pull/326))
212 - chores(build): do not collect sponge.xml from windows builds ([#325](https://github.com/googleapis/gax-nodejs/pull/325))
213 - chores(build): run codecov on continuous builds ([#324](https://github.com/googleapis/gax-nodejs/pull/324))
214 - chore: update new issue template ([#323](https://github.com/googleapis/gax-nodejs/pull/323))
215 - build: fix codecov uploading on Kokoro ([#320](https://github.com/googleapis/gax-nodejs/pull/320))
216 - fix(deps): update dependency google-proto-files to ^0.17.0 ([#317](https://github.com/googleapis/gax-nodejs/pull/317))
217 - chore(deps): update dependency sinon to v7 ([#319](https://github.com/googleapis/gax-nodejs/pull/319))
218 - Update kokoro config ([#315](https://github.com/googleapis/gax-nodejs/pull/315))
219 - chore(deps): update dependency typescript to ~3.1.0 ([#313](https://github.com/googleapis/gax-nodejs/pull/313))
220 - Update CI config ([#312](https://github.com/googleapis/gax-nodejs/pull/312))
221 - build: prevent system/sample-test from leaking credentials
222 - Update the kokoro config ([#309](https://github.com/googleapis/gax-nodejs/pull/309))
223 - test: remove appveyor config ([#307](https://github.com/googleapis/gax-nodejs/pull/307))
224 - Update CI config ([#306](https://github.com/googleapis/gax-nodejs/pull/306))
225 - Enable prefer-const in the eslint config ([#304](https://github.com/googleapis/gax-nodejs/pull/304))
226 - Enable no-var in eslint ([#303](https://github.com/googleapis/gax-nodejs/pull/303))
227
228 ## v0.18.0
229
230 ### Implementation Changes
231 BREAKING CHANGE:
232 - fix: drop support for node.js 4.x and 9.x (#262)
233
234 ### New Features
235
236 ### Dependencies
237 - refactor: add dependency on @grpc/proto-loader (#229)
238 - chore(deps): update dependency typescript to v3 (#275)
239 - fix(deps): update dependency @grpc/proto-loader to ^0.3.0 (#269)
240 - chore(deps): update dependency gts to ^0.8.0 (#266)
241 - chore(package): Update gts to the latest version 🚀 (#255)
242 - chore(package): update @types/globby to version 8.0.0 (#257)
243
244 ### Documentation
245 - Add Code of Conduct
246
247 ### Internal / Testing Changes
248 - chore: move mocha options to mocha.opts (#274)
249 - test: fixing timeouts (#264)
250 - Configure Renovate (#258)
251 - fix: fix typo in a test (#260)
252 - fix: update linking for samples (#259)
253 - refactor: remove prettier, eslint, jshint (#254)
254