Releases: microsoft/service-fabric-cli
Releases · microsoft/service-fabric-cli
v11.1.0
v10.0.0
v9.0.0
v8.0.0
v7.1.0
Fixes
Features
- Increase default timeout of application upload to 300 seconds, and allow upload timeouts to be configurable. The new timeout will be an overall operation timeout for all uploads, rather than individual operation timeouts of 60 seconds as existed before. Improvements to help text (#131)
- Add events commands (sfctl events) to retrieve events through EventStore service if installed (#174)
- Cluster select defaults to endpoint http://localhost:19080 if none is provided (#178)
- Change serializers, and change formatting of sfctl container invoke-api output (#179)
- Update Knack version to 0.5.2 (#181)
- Update sfmergeutility version to 0.1.6 (#183)
v7.0.2
v7.0.1
v7.0.0
Fixes
- Remove retry on failed commands, such as 500 status codes being returned. This allows the proper error message to propagate through (#125)
- Allow any Python 3.7.x versions rather than only 3.7.0 (#142)
- Fix missing option of "Error" health state in health reporting (#151)
Features
- Add upgrade-rollback command for compose deployment (#119)
- Add a check to ensure sfctl version is compatible with the connected cluster version. This check is run periodically and on failures (#123)
- Add Mesh app, volume, service, and service-replica commands (#129)
- Add Mesh network, gateway, code package, secret, and secretvalue commands (#141)
- Add the command "sfctl mesh deployment create", which takes resource description yaml files as input and deploys the corresponding mesh resources (#146)
- Add telemetry. The following data is collected: Command name without parameters provided or their values, sfctl version, OS, python version, the success or failure of the command, and if the command failed, the error message returned. Upgrade knack package dependency to version 0.5.1 (#152)
Breaking Changes
v6.0.1
v6.0.0
Features
- Add application health policies parameter for config upgrade, which is available in Service Fabric runtime 6.3 (#92)
- Add command "sfctl cluster show-connection". Command shows the currently connected cluster connection. Nothing is returned if no endpoint is set (#103)
- Add command override "sfctl --version" to see the current sfctl version (#104)
- Add parameter to set max results for query "sfctl node list" (#113)
Breaking Changes
- Update to 6.3 Service Fabric runtime (#97)