Deprecated Artifacts
/// tab | CLI SDK
| Deprecate version | Deprecate date | Message | Minimum Supported Version |
|---|---|---|---|
| {% for artifact in artifacts.cli_sdk.prod -%} | |||
| {{ artifact.version }} | {{ artifact.date }} | {{ artifact.message }} | {{ artifact.minSupportedVersion }} |
| {% endfor -%} | |||
| /// |
/// tab | .NET SDK
| Deprecate version | Deprecate date | Message | Minimum Supported Version |
|---|---|---|---|
| {% for artifact in artifacts.dotnet_sdk.prod -%} | |||
| {{ artifact.version }} | {{ artifact.date }} | {{ artifact.message }} | {{ artifact.minSupportedVersion }} |
| {% endfor -%} | |||
| /// |
/// tab | GO SDK
| Deprecate version | Deprecate date | Message | Minimum Supported Version |
|---|---|---|---|
| {% for artifact in artifacts.go_sdk.prod -%} | |||
| {{ artifact.version }} | {{ artifact.date }} | {{ artifact.message }} | {{ artifact.minSupportedVersion }} |
| {% endfor -%} | |||
| /// |
/// tab | Appliance Container Image
| Deprecate version | Deprecate date | Message | Minimum Supported Version |
|---|---|---|---|
| {% for artifact in artifacts.appliance_container_image.prod -%} | |||
| {{ artifact.version }} | {{ artifact.date }} | {{ artifact.message }} | {{ artifact.minSupportedVersion }} |
| {% endfor -%} | |||
| /// |
/// tab | Appliance Embedded
| Deprecate version | Deprecate date | Message | Minimum Supported Version |
|---|---|---|---|
| {% for artifact in artifacts.appliance_embedded.prod -%} | |||
| {{ artifact.version }} | {{ artifact.date }} | {{ artifact.message }} | {{ artifact.minSupportedVersion }} |
| {% endfor -%} | |||
| /// |
/// tab | Appliance AWS Lambda extension
| Deprecate version | Deprecate date | Message | Minimum Supported Version |
|---|---|---|---|
| {% for artifact in artifacts.appliance_aws_lambda_extension.prod -%} | |||
| {{ artifact.version }} | {{ artifact.date }} | {{ artifact.message }} | {{ artifact.minSupportedVersion }} |
| {% endfor -%} | |||
| /// |