Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf064a1

Browse files
committedMay 13, 2024
Shorten release notes to accommodate PSGallery's 1000 char limit
1 parent 0841175 commit bf064a1

File tree

1 file changed

+0
-110
lines changed

1 file changed

+0
-110
lines changed
 

‎src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 0 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -121,116 +121,6 @@
121121
- Bug fix `-RequiredResource` silent failures (#1426)
122122
- Bug fix for v2 repository returning extra packages for `-Tag` based search with `-Prerelease` (#1405)
123123
124-
## 0.9.0-rc1
125-
126-
### Bug Fixes
127-
- Bug fix for using `Import-PSGetRepository` in Windows PowerShell (#1390)
128-
- Add error handling when searching for unlisted package versions (#1386)
129-
- Bug fix for deduplicating dependencies found from `Find-PSResource` (#1382)
130-
- Added support for non-PowerShell Gallery v2 repositories (#1380)
131-
- Bug fix for setting 'unknown' repository `APIVersion` (#1377)
132-
- Bug fix for saving a script with `-IncludeXML` parameter (#1375)
133-
- Bug fix for v3 server logic to properly parse inner @id element (#1374)
134-
- Bug fix to write warning instead of error when package is already installed (#1367)
135-
136-
## 0.5.24-beta24
137-
138-
### Bug Fixes
139-
- Detect empty V2 server responses at ServerApiCall level instead of ResponseUtil level (#1358)
140-
- Bug fix for finding all versions of a package returning correct results and incorrect "package not found" error (#1356)
141-
- Bug fix for installing or saving a pkg found in lower priority repository (#1350)
142-
- Ensure `-Prerelease` is not empty or whitespace for `Update-PSModuleManifest` (#1348)
143-
- Bug fix for saving `Az` module dependencies (#1343)
144-
- Bug fix for `Find-PSResource` repository looping to to return matches from all repositories (#1342)
145-
- Update error handling for Tags, Commands, and DSCResources when searching across repositories (#1339)
146-
- Update `Find-PSResource` looping and error handling to account for multiple package names (#1338)
147-
- Update error handling for `Find-PSResource` using V2 server endpoint repositories (#1329)
148-
- Bug fix for searching through multiple repositories when some repositories do not contain the specified package (#1328)
149-
- Add parameters to `Install-PSResource` verbose message (#1327)
150-
- Bug fix for parsing required modules when publishing (#1326)
151-
- Bug fix for saving dependency modules in version range format (#1323)
152-
- Bug fix for `Install-PSResource` failing to find prerelease dependencies (#1322)
153-
- Bug fix for updating to a new version of a prerelease module (#1320)
154-
- Fix for error message when DSCResource is not found (#1317)
155-
- Add error handling for local repository pattern based searching (#1316)
156-
- `Set-PSResourceRepository` run without `-ApiVersion` paramater no longer resets the property for the repository (#1310)
157-
158-
159-
## 0.5.23-beta23
160-
161-
### Breaking Changes
162-
163-
### New Features
164-
- *-PSResourceRepository -Uri now accepting PSPaths (#1269)
165-
- Add aliases for Install-PSResource, Find-PSResource, Update-PSResource, Publish-PSResource (#1264)
166-
- Add custom user agent string to API calls (#1260)
167-
- Support install for NuGet.Server application hosted feed (#1253)
168-
- Add support for NuGet.Server application hosted feeds (#1236)
169-
- Add Import-PSGetRepository function to import existing v2 PSRepositories into PSResourceRepositories. (#1221)
170-
- Add 'Get-PSResource' alias to 'Get-InstalledPSResource' (#1216)
171-
- Add -ApiVersion parameter to Set-PSResourceRepository (#1207)
172-
- Add support for FindNameGlobbing scenarios (i.e -Name az*) for MyGet server repository (V3) (#1202)
173-
174-
175-
### Bug Fixes
176-
- Better error handling for scenario where repo ApiVersion is unknown and allow for PSPaths as URI for registered repositories (#1288)
177-
- Bugfix for Uninstall should be able to remove older versions of a package that are not a dependency (#1287)
178-
- Bugfix for Publish finding prerelease dependency versions. (#1283)
179-
- Fix Pagination for V3 search with globbing scenarios (#1277)
180-
- Update message for -WhatIf in Install-PSResource, Save-PSResource, and Update-PSResource (#1274)
181-
- Bug fix for publishing with ExternalModuleDependencies (#1271)
182-
- Support Credential Persistence for Publish-PSResource (#1268)
183-
- Update Save-PSResource -Path param so it defaults to the current working directory (#1265)
184-
- Update dependency error message in Publish-PSResource (#1263)
185-
- Bug fixes for script metadata (#1259)
186-
- Fix error message for Publish-PSResource for MyGet.org feeds (#1256)
187-
- Bug fix for version ranges with prerelease versions not returning the correct versions (#1255)
188-
- Bug fix for file path version must match psd1 version error when publishing (#1254)
189-
- Bug fix for searching through local repositories with -Type parameter (#1252)
190-
- Allow environment variables in module manifests (#1249)
191-
- Updating prerelease version should update to latest prerelease version (#1238)
192-
- Fix InstallHelper call to GetEnvironmentVariable() on Unix (#1237)
193-
- Update build script to resolve module loading error (#1234)
194-
- Enable UNC Paths for local repositories, source directories and destination directories (#1229)
195-
- Improve better error handling for -Path in Publish-PSResource (#1227)
196-
- Bug fix for RequireLicenseAcceptance in Publish-PSResource (#1225)
197-
- Provide clearer error handling for V3 Publish support (#1224)
198-
- Fix bug with version parsing in Publish-PSResource (#1223)
199-
- Improve error handling for Find-PSResource (#1222)
200-
- Add error handling to Get-InstalledPSResource and Find-PSResource (#1217)
201-
- Improve error handling in Uninstall-PSResource (#1215)
202-
- Change resolved paths to use GetResolvedProviderPathFromPSPath (#1209)
203-
- Bug fix for Get-InstalledPSResource returning type of scripts as module (#1198)
204-
205-
206-
## 0.5.22-beta22
207-
208-
### Breaking Changes
209-
- PowerShellGet is now PSResourceGet! (#1164)
210-
- Update-PSScriptFile is now Update-PSScriptFileInfo (#1140)
211-
- New-PSScriptFile is now New-PSScriptFileInfo (#1140)
212-
- Update-ModuleManifest is now Update-PSModuleManifest (#1139)
213-
- -Tags parameter changed to -Tag in New-PSScriptFile, Update-PSScriptFileInfo, and Update-ModuleManifest (#1123)
214-
- Change the type of -InputObject from PSResource to PSResource[] for Install-PSResource, Save-PSResource, and Uninstall-PSResource (#1124)
215-
- PSModulePath is no longer referenced when searching paths (#1154)
216-
217-
### New Features
218-
- Support for Azure Artifacts, GitHub Packages, and Artifactory (#1167, #1180)
219-
220-
### Bug Fixes
221-
- Filter out unlisted packages (#1172, #1161)
222-
- Add paging for V3 server requests (#1170)
223-
- Support for floating versions (#1117)
224-
- Update, Save, and Install with wildcard gets the latest version within specified range (#1117)
225-
- Add positonal parameter for -Path in Publish-PSResource (#1111)
226-
- Uninstall-PSResource -WhatIf now shows version and path of package being uninstalled (#1116)
227-
- Find returns packages from the highest priority repository only (#1155)
228-
- Bug fix for PSCredentialInfo constructor (#1156)
229-
- Bug fix for Install-PSResource -NoClobber parameter (#1121)
230-
- Save-PSResource now searches through all repos when no repo is specified (#1125)
231-
- Caching for improved performance in Uninstall-PSResource (#1175)
232-
- Bug fix for parsing package tags from local repository (#1119)
233-
234124
See change log (CHANGELOG.md) at https://github.com/PowerShell/PSResourceGet
235125
'@
236126
}

0 commit comments

Comments
 (0)
Please sign in to comment.