# Change Log - @azure-tools/extension

This log was last generated on Tue, 28 Nov 2023 19:02:52 GMT and should not be manually modified.

## 3.7.1
Tue, 28 Nov 2023 19:02:52 GMT

### Patches

- Resolve latest installed instead of first

## 3.7.0
Thu, 16 Nov 2023 16:00:04 GMT

### Minor changes

- Upgrade dependencies

## 3.6.1
Wed, 07 Dec 2022 22:24:34 GMT

### Patches

- Update dependencies

## 3.6.0
Tue, 19 Jul 2022 15:09:55 GMT

### Minor changes

- Extracted system-requirements into own package `@autorest/system-requirements`
- Update dependencies(npm)

## 3.5.0
Tue, 15 Mar 2022 16:00:38 GMT

### Minor changes

- Stop using shell call to `yarn` or `npm` to resolve list of available version and use `pactote` library. Improving reliability and performance.
- Reimplement locking mechanism causing ghost promise to be left hanging

## 3.4.0
Fri, 19 Nov 2021 04:23:43 GMT

### Minor changes

- **Added** Progress tracking for installation and imrpvoed error reporting

## 3.3.1
Mon, 19 Jul 2021 18:08:46 GMT

### Patches

- **Fix** Using `fs/promises` imort not supported on node 12

## 3.3.0
Mon, 19 Jul 2021 15:15:42 GMT

### Minor changes

- Drop support for node 10

### Patches

- **Fix** Installing extension when parent directory to ~/.autorest had a package.json

## 3.2.7
Wed, 26 May 2021 18:31:17 GMT

### Patches

- **Export** fetchPackageMetadata for use without depending on local package manager

## 3.2.6
Tue, 27 Apr 2021 17:48:43 GMT

### Patches

- **Fix** Fallback to github release when version doesn't exists broken if using version range

## 3.2.5
Thu, 01 Apr 2021 15:46:41 GMT

### Patches

- **Add** Logging when fail to fetch pacakge metadata

## 3.2.4
Tue, 16 Mar 2021 15:52:56 GMT

### Patches

- Bump dependencies versions

## 3.2.3
Fri, 05 Mar 2021 16:31:29 GMT

### Patches

- **Revert** not using global yarnrc and change to prevent yarn from loading alternate version

## 3.2.2
Fri, 26 Feb 2021 21:50:13 GMT

### Patches

- Prevent single-file yarn from loading user config and changing version

## 3.2.1
Wed, 24 Feb 2021 00:33:50 GMT

### Patches

- **Fix** updatePythonPath wasn't patching array inplace.

## 3.2.0
Fri, 19 Feb 2021 21:42:09 GMT

### Minor changes

- **Feature**: Add option to set the path to the yarn cli in the ExtensionManager. This enable webpack compatibility.
- **Feature** Added new "systemRequirements" validation for extensions. Extension are able to provide a list of system requirements which autorest will validate before starting.

### Patches

- **Update** various dependencies and moved package source from Azure/perks -> Azure/autorest
- **Update** copy yarn file on build from node dependency.