Releases: microsoft/vscode-azure-iot-edge
Releases · microsoft/vscode-azure-iot-edge
v1.25.4
Dev/hshami/request to axios (#622) * replacing deprecated Request with Axios * Implement post with axios, update authorization option * appease tslint
v1.25.3
add missing case for dev container creation (#620) * Add missing case for dev container creation * Update version number
v1.25.2-rc1
User/marine/packagesupgrade (#615) * Remove VSCode package and upgrade rest of dependencies * migrate authentication mechanism Co-authored-by: Mariana Mihova <[email protected]>
v1.25.2
User/marine/packagesupgrade (#615) * Remove VSCode package and upgrade rest of dependencies * migrate authentication mechanism Co-authored-by: Mariana Mihova <[email protected]>
v1.25.1-rc0
overlook missing artifact (#617) * overlook missing artifact * update simulator baseline version
v1.25.1
overlook missing artifact (#617) * overlook missing artifact * update simulator baseline version
v1.25.0-rc1
Dev/hshami/automatic user for environment (#610) * automatic * 1- Update Readme. 2- Reload in dev container when 'Add Dev Container definition files...' * Friendly prompt
v1.25.0-rc0
Merge pull request #609 from microsoft/vikas0212git-patch-1 Updated the vscode.yml to give vsix for -rc tags.
v1.25.0
Merge pull request #613 from microsoft/vikas0212git-patch-1 Updated the yaml file
v1.24.3: Deployment schema validation supporting Edge Runtime 1.2 (#586)
* Remove schema-template from template as it is not used * Add deployment.template.json validation against EA 1.1 and EH 1.2 * Add deployment.template.json validation against EA 1.1 and EH 1.2 * Add support for 1.2 schema update when selecting default Edge Runtime version * Point to schemastore deployment template instead of local to solution * Fix lint issue * Address PR feedback