cloudcmd v11.0.0
Cloud Commander v11.0.0
The time is came for a brand new Cloud Commander v11
release 🎉. There is not many changes but a couple very important.
Droped support of node < 8
According to node.js LTS v4
is deprecated, and end of life of
v6
is April 2019 was decided to drop old versions to improve speed, security, and ability to use less code for same things.
According to statistics about node.js
versions users use:
v4
(2 issues, last was in 2017)v6
(9 issues, last was in April 2018)v7
(4 issues, last in April 2018)v8
(14 issues)v9
(7 issues)v10
(6 issues)
As you see we have 27
issues with node >= 8
and only 9
issues for node 6
. Majority of users uses current
version of node.js
which is 8
so was decided to drop all old versions. I hope that it won't be a problem to update from died 4
and dying 6
versions of node.js :), anyways if it will you can always create an issue so I can know about current version users count. Thank you all for statistics you provide, more information about your environment I will have - will be more chances that you will be satisfied with quality of Cloud Commander
:).
Next changes not so big.
Online option
Was decided to set default option of online
config parameter to false
to prevent loading scripts from cdn
as a default use case. You current setup of ~/.cloudcmd.json
want be changed.
Open option
I saw that people copy url of Cloud Commander
server after start, and then paste it to URL
of a browser.
Actually this is what --open
option does, I think it will be better for most users if it will be enabled by default.
Removed support of VCAP_APP_PORT
This env
variable was needed for deploying Cloud Commander
to cloudfoundry
, but VCAP_APP_PORT is deprecated, so there is no need to support it.
If you have any idea, proposal or a feature you can always create an issue and we will think about how to make everyone happy :).
feature
- (package) babel-eslint v10.0.0
- (package) deepword v4.0.0
- (package) edward v8.0.0
- (package) dword v8.0.0
- (package) restafary v4.0.0
- (package) flop v5.0.0
- (package) @cloudcmd/fileop v2.0.0
- (package) @cloudcmd/move-files v2.0.1
- (package) copymitter v4.0.2: add ability to copy symlinks (#191)
- (config) disable online by default
- (config) enable open by default
- (package) set engine to node v8.0.0 LTS
- (package) package-json v5.0.0
- (server) drop support of VCAP_APP_PORT
- (cloudcmd) showUpdateInfo: rm rendy
- (package) squad v3.0.0