Skip to content

Releases: microsoft/vscode-azure-iot-edge

v1.25.4

15 Dec 18:36
36c94ba

Choose a tag to compare

Dev/hshami/request to axios (#622)

* replacing deprecated Request with Axios

* Implement post with axios, update authorization option

* appease tslint

v1.25.3

01 Dec 19:48
4d26a79

Choose a tag to compare

add missing case for dev container creation (#620)

* Add missing case for dev container creation
* Update version number

v1.25.2-rc1

16 Nov 19:22
131021a

Choose a tag to compare

User/marine/packagesupgrade (#615)

* Remove VSCode package and upgrade rest of dependencies
* migrate authentication mechanism

Co-authored-by: Mariana Mihova <marine@microsoft.com>

v1.25.2

17 Nov 17:44
131021a

Choose a tag to compare

User/marine/packagesupgrade (#615)

* Remove VSCode package and upgrade rest of dependencies
* migrate authentication mechanism

Co-authored-by: Mariana Mihova <marine@microsoft.com>

v1.25.1-rc0

26 Oct 16:37
acd1f2e

Choose a tag to compare

overlook missing artifact (#617)

* overlook missing artifact
* update simulator baseline version

v1.25.1

26 Oct 17:16
acd1f2e

Choose a tag to compare

overlook missing artifact (#617)

* overlook missing artifact
* update simulator baseline version

v1.25.0-rc1

06 Oct 19:09
efff19c

Choose a tag to compare

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

06 Oct 18:21
3fce536

Choose a tag to compare

Merge pull request #609 from microsoft/vikas0212git-patch-1

Updated the vscode.yml to give vsix for -rc tags.

v1.25.0

06 Oct 22:25
c49ce74

Choose a tag to compare

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)

10 Aug 18:02
10e6072

Choose a tag to compare

* 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