Skip to content

Commit 4ad18b4

Browse files
authored
Merge pull request #797 from gep13/2.2.0-release-notes
Add notes for Chocolatey CLI 2.2.0
2 parents c6573b3 + 0885ad3 commit 4ad18b4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

input/en-us/choco/release-notes.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,31 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
2121
<?! Include "../../shared/chocolatey-component-dependencies-link.txt" /?>
2222

2323

24+
## 2.2.0 (July 26, 2023)
25+
26+
> :choco-warning: **WARNING**
27+
>
28+
> Refer to our [Upgrade Guide](xref:upgrading-to-chocolatey-v2-v6) for recommendations before upgrading from 1.x versions to 2.x.
29+
30+
### Bug Fixes
31+
32+
- Fix - Upgrading from Chocolatey CLI v2.0.0 to v2.1.0 take a long time to complete when certain other packages are installed - see [#3237](https://github.com/chocolatey/choco/issues/3237).
33+
- Fix - Chocolatey CLI v2.0.0 prompts for credentials when authenticating to a source that is using Windows Authentication - see [#3242](https://github.com/chocolatey/choco/issues/3242).
34+
- Fix - Chocolatey CLI is unable to save HTTP Cache files when running as a non-admin user and the cacheLocation is set to point at the Chocolatey ProgramData folder - see [#3264](https://github.com/chocolatey/choco/issues/3264).
35+
36+
### Improvements
37+
38+
- Remove warning message about "smarter than the average bear" - see [#3186](https://github.com/chocolatey/choco/issues/3186).
39+
- Improve overall execution time when performing the `choco upgrade all` command - see [#3231](https://github.com/chocolatey/choco/issues/3231).
40+
- Expand logging around the exception that is thrown when Chocolatey CLI is unable to communicate with a source - see [#3258](https://github.com/chocolatey/choco/issues/3258).
41+
- Ensure that only Administrators are able to modify files that are stored within the ChocolateyHttpCache folder - see [#3281](https://github.com/chocolatey/choco/issues/3281).
42+
43+
### Documentation
44+
45+
- Apply scripting best practices to output which is shown from some Chocolatey CLI validations - see [#3238](https://github.com/chocolatey/choco/pull/3238).
46+
- Improve error message that is shown when defaultPushSource configuration value hasn't been set and no explicit source has been provided - see [#3280](https://github.com/chocolatey/choco/pull/3280).
47+
48+
2449
## 2.1.0 (June 29, 2023)
2550

2651
> :choco-warning: **WARNING**

0 commit comments

Comments
 (0)