UNPKG

1.37 kBMarkdownView Raw
1# Changelog
2
3## 1.0.0 (2016-11-10)
4* Add support for refactored KBW/KMR 'status' command. Repurpose existing 'status' command into 'job'
5* Cache last deploy job for ease of retrieval using `kinvey job`
6* Add support for logging thresholds (requires Flex SDK >= 1.0.0)
7* Allow setting of persistent host via `kinvey config [instance]`
8* `config` command now prompts for a new service on every run (fixed prior bug where it did nothing if saved data was already present)
9* Upgrade CLI to check for `kinvey-flex-sdk` (instead of `kinvey-backend-sdk`)
10* `logs` command now takes optional runtime arguments (instead of prompting for log filters)
11* Obfuscate instance URLs at configuration time (e.g. `kinvey config acme-us1`)
12* Fixed bug where credentials were improperly cleared during logout/refresh
13* Fixed bug where `status` command (no arg command) crashed if supplied with an argument
14
15## 0.0.8 (2016-08-08)
16* Support node 6.x
17
18## 0.0.7 (2016-04-21)
19* Handle authentication errors when deploying.
20
21## 0.0.6 (2016-03-17)
22* Do not display progress message for completed jobs.
23
24## 0.0.5 (2016-03-11)
25* Display progress and error messages when retrieving deploy status.
26
27## 0.0.4 (2016-02-25)
28* Implement `logs` command
29
30## 0.0.3 (2016-01-08)
31* Refactor routes.
32
33## 0.0.2 (2015-09-25)
34* Renew expired tokens.
35* Updated dependencies.
36
37## 0.0.1 (2015-09-21)
38* Initial version.