Skip to content

Commit 3ec7f98

Browse files
authored
Update changelog (#1655)
1 parent 666b680 commit 3ec7f98

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG/1.0.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,34 @@
11
# 1.0 Changelog
22

3+
## [1.0.5](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5) - 2024-05-13
4+
5+
### Bug Fixes
6+
- Update `nuget.config` to use PowerShell packages feed (#1649)
7+
- Refactor V2ServerAPICalls and NuGetServerAPICalls to use object-oriented query/filter builder (#1645 Thanks @sean-r-williams!)
8+
- Fix unnecessary `and` for version globbing in V2ServerAPICalls (#1644 Thanks again @sean-r-williams!)
9+
- Fix requiring `tags` in server response (#1627 Thanks @evelyn-bi!)
10+
- Add 10 minute timeout to HTTPClient (#1626)
11+
- Fix save script without `-IncludeXml` (#1609, #1614 Thanks @o-l-a-v!)
12+
- PAT token fix to translate into HttpClient 'Basic Authorization'(#1599 Thanks @gerryleys!)
13+
- Fix incorrect request url when installing from ADO (#1597 Thanks @antonyoni!)
14+
- Improved exception handling (#1569)
15+
- Ensure that .NET methods are not called in order to enable use in Constrained Language Mode (#1564)
16+
- PSResourceGet packaging update
17+
18+
## [1.0.4.1](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4...v1.0.4.1) - 2024-04-05
19+
20+
- PSResourceGet packaging update
21+
22+
## [1.0.4](https://github.com/PowerShell/PSResourceGet/compare/v1.0.3...v1.0.4) - 2024-04-05
23+
24+
### Patch
25+
26+
- Dependency package updates
27+
328
## [1.0.3](https://github.com/PowerShell/PSResourceGet/compare/v1.0.2...v1.0.3) - 2024-03-13
429

530
### Bug Fixes
31+
632
- Bug fix for null package version in `Install-PSResource`
733

834
## [1.0.2](https://github.com/PowerShell/PSResourceGet/compare/v1.0.1...v1.0.2) - 2024-02-06

0 commit comments

Comments
 (0)