Skip to content

Commit d7d5808

Browse files
authored
Update changelog (for v1.0.6) and release notes (v.1.0.6, v1.0.5, v1.0.4, v1.0.4.1) (#1732)
1 parent 5bbc687 commit d7d5808

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

CHANGELOG/1.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 1.0 Changelog
22

3+
## [1.0.6](https://github.com/PowerShell/PSResourceGet/compare/v1.0.5..v1.0.6) - 2024-10-10
4+
5+
- Bump System.Text.Json to 8.0.5
6+
37
## [1.0.5](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5) - 2024-05-13
48

59
### Bug Fixes

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,35 @@
8484
- Fix for swallowed exceptions (#1569)
8585
- Fix for PSResourceGet not working in Constrained Languange Mode (#1564)
8686
87+
## 1.0.6
88+
89+
- Bump System.Text.Json to 8.0.5
90+
91+
## [1.0.5](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5) - 2024-05-13
92+
93+
### Bug Fixes
94+
- Update `nuget.config` to use PowerShell packages feed (#1649)
95+
- Refactor V2ServerAPICalls and NuGetServerAPICalls to use object-oriented query/filter builder (#1645 Thanks @sean-r-williams!)
96+
- Fix unnecessary `and` for version globbing in V2ServerAPICalls (#1644 Thanks again @sean-r-williams!)
97+
- Fix requiring `tags` in server response (#1627 Thanks @evelyn-bi!)
98+
- Add 10 minute timeout to HTTPClient (#1626)
99+
- Fix save script without `-IncludeXml` (#1609, #1614 Thanks @o-l-a-v!)
100+
- PAT token fix to translate into HttpClient 'Basic Authorization'(#1599 Thanks @gerryleys!)
101+
- Fix incorrect request url when installing from ADO (#1597 Thanks @antonyoni!)
102+
- Improved exception handling (#1569)
103+
- Ensure that .NET methods are not called in order to enable use in Constrained Language Mode (#1564)
104+
- PSResourceGet packaging update
105+
106+
## [1.0.4.1](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4...v1.0.4.1) - 2024-04-05
107+
108+
- PSResourceGet packaging update
109+
110+
## [1.0.4](https://github.com/PowerShell/PSResourceGet/compare/v1.0.3...v1.0.4) - 2024-04-05
111+
112+
### Patch
113+
114+
- Dependency package updates
115+
87116
## 1.0.3
88117
89118
### Bug Fixes

0 commit comments

Comments
 (0)