UNPKG

47.2 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/)
6and this project adheres to [Semantic Versioning](http://semver.org/).
7
8## [Unreleased](https://github.com/atomist/automation-client-ts/compare/1.8.2...HEAD)
9
10### Added
11
12- Allow to disable color output. [ab7caa4](https://github.com/atomist/automation-client/commit/ab7caa4158668b0fe9616902910aff7366807e98)
13- Add ability to intercept GraphQL operations. [faff645](https://github.com/atomist/automation-client/commit/faff64599c79776e808b68da5125b420dae2b339)
14
15## [1.8.2](https://github.com/atomist/automation-client-ts/compare/1.8.1...1.8.2) - 2020-03-02
16
17### Fixed
18
19- Npm audit fix. [1b9a798](https://github.com/atomist/automation-client/commit/1b9a79885f8ffd61342a337dd0d2ad3f3809aebe)
20- Update schema. [70fcbee](https://github.com/atomist/automation-client/commit/70fcbee1001bd58964b600534b5765e3eac4cba5)
21- Pin fast-glob to 3.1.1. [bb37198](https://github.com/atomist/automation-client/commit/bb37198ce8c93abd025a94e4080e6f20eea2a7f4)
22
23## [1.8.1](https://github.com/atomist/automation-client-ts/compare/1.8.0...1.8.1) - 2020-03-02
24
25### Added
26
27- Dynamic goals. [#631](https://github.com/atomist/automation-client/pull/631)
28- Allow to disable color output. [63d5f29](https://github.com/atomist/automation-client/commit/63d5f29d792a82cec0e00b4cb0ea9dbca71f516d)
29- Add Apollo client identification headers to ApolloGraphClient. [#633](https://github.com/atomist/automation-client/issues/633)
30- Atm-gql-gen fails if node_modules is not in $PWD (e.g. using lerna + hoisted packages). [#629](https://github.com/atomist/automation-client/issues/629)
31- Add ability to intercept GraphQL operations. [29df6df](https://github.com/atomist/automation-client/commit/29df6df638183800810985a4acb397385c043ef0)
32- Enable RegExp for intents. [#637](https://github.com/atomist/automation-client/issues/637)
33- Support adding reviewers to PRs on Creation. [#641](https://github.com/atomist/automation-client/issues/641)
34
35### Changed
36
37- Test errors with proper-lockfile 3.0.1. [#225](https://github.com/atomist/automation-client/issues/225)
38
39### Removed
40
41- Remove CachingDirectoryManager (and proper-lockfile usage). [#639](https://github.com/atomist/automation-client/issues/639)
42
43### Fixed
44
45- The BitBucket repo refs should throw errors on failure. [#646](https://github.com/atomist/automation-client/issues/646)
46
47## [1.8.0](https://github.com/atomist/automation-client-ts/compare/1.7.0...1.8.0) - 2019-12-06
48
49### Added
50
51- Introduce caching to Project API. [#606](https://github.com/atomist/automation-client/issues/606)
52- Add exports to index. [#624](https://github.com/atomist/automation-client/issues/624)
53- Add support for logging the callsite. [0121bce](https://github.com/atomist/automation-client/commit/0121bce726e300c9a1cd8cb2ded3b3a188b9fdd8)
54
55### Changed
56
57- Make output less verbose during development. [#603](https://github.com/atomist/automation-client/issues/603)
58- Do not create typings dir if not creating types. [#609](https://github.com/atomist/automation-client/issues/609)
59- Clean up tmp dirs on shutdown. [#614](https://github.com/atomist/automation-client/issues/614)
60- Clean up configuration code and docs. [#615](https://github.com/atomist/automation-client/issues/615)
61- Switch to globby for glob matching. [#618](https://github.com/atomist/automation-client/issues/618)
62- Consolidate on micromatch and fast-glob. [#620](https://github.com/atomist/automation-client/issues/620)
63
64### Deprecated
65
66- Introduce caching to Project API. [#606](https://github.com/atomist/automation-client/issues/606)
67
68### Fixed
69
70- Use host configuration in Express listen call. [#607](https://github.com/atomist/automation-client/issues/607)
71- Consolidates ProjectUtils files. Resolves #229. [#617](https://github.com/atomist/automation-client/issues/617)
72- Fix retry when WS closes during startup. [5af51f1](https://github.com/atomist/automation-client/commit/5af51f1df906d0f7e4a225e07bda37c4ae56aba7)
73- Invalidate file cache on content change. [#622](https://github.com/atomist/automation-client/issues/622)
74- TargetsParams.test should filter by owner if set along with a regex. [#304](https://github.com/atomist/automation-client/issues/304)
75
76## [1.7.0](https://github.com/atomist/automation-client-ts/compare/1.6.2...1.7.0) - 2019-09-09
77
78### Added
79
80- Add a clone option to shallowly fetch all branches. [#572](https://github.com/atomist/automation-client/issues/572)
81- Add support for GitHub App tokens. [b58833a](https://github.com/atomist/automation-client/commit/b58833a4a91fab2cdd9bd5cdc8cc74da634359e4)
82- Export isRemoteRepoRef. [#578](https://github.com/atomist/automation-client/issues/578)
83- Add support for code reloading without restart. [#597](https://github.com/atomist/automation-client/issues/597)
84
85### Changed
86
87- Modify GitHub token pattern to match on app tokens. [#593](https://github.com/atomist/automation-client/issues/593)
88- Upgrade to graphql-codegen version 1.7.1. [#595](https://github.com/atomist/automation-client/issues/595)
89
90### Fixed
91
92- `promptFor` not sending continuation message in cluster mode. [#592](https://github.com/atomist/automation-client/issues/592)
93- Fix threaded messages for responses. [b782039](https://github.com/atomist/automation-client/commit/b7820393301f3707dfb21b0b323fc1c3a944864e)
94
95## [1.6.2](https://github.com/atomist/automation-client-ts/compare/1.6.1...1.6.2) - 2019-07-11
96
97### Added
98
99- Add support for configuration profiles. [144fb03](https://github.com/atomist/automation-client/commit/144fb033b98292784cae30317fc0ba72dfe74dbb)
100- Update lodash, lodash.merge and lodash.template to fix security vulnerability. [dcf21d8](https://github.com/atomist/automation-client/commit/dcf21d8d8ade37f192231f9d5bee28131c110c8a)
101
102## [1.6.1](https://github.com/atomist/automation-client-ts/compare/1.6.0...1.6.1) - 2019-07-08
103
104### Added
105
106- Add x-request-id to apollo requests. [caef74a](https://github.com/atomist/automation-client-ts/compare/2015a1ef062c4c5d3954b002d46e101da643b7e8...caef74a92e47207849d76c88d7c0a4c95b67f5bd)
107
108### Fixed
109
110- Use major version for durable registrations. [46a9200](https://github.com/atomist/automation-client/commit/46a920020ed613c7a7a6c24e995d946e4abc2754)
111
112## [1.6.0](https://github.com/atomist/automation-client-ts/compare/1.5.3...1.6.0) - 2019-07-04
113
114### Added
115
116- Add statsd metric to indicate WS backoff. [d0701de](https://github.com/atomist/automation-client/commit/d0701de2fecb730e1ca659913acac771c4ec3b0b)
117
118## [1.5.3](https://github.com/atomist/automation-client-ts/compare/1.5.2...1.5.3) - 2019-06-04
119
120### Changed
121
122- Allow configuration to be a `Promise<Configuration>`. [#564](https://github.com/atomist/automation-client/issues/564)
123- Rework github helpers to not use axios. [7d854b6](https://github.com/atomist/automation-client/commit/7d854b6ef8a931308d93618941963feb432c81c7)
124
125### Deprecated
126
127- Deprecate `atomist://github/default_repo_visibility` mapped parameter. [#559](https://github.com/atomist/automation-client/issues/559)
128
129## [1.5.2](https://github.com/atomist/automation-client-ts/compare/1.5.1...1.5.2) - 2019-05-30
130
131### Fixed
132
133- Ensure query params are passed when retrieving default reviewers. [#556](https://github.com/atomist/automation-client/issues/556)
134- Improve behavior when immediate shutdown requested. [7055ec1](https://github.com/atomist/automation-client/commit/7055ec155f9f1aefd0254fc64509543495538391)
135
136## [1.5.1](https://github.com/atomist/automation-client-ts/compare/1.5.0...1.5.1) - 2019-05-29
137
138### Changed
139
140- Update to graphql-codegen 0.18.2. [a9101f8](https://github.com/atomist/automation-client/commit/a9101f8eff0f4c02a087cbec8ffc602e4292735f)
141
142### Fixed
143
144- Allow for normal exit with async hooks. [#553](https://github.com/atomist/automation-client/issues/553)
145
146## [1.5.0](https://github.com/atomist/automation-client-ts/compare/1.4.0...1.5.0) - 2019-05-27
147
148### Added
149
150- Support sending response messages back into a thread. [dc005f2](https://github.com/atomist/automation-client/commit/dc005f2237b650d2f96ea5206db9a31b7453b1c9)
151- Redact outgoing messages. [#527](https://github.com/atomist/automation-client/issues/527)
152- Expose integration point for different statsd client libraries. [#533](https://github.com/atomist/automation-client/issues/533)
153- Improvements to message sending protocol. [#546](https://github.com/atomist/automation-client/issues/546)
154- Add default reviewer mechanism for BitBucket. [#542](https://github.com/atomist/automation-client/issues/542)
155
156### Changed
157
158- Consolidate and make test running smarter. [#517](https://github.com/atomist/automation-client/issues/517)
159- MsgIds should not contain spaces. [#539](https://github.com/atomist/automation-client/issues/539)
160
161### Removed
162
163- Remove remoteRepoFrom. [#522](https://github.com/atomist/automation-client/issues/522)
164
165### Fixed
166
167- Safely serialze response data from workers. [d827034](https://github.com/atomist/automation-client/commit/d827034a22f091b9136ae6385ff23ca86d2d7737)
168- Messages should not be sent to "null" users. [#530](https://github.com/atomist/automation-client/issues/530)
169- configurationValue does not allow the use of a falsey default value. [#534](https://github.com/atomist/automation-client/issues/534)
170- Send valid statsd metrics. [#532](https://github.com/atomist/automation-client/issues/532)
171- edit-all fails if a branch already exists on one repo. [#168](https://github.com/atomist/automation-client/issues/168)
172- Rework cluster shutdown. [#549](https://github.com/atomist/automation-client/issues/549)
173- Improve cluster shutdown behavior. [#550](https://github.com/atomist/automation-client/issues/550)
174
175## [1.4.0](https://github.com/atomist/automation-client-ts/compare/1.3.0...1.4.0) - 2019-04-15
176
177### Added
178
179- Maintain internal priority queue of command/event invocations [#512](https://github.com/atomist/automation-client/issues/512)
180- BitBucketServerRepoRef support cloning from specific branch. [#482](https://github.com/atomist/automation-client/issues/482)
181- Support web user_agent in source of incoming command request. [#498](https://github.com/atomist/automation-client/issues/498)
182- Identity tokens in CommandHandlerRequest maps. [#497](https://github.com/atomist/automation-client/issues/497)
183- Create single interface for creating RemoteRepoRef. [#513](https://github.com/atomist/automation-client/issues/513)
184
185### Changed
186
187- Clearer description for generated repo name. [#493](https://github.com/atomist/automation-client/issues/493)
188- Hide secrets in messages. [ae43b4f](https://github.com/atomist/automation-client/commit/ae43b4ff21e11cd6493b8acac657a440904baf7c)
189
190### Deprecated
191
192- Session ID being used as Bearer in Authorization header. [#491](https://github.com/atomist/automation-client/issues/491)
193
194### Fixed
195
196- Handle empty parameter list on incoming command. [#490](https://github.com/atomist/automation-client/issues/490)
197
198## [1.3.0](https://github.com/atomist/automation-client-ts/compare/1.2.0...1.3.0) - 2019-03-14
199
200### Added
201
202- Provide a dummy id to InMemoryProject. [#438](https://github.com/atomist/automation-client/issues/438)
203- Allow boolean and number parameters types in command requests. [#446](https://github.com/atomist/automation-client/issues/446)
204- Set WebSocketLifecycle on configuration. [6c009bf](https://github.com/atomist/automation-client/commit/6c009bf30f89b3685c208636337d6810338f917e)
205- Provide a way to globally modify chat messages. [#470](https://github.com/atomist/automation-client/issues/470)
206- Add getContentBuffer method to File. [#476](https://github.com/atomist/automation-client/issues/476)
207- Test failure case in doWithFiles. [#471](https://github.com/atomist/automation-client/issues/471)
208- Allow configurationValue without path. [128f8e4](https://github.com/atomist/automation-client/commit/128f8e49081574e5709298fe10b23fa244bc0a0a)
209- Add Namespace support for Gitlab. [#477](https://github.com/atomist/automation-client/issues/477)
210
211### Changed
212
213- Allow matchIterator to be used to change matches. [#442](https://github.com/atomist/automation-client/issues/442)
214- Various fixes to better support targeting in command handlers. [#441](https://github.com/atomist/automation-client/issues/441)
215- Add support for latest Chooser API contract. [17549fd](https://github.com/atomist/automation-client/commit/17549fdb9ba12b707898e8cfb49e1f1ba61c5d37)
216- Update failure logging for failed repo creations. [#461](https://github.com/atomist/automation-client/issues/461)
217- Fall through to no creds for cloneUrl. [b31ba59](https://github.com/atomist/automation-client/commit/b31ba59eca489d9bfea5528046ed52800f6a7bc5)
218- Remove axios usage and use HttpClientFactory. [#464](https://github.com/atomist/automation-client/issues/464)
219- Update dependencies. [d68fef3](https://github.com/atomist/automation-client/commit/d68fef3d64974677d7ac4b7f1d957b24c65f6a26)
220- Update all deps including graphql-code-generator. [#474](https://github.com/atomist/automation-client/issues/474)
221
222### Deprecated
223
224- Add support for latest Chooser API contract. [17549fd](https://github.com/atomist/automation-client/commit/17549fdb9ba12b707898e8cfb49e1f1ba61c5d37)
225- Deprecated Chooser type. [60739fc](https://github.com/atomist/automation-client/commit/60739fccd95f0cb8515cf1aea9214daa015de491)
226
227### Removed
228
229- Remove addAtomistWebhook from see generator params. [4ebe315](https://github.com/atomist/automation-client/commit/4ebe315eda8555dcaad43e910a8ac903c90677f3)
230
231### Fixed
232
233- Errors in machine function can get swallowed and ignored . [#449](https://github.com/atomist/automation-client/issues/449)
234- Do not swallow exceptions thrown by transforms in generators. [#465](https://github.com/atomist/automation-client/issues/465)
235- Fix typo that crashed it. [#475](https://github.com/atomist/automation-client/issues/475)
236- WebSocket can be destroyed before message sent. [#483](https://github.com/atomist/automation-client/issues/483)
237- Disable TSLint on generated types. [#485](https://github.com/atomist/automation-client/issues/485)
238
239## [1.2.0](https://github.com/atomist/automation-client-ts/compare/1.1.0...1.2.0) - 2018-12-27
240
241### Added
242
243- Add thread_ts to MessageOptions to address threads. [49b9be7](https://github.com/atomist/automation-client/commit/49b9be713fa6395d16892787958c4f1cf6a444d4)
244- Disable graphql-tag fragment warning. [#419](https://github.com/atomist/automation-client/issues/419)
245- Allow to print out configuration sources during startup. [a255171](https://github.com/atomist/automation-client/commit/a255171da3b88a2bd4422672422f5ad228183bbb)
246- Add HEAD method to HttpClient. [32fbc96](https://github.com/atomist/automation-client/commit/32fbc9654178c8f3425e95ccc07228d8e1f2227b)
247- Gracefully queue messages when the WS disconnects. [#426](https://github.com/atomist/automation-client/issues/426)
248- Introduce `targets.branch` and fix `project.id` to point to correct project. [#434](https://github.com/atomist/automation-client/issues/434)
249- Stronger typing for parameters. [#437](https://github.com/atomist/automation-client/issues/437)
250
251### Changed
252
253- Tighten typing on menuForCommand and buttonForCommand. [de3b582](https://github.com/atomist/automation-client/commit/de3b5821e69aee02952487aec63759d4ec7faffd)
254- Update registration timeout to 30s. [65d9ba9](https://github.com/atomist/automation-client/commit/65d9ba9fe353c6c4609c35a1cb455bb9f31e26dc)
255
256### Fixed
257
258- Boolean parameter types are not supported. [#423](https://github.com/atomist/automation-client/issues/423)
259- Introduce `targets.branch` and fix `project.id` to point to correct project. [#434](https://github.com/atomist/automation-client/issues/434)
260- Fix defaulting of targetBranch when raising PR. [6c80f10](https://github.com/atomist/automation-client/commit/6c80f10c5656b8b9d1c838808d65d20020297e54)
261- Logging setting can cause startup hangs. [#435](https://github.com/atomist/automation-client/issues/435)
262
263## [1.1.0](https://github.com/atomist/automation-client-ts/compare/1.0.1...1.1.0) - 2018-12-08
264
265### Added
266
267- Add review comment sorter. [#402](https://github.com/atomist/automation-client/issues/402)
268- Add gc stats onto statsd. [7639432](https://github.com/atomist/automation-client/commit/7639432a321e8add351f24539b8a5c0b6434d9d7)
269- Add initial Gitlab support. [#399](https://github.com/atomist/automation-client/issues/399)
270- Add low-level child_process promise functions. [#406](https://github.com/atomist/automation-client/issues/406)
271- Add autoSubmit to CommandDetails. [ee0e474](https://github.com/atomist/automation-client/commit/ee0e474a0fede4142fb1c62509ebacccf716b289)
272- Add auth endpoints to configuration. [1680df8](https://github.com/atomist/automation-client/commit/1680df8c434ffff350b3cb4a62a9c985e9dbf282)
273- Add `GraphClientFactory`. [#410](https://github.com/atomist/automation-client/issues/410)
274- Introduce Commit editMode and allow PR to specify base. [#414](https://github.com/atomist/automation-client/issues/414)
275- Introduce promise pool to limit number of concurrent executions. [#417](https://github.com/atomist/automation-client/issues/417)
276
277### Changed
278
279- Update to latest graphql-code-generator. [#401](https://github.com/atomist/automation-client/issues/401)
280- Extract creation of HTTP and WS clients for registration to proper factories. [#409](https://github.com/atomist/automation-client/issues/409)
281- Introduce Commit editMode and allow PR to specify base. [#414](https://github.com/atomist/automation-client/issues/414)
282- Chunk editAll operations. [#416](https://github.com/atomist/automation-client/issues/416)
283
284### Deprecated
285
286- Mark existing spawn and exec functions and interfaces as deprecated. [#406](https://github.com/atomist/automation-client/issues/406)
287
288### Fixed
289
290- Namespace our in process messages. [d0cf724](https://github.com/atomist/automation-client/commit/d0cf724245cd60dddb15de115a2f809481815297)
291
292## [1.0.1](https://github.com/atomist/automation-client-ts/compare/1.0.0-RC.2...1.0.1) - 2018-11-09
293
294### Added
295
296- Fingerprint api docs added. [#396](https://github.com/atomist/automation-client/issues/396)
297
298## [1.0.0-RC.2](https://github.com/atomist/automation-client-ts/compare/1.0.0-RC.1...1.0.0-RC.2) - 2018-10-30
299
300### Changed
301
302- Exclude ingesters from gql-gen. [#395](https://github.com/atomist/automation-client/issues/395)
303
304### Removed
305
306- Delete out-of-date documentation. [#394](https://github.com/atomist/automation-client/issues/394)
307
308## [1.0.0-RC.1](https://github.com/atomist/automation-client-ts/compare/1.0.0-M.5a...1.0.0-RC.1) - 2018-10-15
309
310### Added
311
312- Add more exports to index. [#389](https://github.com/atomist/automation-client/issues/389)
313
314### Changed
315
316- **BREAKING** Scope wildcard exports having common names. [#390](https://github.com/atomist/automation-client/issues/390)
317
318### Removed
319
320- **BREAKING** Clean up exports in index. [#391](https://github.com/atomist/automation-client/issues/391)
321
322### Fixed
323
324- Error when creating pull request under GitCommandGitProject. [#387](https://github.com/atomist/automation-client/issues/387)
325
326## [1.0.0-M.5a](https://github.com/atomist/automation-client-ts/compare/1.0.0-M.5...1.0.0-M.5a) - 2018-09-28
327
328### Changed
329
330- Upgrade axios to 0.19.0-beta.1. [#386](https://github.com/atomist/automation-client-ts/issues/386)
331
332## [1.0.0-M.5](https://github.com/atomist/automation-client-ts/compare/1.0.0-M.4...1.0.0-M.5) - 2018-09-26
333
334### Added
335
336- Export cross-spawn as spawn. [#382](https://github.com/atomist/automation-client-ts/pull/382)
337
338### Changed
339
340- Use os.homedir() and 127.0.0.1. [#381](https://github.com/atomist/automation-client-ts/pull/381)
341
342### Fixed
343
344- Make killing processes more cross-platform. [#385](https://github.com/atomist/automation-client-ts/pull/385)
345
346## [1.0.0-M.4](https://github.com/atomist/automation-client-ts/compare/1.0.0-M.3...1.0.0-M.4) - 2018-09-16
347
348### Added
349
350- Add depth for cloning the master branch. [#9ed45d8](https://github.com/atomist/automation-client-ts/commit/9ed45d8baa91572eec2424987f22368a6101f69b)
351- Add startupSuccessful event. [#9768eaf](https://github.com/atomist/automation-client-ts/commit/9768eafeb185e9b4acb58bf9e0fafb2e23125c8e)
352- Print stack before munching error. [#365](https://github.com/atomist/automation-client-ts/issues/365)
353- Augment and organize export in index. [#378](https://github.com/atomist/automation-client-ts/issues/378)
354
355### Changed
356
357- Set all execute bits in makeExecutable. [#345](https://github.com/atomist/automation-client-ts/issues/345)
358- Don't default sha to master when cloning repos. [#4410c0b](https://github.com/atomist/automation-client-ts/commit/4410c0b45544536766d061ded92bc2e530caa677)
359- Keep the branch from the RepoRef. [#366](https://github.com/atomist/automation-client-ts/issues/366)
360- **BREAKING** `~/.atomist/client-config.json` should take precedence over `atomist-config.ts`. [#371](https://github.com/atomist/automation-client-ts/issues/371)
361- **BREAKING** Update to Winston 3 and make logging configuration explicit. [#370](https://github.com/atomist/automation-client-ts/issues/370)
362- Upgrade tree-path library. [#375](https://github.com/atomist/automation-client-ts/issues/375)
363- **BREAKING** Make running git commands safer. [#374](https://github.com/atomist/automation-client-ts/issues/374)
364- Change location of schema.json. [#c6ee2b4](https://github.com/atomist/automation-client-ts/commit/c6ee2b4843a193002319796f5b1815d3cfb83454)
365- Replace continuation-local-storage with async hooks for better tracking across async/await calls. [#377](https://github.com/atomist/automation-client-ts/issues/377)
366- **BREAKING** Update to more-standard node project format. [#328](https://github.com/atomist/automation-client-ts/issues/328)
367
368### Fixed
369
370- Make sure Apollo propagates the GraphQL errors. [#448f89a](https://github.com/atomist/automation-client-ts/commit/448f89aa8bf9c8bcf226f29882dad26267fe665e)
371- No such file or directory `~/.atomist/log`. [#361](https://github.com/atomist/automation-client-ts/issues/361)
372- Running multiple local SDMs causes port collisions. [#364](https://github.com/atomist/automation-client-ts/issues/364)
373- Resolve exec promise when process stdio is closed. [#70145f2](https://github.com/atomist/automation-client-ts/commit/70145f2b2d7a5d0b2fa689f5d561f88416781ec8)
374
375## [1.0.0-M.3](https://github.com/atomist/automation-client-ts/compare/1.0.0-M.2...1.0.0-M.3) - 2018-09-04
376
377### Added
378
379- On startup, tell people how to get an API key. [#348](https://github.com/atomist/automation-client-ts/issues/348)
380- Add ConfigurationPostProcessor type. [#4dfbb0f](https://github.com/atomist/automation-client-ts/commit/4dfbb0f0cffae9fc45748c558d05d497361bd8c9)
381- Add generic return type to ConfigurationPostProcessor. [#a564fce](https://github.com/atomist/automation-client-ts/commit/a564fce96107017001e4d47afc9dd229c36ba34a)
382- Add support for marking branch commits to auto merge. [#4c8f677](https://github.com/atomist/automation-client-ts/commit/4c8f677d2857f301abedd65d7fe9fe5eb37da56f)
383- Cleanup own tmp directories. [#0de0100](https://github.com/atomist/automation-client-ts/commit/0de0100a7f26d296df808e128d2e785060e4de62)
384- projectUtils.gatherFromMatches to build up data based on pieces of code
385
386### Changed
387
388- Support author as string or object. [#346](https://github.com/atomist/automation-client-ts/issues/346)
389- If no event handlers are found, return 404 not 500. [#347](https://github.com/atomist/automation-client-ts/issues/347)
390- Do not show links in startup if not registered. [#da0c942](https://github.com/atomist/automation-client-ts/commit/da0c9425b5493588f39a1565d964dc7b17ca67c5)
391- Log under user home directory.
392- Remove dimensions on metrics. [#349](https://github.com/atomist/automation-client-ts/issues/349)
393- **BREAKING** Pull up id to RepoId and remove unused code. [#351](https://github.com/atomist/automation-client-ts/issues/351)
394- Export all of MessageClient. [#352](https://github.com/atomist/automation-client-ts/issues/352)
395- **BREAKING** Remove all deprecations. [#350](https://github.com/atomist/automation-client-ts/issues/350)
396- renamed saveFromFiles to gatherFromFiles, deprecating the old function.
397
398### Fixed
399
400- Fail when tests fail, remove team/token. [#354](https://github.com/atomist/automation-client-ts/issues/354)
401
402## [1.0.0-M.2](https://github.com/atomist/automation-client-ts/compare/1.0.0-M.1...1.0.0-M.2) - 2018-08-27
403
404### Changed
405
406- Update Atomist dependencies to 1.0.0-M.1.
407
408### Fixed
409
410- Properly read client package.json.
411
412## [1.0.0-M.1](https://github.com/atomist/automation-client-ts/compare/0.21.8...1.0.0-M.1) - 2018-08-27
413
414### Changed
415
416- Prepare for 1.0.0 release.
417
418## [0.21.8](https://github.com/atomist/automation-client-ts/compare/0.21.7...0.21.8) - 2018-08-24
419
420## [0.21.7](https://github.com/atomist/automation-client-ts/compare/0.21.6...0.21.7) - 2018-08-23
421
422## [0.21.6](https://github.com/atomist/automation-client-ts/compare/0.21.5...0.21.6) - 2018-08-23
423
424### Fixed
425
426- Immediately shut down when no hooks are registered. [#c010ce1](https://github.com/atomist/automation-client-ts/commit/c010ce1ed2f5a888d7c7b605461e53093d35c58f)
427
428## [0.21.5](https://github.com/atomist/automation-client-ts/compare/0.21.4...0.21.5) - 2018-08-23
429
430## [0.21.4](https://github.com/atomist/automation-client-ts/compare/0.21.3...0.21.4) - 2018-08-21
431
432## [0.21.3](https://github.com/atomist/automation-client-ts/compare/0.21.2...0.21.3) - 2018-08-21
433
434### Added
435
436- Expose ChildProcess on ChildProcessResult to allow it to be killed. [#342](https://github.com/atomist/automation-client-ts/issues/342)
437- Add support for proxy authentication. [#343](https://github.com/atomist/automation-client-ts/issues/343)
438
439## [0.21.2](https://github.com/atomist/automation-client-ts/compare/0.21.1...0.21.2) - 2018-08-21
440
441### Fixed
442
443- Get rid of deprecation warnings when installing cli. [#340](https://github.com/atomist/automation-client-ts/issues/340)
444
445## [0.21.1](https://github.com/atomist/automation-client-ts/compare/0.21.0...0.21.1) - 2018-08-18
446
447## [0.21.0](https://github.com/atomist/automation-client-ts/compare/0.20.4...0.21.0) - 2018-08-17
448
449### Changed
450
451- Install scripts in bin. [#339](https://github.com/atomist/automation-client-ts/issues/339)
452
453## [0.20.4](https://github.com/atomist/automation-client-ts/compare/0.20.3...0.20.4) - 2018-08-17
454
455### Deprecated
456
457- Move scripts to bin directory. [#338](https://github.com/atomist/automation-client-ts/issues/338)
458
459## [0.20.3](https://github.com/atomist/automation-client-ts/compare/0.20.2...0.20.3) - 2018-08-16
460
461### Changed
462
463- Use cross-spawn to better support Windows. [#337](https://github.com/atomist/automation-client-ts/issues/337)
464
465## [0.20.2](https://github.com/atomist/automation-client-ts/compare/0.20.1...0.20.2) - 2018-08-16
466
467### Fixed
468
469- Fix start.gql-gen.ts script for MS Windows.
470
471## [0.20.1](https://github.com/atomist/automation-client-ts/compare/0.20.0...0.20.1) - 2018-08-10
472
473### Added
474
475- Add git-info and gql-gen scripts. [#1ac65e6](https://github.com/atomist/automation-client-ts/commit/1ac65e68679e63ecf470f57f3014e96abb0630f1)
476
477### Changed
478
479- Move types to dependencies. [#f9b3331](https://github.com/atomist/automation-client-ts/commit/f9b3331fbc8e53362d535e045a17993a6e3bf178)
480
481## [0.20.0](https://github.com/atomist/automation-client-ts/compare/0.19.7...0.20.0) - 2018-08-09
482
483### Fixed
484
485- Allow local-sdm "new sdm" command to run from any directory.
486
487## [0.19.7](https://github.com/atomist/automation-client-ts/compare/0.19.6...0.19.7) - 2018-08-09
488
489### Added
490
491- Add more exports to index.ts
492
493### Changed
494
495- **BREAKING** Feedback on graphClient.executeQueryFromFile versus graphClient.query. [#334](https://github.com/atomist/automation-client-ts/issues/334)
496
497## [0.19.6](https://github.com/atomist/automation-client-ts/compare/0.19.5...0.19.6) - 2018-08-07
498
499### Changed
500
501- Update microgrammar dependency.
502
503### Removed
504
505- Reference to slalom
506
507## [0.19.5](https://github.com/atomist/automation-client-ts/compare/0.19.4...0.19.5) - 2018-08-06
508
509### Fixed
510
511- Logging initialization when `ATOMIST_DISABLE_LOGGING` is true
512
513## [0.19.4](https://github.com/atomist/automation-client-ts/compare/0.19.3...0.19.4) - 2018-08-02
514
515### Changed
516
517- Updated schema.
518
519## [0.19.3](https://github.com/atomist/automation-client-ts/compare/0.19.2...0.19.3) - 2018-08-02
520
521### Fixed
522
523- More workspace/team ID fixes
524
525## [0.19.2](https://github.com/atomist/automation-client-ts/compare/0.19.1...0.19.2) - 2018-08-02
526
527### Changed
528
529- Configuration workspaceIds will be set to teamIds if no workspaceIds are set.
530
531## [0.19.1](https://github.com/atomist/automation-client-ts/compare/0.19.0...0.19.1) - 2018-08-01
532
533### Fixed
534
535- Restore start.command.ts.
536
537## [0.19.0](https://github.com/atomist/automation-client-ts/compare/0.18.1...0.19.0) - 2018-07-31
538
539### Added
540
541- **BREAKING** Initial support for apiKeys. [#329](https://github.com/atomist/automation-client-ts/issues/329)
542
543### Deprecated
544
545- **BREAKING** Initial support for apiKeys. [#329](https://github.com/atomist/automation-client-ts/issues/329)
546
547## [0.18.1](https://github.com/atomist/automation-client-ts/compare/0.18.0...0.18.1) - 2018-07-31
548
549## [0.18.0](https://github.com/atomist/automation-client-ts/compare/0.17.1...0.18.0) - 2018-07-26
550
551### Added
552
553- Allow to set timeout on spawned commands. [#312](https://github.com/atomist/automation-client-ts/issues/312)
554- Add command to install kube utilities. [#311](https://github.com/atomist/automation-client-ts/issues/311)
555- HTTP client and factory abstraction. [#321](https://github.com/atomist/automation-client-ts/issues/321)
556
557### Changed
558
559- Open up configuration. [#320](https://github.com/atomist/automation-client-ts/issues/320)
560
561### Deprecated
562
563- Migrate atomist CLI to its own package. [#315](https://github.com/atomist/automation-client-ts/issues/315)
564- Replace run.ts with start.command.ts. [#325](https://github.com/atomist/automation-client-ts/issues/325)
565
566### Removed
567
568- Remove dependency to config module. [#317](https://github.com/atomist/automation-client-ts/issues/317)
569- **BREAKING** `Project` no longer extends `AbstractScriptedFlushable`. This is no longer necessary given async/await. [#318](https://github.com/atomist/automation-client-ts/issues/318)
570
571### Fixed
572
573- Github's email setting "Block command line pushes that expose my email" breaks `@atomist generate`. [#322](https://github.com/atomist/automation-client-ts/issues/322)
574
575## [0.17.1](https://github.com/atomist/automation-client-ts/compare/0.17.0...0.17.1) - 2018-06-04
576
577### Deprecated
578
579- Ingester and IngesterBuilder are deprecated in favor of GraphQL SDM definitions.
580
581## [0.17.0](https://github.com/atomist/automation-client-ts/compare/0.16.0...0.17.0) - 2018-06-04
582
583### Fixed
584
585- Checking out a branch sets the branch. [#293](https://github.com/atomist/automation-client-ts/issues/293)
586
587## [0.16.0](https://github.com/atomist/automation-client-ts/compare/0.15.1...0.16.0) - 2018-05-15
588
589### Added
590
591- Options for Git push().
592- Token-based authentication.
593
594### Changed
595
596- Change generator seed repository parameters to include Git provider.
597
598### Deprecated
599
600- `BitBucketServerRepoRef`.
601- `allReposInTeam()`.
602- `generatorHandler()`.
603
604### Fixed
605
606- Default @Value handling.
607
608## [0.15.1](https://github.com/atomist/automation-client-ts/compare/0.15.0...0.15.1) - 2018-05-09
609
610### Changed
611
612- Repo handles both basic and token credentials.
613- Default log file name is now simple client name.
614
615### Fixed
616
617- Make sure teamIds and groups are set in configuration.
618- Put SDM configuration under "sdm".
619
620## [0.15.0](https://github.com/atomist/automation-client-ts/compare/0.14.1...0.15.0) - 2018-05-07
621
622### Added
623
624- The config command now probes environment for known SDM variables.
625
626### Changed
627
628- Reduce default websocket grace period to 10 seconds.
629- Default for `--install` command-line options is to install if the.
630- Support `ATOMIST_config_path` environment variables.
631- Support injection of configuration values.
632- Support arbitrary top-level configuration.
633- **BREAKING** moved `automationClientInstance()` to `globals.ts`.
634
635## [0.14.1](https://github.com/atomist/automation-client-ts/compare/0.14.0...0.14.1) - 2018-04-30
636
637### Added
638
639- Developer can control banner.
640
641### Changed
642
643- Upgrade to TypeScript 2.8.3.
644
645## [0.14.0](https://github.com/atomist/automation-client-ts/compare/0.13.1...0.14.0) - 2018-04-27
646
647### Added
648
649- Provided automation client instance via `automationClientInstance()`.
650- Support for raising PR against any branch.
651- Provider type to RemoteRepoRef.
652- Support for AtomistLog events.
653
654### Changed
655
656- Print stack trace if loading configuration fails.
657
658### Removed
659
660- **BREAKING** `runningAutomationClient`, use `automationClientInstance()`.
661
662### Fixed
663
664- Call listeners on workers in cluster mode.
665- Fix team vs chatTeam usage.
666- Add enums to ingester. [#276](https://github.com/atomist/automation-client-ts/issues/276)
667
668## [0.13.1](https://github.com/atomist/automation-client-ts/compare/0.13.0...0.13.1) - 2018-04-12
669
670### Fixed
671
672- Fix running node on MS Windows. [#271](https://github.com/atomist/automation-client-ts/issues/271)
673- Ensure gql-fetch works in clients.
674
675## [0.13.0](https://github.com/atomist/automation-client-ts/compare/0.12.1...0.13.0) - 2018-04-10
676
677### Added
678
679- Production and testing configurations keyed on ATOMIST_ENV or.
680
681### Changed
682
683- Made more configuration properties optional.
684- Check org webhook before adding repo webhook.
685
686### Fixed
687
688- statsd reporting in workers.
689
690## [0.12.1](https://github.com/atomist/automation-client-ts/compare/0.12.0...0.12.1) - 2018-04-03
691
692### Fixed
693
694- Removed removed scripts from package "bin".
695
696## [0.12.0](https://github.com/atomist/automation-client-ts/compare/0.11.2...0.12.0) - 2018-04-03
697
698### Added
699
700- reduceResults to combine handler results.
701- Functions for posting Atomist webhooks.
702
703### Removed
704
705- Remove previously deprecated command-line utilities now superseded.
706
707## [0.11.2](https://github.com/atomist/automation-client-ts/compare/0.11.1...0.11.2) - 2018-03-28
708
709### Added
710
711- ID to ingester messages.
712
713### Changed
714
715- Clean up logging.
716
717### Fixed
718
719- Silent `atomist config` crash.
720
721## [0.11.1](https://github.com/atomist/automation-client-ts/compare/0.11.0...0.11.1) - 2018-03-26
722
723### Fixed
724
725- Do not immediately exit client.
726
727## [0.11.0](https://github.com/atomist/automation-client-ts/compare/0.10.0...0.11.0) - 2018-03-26
728
729### Changed
730
731- Improved configuration error messages. [#253](https://github.com/atomist/automation-client-ts/issues/253)
732- Provide user configuration if reporting it is valid. [#251](https://github.com/atomist/automation-client-ts/issues/251)
733- Error and exit if any provided configuration is invalid. [#254](https://github.com/atomist/automation-client-ts/issues/254)
734
735## [0.10.0](https://github.com/atomist/automation-client-ts/compare/0.9.0...0.10.0) - 2018-03-26
736
737### Added
738
739- CLI gql-fetch command to download team schema with custom types.
740
741### Changed
742
743- Better worker shutdown behavior.
744- Cleaner logs.
745
746## [0.9.0](https://github.com/atomist/automation-client-ts/compare/0.8.0...0.9.0) - 2018-03-21
747
748### Added
749
750- GraphQL calls use proxy.
751- Startup banner.
752- Log level for logging to file.
753- GitProject revert method.
754- Support for GraphQL fragments.
755- Default gracePeriod of 60s.
756
757### Changed
758
759- Export combineEditResults.
760
761## [0.8.0](https://github.com/atomist/automation-client-ts/compare/0.7.0...0.8.0) - 2018-03-19
762
763### Added
764
765- Mapped parameters for all repos.
766- Print banner on successful registration.
767- Branch as optional parameter in RepoRef.
768- statsd support.
769- Logging to file.
770
771### Changed
772
773- Custom ingester types now use array arguments.
774- At least one user/channel is required when sending messages.
775- Make configuration more composable and user config more powerful.
776
777### Fixed
778
779- \--version command-line option.
780
781## [0.7.0](https://github.com/atomist/automation-client-ts/compare/0.6.6...0.7.0) - 2018-03-07
782
783### Added
784
785- Variable parameters in subscriptions.
786- Card support.
787
788### Deprecated
789
790- config --slack-team command-line option, use --team instead. [#234](https://github.com/atomist/automation-client-ts/issues/234)
791
792## [0.6.6](https://github.com/atomist/automation-client-ts/compare/0.6.5...0.6.6) - 2018-01-31
793
794### Changed
795
796- Retry HTTP server startup.
797
798### Fixed
799
800- Make config command-line options optional. [#208](https://github.com/atomist/automation-client-ts/issues/208)
801- Git branch regular expression. [#211](https://github.com/atomist/automation-client-ts/issues/211)
802- Properly shutdown and restart cluster workers.
803
804## [0.6.5](https://github.com/atomist/automation-client-ts/compare/0.6.4...0.6.5) - 2018-01-24
805
806### Changed
807
808- Make seed repository parameters visible to users.
809
810## [0.6.4](https://github.com/atomist/automation-client-ts/compare/0.6.3...0.6.4) - 2018-01-23
811
812### Changed
813
814- Updated k8 schema.
815
816### Fixed
817
818- `setChatUserPreference` mutation.
819
820## [0.6.3](https://github.com/atomist/automation-client-ts/compare/0.6.2...0.6.3) - 2018-01-16
821
822### Added
823
824- Allow for GHE.
825
826### Fixed
827
828- Some log statements.
829
830## [0.6.2](https://github.com/atomist/automation-client-ts/compare/0.6.1...0.6.2) - 2018-01-15
831
832### Added
833
834- Upload files to Slack.
835
836### Changed
837
838- Migrate from `update_only` to `post_mode` when creating Slack messages.
839- Further decouple GitHub operations from project creation.
840
841## [0.6.1](https://github.com/atomist/automation-client-ts/compare/0.6.0...0.6.1) - 2018-01-12
842
843### Fixed
844
845- Slack message timestamp and TTL.
846- Connecting via proxy.
847
848## [0.6.0](https://github.com/atomist/automation-client-ts/compare/0.5.2...0.6.0) - 2018-01-11
849
850### Added
851
852- Basic BitBucket support, thanks @kbristow!.
853- Support for connecting via a proxy.
854
855### Changed
856
857- Many changes to make more portable, i.e., runnable on MS Windows.
858- Trying to get Git information on a non-git project will now return.
859- Allow GraphQL glob pattern to return no files when generation code.
860- Update to latest GraphQL data model.
861
862## [0.5.2](https://github.com/atomist/automation-client-ts/compare/0.5.0...0.5.2) - 2017-12-04
863
864### Added
865
866- GitHubUserLogin and AtomistWebhookUrlBase mapped parameter helpers.
867- add support for configurable command handlers.
868
869### Changed
870
871- remove hard dependency to heapdump; this will make `npm install` easier on Windows.
872- add userId to HandlerContext.
873- Run all tests without GITHUB_TOKEN.
874- Reduce tmp directory retention.
875
876### Fixed
877
878- keep newlines in commit messages.
879
880## [0.5.0](https://github.com/atomist/automation-client-ts/compare/0.4.0...0.5.0) - 2017-12-07
881
882### Added
883
884- Optionally add Atomist webhook to create GitHub repo.
885- Generator benchmark tests.
886- Caching metrics.
887- afterAction to generate.
888
889### Changed
890
891- **Breaking** Removed old class hierarchy for editors, generators.
892- The `AllFiles` glob pattern was simplified to `**`.
893- Move cache directory to ~/.atomist/cache.
894- Generators now cache seed.
895- Several improvements to reviewer interfaces.
896- Scan all commands and events directories for command and event.
897
898### Removed
899
900- RemoveSeedFiles as it was not generic nor provided much convenience.
901
902### Fixed
903
904- Issues with deleting files and directories in an InMemoryProject.
905- Ensure GitHub sees a token in a clone URL as a token.
906
907## [0.4.0](https://github.com/atomist/automation-client-ts/compare/0.3.5...0.4.0) - 2017-11-28
908
909### Added
910
911- Support for parsing and manipulating JavaScript, JSX and TSX via `TypeScriptFileParser`.
912- Support for parsing and manipulating JSON via `jsonUtils` functions.
913- Support for specifying shutdown behavior with `configuration.ws.termination`.
914
915### Changed
916
917- **Breaking** `editorHandler` now takes a function to create a `ProjectEditor`.
918
919### Removed
920
921- **Breaking** Removed Spring and Java related generators and.
922- **Breaking** Removed embedded dashboard web ui.
923
924## [0.3.5](https://github.com/atomist/automation-client-ts/compare/0.3.4...0.3.5) - 2017-11-22
925
926### Changed
927
928- Moved `@types/continuation-local-storage` to dependencies since it.
929- Added more types to default exports in index.ts.
930
931## [0.3.4](https://github.com/atomist/automation-client-ts/compare/0.3.3...0.3.4) - 2017-11-22
932
933### Added
934
935- `isBinary` method on `File` interface.
936
937### Changed
938
939- **Breaking** `successfulEdit` function `edited` argument is now required instead of defaulting.
940- `EditResult.edited` is now optional. An undefined value is valid.
941- Moved `@types/graphql` to dependencies since its types are exported.
942- Command parameters now provided as PARAM=VALUE on `exec` command line.
943
944### Fixed
945
946- Bug where a `SimpleProjectEditor` that did not return an `EditResult`.
947- Add missing team ID to BuildableAutomationServer GraphQL endpoint.
948
949## [0.3.3](https://github.com/atomist/automation-client-ts/compare/0.3.2...0.3.3) - 2017-11-20
950
951### Added
952
953- Support for nested parameters via initialized object properties on parameters.
954
955### Changed
956
957- `generate` utility function now takes `RepoId` argument before optional params.
958- Split out tests into test and test-api so non-Atomist developers.
959- Improve `atomist config` handling of existing config file so it.
960- Run `config` and `git` commands in same node process.
961- Added "repo" scope to GitHub personal access token created by config command.
962- @Parameter() will default to empty options, so you don't have to pass {}.
963
964## [0.3.2](https://github.com/atomist/automation-client-ts/compare/0.3.1...0.3.2) - 2017-11-13
965
966### Added
967
968- Unified `atomist` CLI.
969
970### Changed
971
972- Improved TypeScript parsing.
973
974### Deprecated
975
976- atomist-cli, atomist-client, atomist-config, and git-info CLI.
977
978### Fixed
979
980- Make tests more reliable.
981
982## [0.3.1](https://github.com/atomist/automation-client-ts/compare/0.3.0...0.3.1) - 2017-11-13
983
984### Added
985
986- Reintroduced exports for backwards compatibility to 0.2.7.
987
988## [0.3.0](https://github.com/atomist/automation-client-ts/compare/0.2.8...0.3.0) - 2017-11-13
989
990### Added
991
992- Upgraded tree-path library (more support for abbreviated syntax, union path expression support, additional axis specifiers).
993- Support for parsing TypeScript, including path expression support.
994
995### Changed
996
997- allow `handle` to return `Promise<any>`.
998- enable graphql client-side caching.
999
1000### Fixed
1001
1002- Fixed #86: Preserved empty directories when caching in memory project. Ability to cache a projcect in memory.
1003- Fix #79: Check permissions from seed project. (#83)
1004
1005## [0.2.8](https://github.com/atomist/automation-client-ts/compare/0.2.5...0.2.7) - 2017-11-07
1006
1007## [0.2.7](https://github.com/atomist/automation-client-ts/compare/0.2.5...0.2.8) - 2017-11-07
1008
1009## [0.2.5](https://github.com/atomist/automation-client-ts/compare/0.2.4...0.2.5) - 2017-10-26
1010
1011### Fixed
1012
1013- Much closer to backward compatible with 0.2.3 project operations than 0.2.4.
1014
1015## [0.2.4](https://github.com/atomist/automation-client-ts/compare/0.2.3...0.2.4) - 2017-10-26
1016
1017### Changed
1018
1019- Project copying no longer blocks.
1020- Update package dependencies and scripts for portability.
1021- Git provider is now pluggable.
1022
1023### Fixed
1024
1025- Various generator issues.
1026- Handler metadata inheritance.
1027
1028## [0.2.3](https://github.com/atomist/automation-client-ts/compare/0.2.2...0.2.3) - 2017-10-24
1029
1030### Changed
1031
1032- Generator and editor refactoring.
1033- Update command page.
1034
1035## [0.2.2](https://github.com/atomist/automation-client-ts/compare/0.2.1...0.2.2) - 2017-10-24
1036
1037### Added
1038
1039- Administrative endpoints for health, info, etc.
1040
1041### Changed
1042
1043- Pulled up ProjectOperationCredentials and DirectoryManager.
1044
1045### Fixed
1046
1047- Create client config in proper directory on win32. [#44](https://github.com/atomist/automation-client-ts/issues/44),
1048
1049## [0.2.1](https://github.com/atomist/automation-client-ts/compare/0.2.0...0.2.1) - 2017-10-23
1050
1051### Added
1052
1053- Allow `CommandHandler` instances to be created from functions.
1054- Allow a class to be passed into a command handler list, as well as.
1055- Add channel mutations.
1056
1057### Changed
1058
1059- Improved reconnect handling.
1060
1061### Fixed
1062
1063- RepoId included in InMemory project. [#33](https://github.com/atomist/automation-client-ts/issues/33)
1064- Can continue after failed attempt to load a repo. [#30](https://github.com/atomist/automation-client-ts/issues/30)
1065- Updated docs after removal of RunOrDefer. [#24](https://github.com/atomist/automation-client-ts/issues/24)
1066- Documentation for editors and generators. [#32](https://github.com/atomist/automation-client-ts/issues/32)
1067
1068## [0.2.0](https://github.com/atomist/automation-client-ts/compare/0.1.50...0.2.0) - 2017-10-18
1069
1070### Changed
1071
1072- Make atomist-setup script quieter and more robust.
1073- Align generators with ProjectEditor.
1074
1075## [0.1.50](https://github.com/atomist/automation-client-ts/compare/0.1.49...0.1.50) - 2017-10-19
1076
1077### Added
1078
1079- RepoId to Project.
1080
1081### Changed
1082
1083- More currying.
1084- Overhauled edit and review models.
1085
1086### Fixed
1087
1088- Issue with SpringBootSeed.
1089
1090## [0.1.49](https://github.com/atomist/automation-client-ts/compare/0.1.48...0.1.49) - 2017-10-18
1091
1092### Changed
1093
1094- Moved moveFile from AbstractProject to Project.
1095- Exec npm start in atomist-setup script.
1096
1097## [0.1.48](https://github.com/atomist/automation-client-ts/compare/0.1.47...0.1.48) - 2017-10-18
1098
1099### Changed
1100
1101- Spring and Java inference improvements.
1102
1103## [0.1.47](https://github.com/atomist/automation-client-ts/compare/0.1.46...0.1.47) - 2017-10-18
1104
1105### Changed
1106
1107- Update tree-path dependency.
1108
1109## [0.1.46](https://github.com/atomist/automation-client-ts/compare/0.1.44...0.1.46) - 2017-10-18
1110
1111### Added
1112
1113- Scripts to setup and configure Atomist API client.
1114
1115### Changed
1116
1117- The client will look for config under ~/.atomist/client.config.json.
1118- Handlers can be called via instance or class name in addition to.
1119- Improve error messages.
1120- Various project operation improvements.
1121
1122## [0.1.44](https://github.com/atomist/automation-client-ts/compare/0.1.43...0.1.44) - 2017-10-16
1123
1124### Added
1125
1126- Publish master and PR builds as pre-release versions to Atomist.
1127
1128### Changed
1129
1130- Updated @atomist/microgrammar to 0.7.0.
1131- Cleaned up dependencies.
1132- Dashboard improvements.
1133
1134## [0.1.43](https://github.com/atomist/automation-client-ts/compare/0.1.42...0.1.43) - 2017-10-11
1135
1136### Added
1137
1138- Mutation support in GraphQL.
1139
1140### Changed
1141
1142- GraphClient executeFile is now executeQueryFromFile.
1143
1144### Removed
1145
1146- Tree and path expression support moved to own module.
1147
1148## [0.1.37](https://github.com/atomist/automation-client-ts/compare/0.1.36...0.1.37) - 2017-10-02
1149
1150### Added
1151
1152- File replace and replaceAll.
1153
1154## [0.1.0](https://github.com/atomist/automation-client-ts/tree/0.1.0) - 2017-09-19
1155
1156### Added
1157
1158- Totally revamped command and event handler model.
1159- Added new `@Ingestor` automation type.
1160- Switched to GraphQL for querying data.