|
1 | 1 | # Current preview release |
2 | 2 |
|
| 3 | +## [7.1.0-preview.3] - 2020-05-14 |
| 4 | + |
| 5 | +### Breaking Changes |
| 6 | + |
| 7 | +- Fix string parameter binding for `BigInteger` numeric literals (#11634) (Thanks @vexx32!) |
| 8 | + |
| 9 | +### Engine Updates and Fixes |
| 10 | + |
| 11 | +- Set correct `PSProvider` full name at module load time (#11813) (Thanks @iSazonov!) |
| 12 | + |
| 13 | +### Experimental Features |
| 14 | + |
| 15 | +- Support passing `PSPath` to native commands (#12386) |
| 16 | + |
| 17 | +### General Cmdlet Updates and Fixes |
| 18 | + |
| 19 | +- Fix incorrect index in format string in ParameterBinderBase (#12630) (Thanks @powercode!) |
| 20 | +- Copy the `CommandInfo` property in `Command.Clone()` (#12301) (Thanks @TylerLeonhardt!) |
| 21 | +- Apply `-IncludeEqual` in `Compare-Object` when `-ExcludeDifferent` is specified (#12317) (Thanks @davidseibel!) |
| 22 | +- Change `Get-FileHash` to close file handles before writing output (#12474) (Thanks @HumanEquivalentUnit!) |
| 23 | +- Fix inconsistent exception message in `-replace` operator (#12388) (Thanks @jackdcasey!) |
| 24 | + |
| 25 | +### Code Cleanup |
| 26 | + |
| 27 | +<details> |
| 28 | + |
| 29 | +<summary> |
| 30 | + |
| 31 | +<p>We thank the following contributors!</p> |
| 32 | +<p>@xtqqczze, @RDIL, @powercode, @xtqqczze, @xtqqczze</p> |
| 33 | + |
| 34 | +</summary> |
| 35 | + |
| 36 | +<ul> |
| 37 | +<li>Replace Unicode <code>non-breaking space</code> character with space (#12576) (Thanks @xtqqczze!)</li> |
| 38 | +<li>Remove unused <code>New-DockerTestBuild.ps1</code> (#12610) (Thanks @RDIL!)</li> |
| 39 | +<li>Annotate <code>Assert</code> methods for better code analysis (#12618) (Thanks @powercode!)</li> |
| 40 | +<li>Use correct casing for cmdlet names and parameters in *.ps1 files throughout the codebase (#12584) (Thanks @xtqqczze!)</li> |
| 41 | +<li>Document why <code>PackageVersion</code> is used in <code>PowerShell.Common.props</code> (#12523) (Thanks @xtqqczze!)</li> |
| 42 | +</ul> |
| 43 | + |
| 44 | +</details> |
| 45 | + |
| 46 | +### Tools |
| 47 | + |
| 48 | +- Update `@PoshChan` config to include `SSH` (#12526) (Thanks @vexx32!) |
| 49 | +- Update log message in `Start-PSBootstrap` (#12573) (Thanks @xtqqczze!) |
| 50 | +- Add the `.NET SDK` installation path to the current process path in `tools/UpdateDotnetRuntime.ps1` (#12525) |
| 51 | + |
| 52 | +### Tests |
| 53 | + |
| 54 | +- Make CIM tab completion test case insensitive (#12636) |
| 55 | +- Mark ping tests as Pending due to stability issues in macOS (#12504) |
| 56 | + |
| 57 | +### Build and Packaging Improvements |
| 58 | + |
| 59 | +<details> |
| 60 | + |
| 61 | +<summary> |
| 62 | + |
| 63 | +<p>We thank the following contributors!</p> |
| 64 | +<p>@jcotton42, @iSazonov, @iSazonov, @iSazonov</p> |
| 65 | + |
| 66 | +</summary> |
| 67 | + |
| 68 | +<ul> |
| 69 | +<li>Update build to use the new .NET SDK <code>5.0.100-preview.4.20258.7</code> (#12637)</li> |
| 70 | +<li>Bump NJsonSchema from 10.1.14 to 10.1.15 (#12608)</li> |
| 71 | +<li>Bump NJsonSchema from 10.1.13 to 10.1.14 (#12598)</li> |
| 72 | +<li>Bump NJsonSchema from 10.1.12 to 10.1.13 (#12583)</li> |
| 73 | +<li>Update the build to sign any unsigned files as 3rd party Dlls (#12581)</li> |
| 74 | +<li>Update .NET SDK to <code>5.0.100-preview.4.20229.10</code> (#12538)</li> |
| 75 | +<li>Add ability to <code>Install-Dotnet</code> to specify directory (#12469)</li> |
| 76 | +<li>Allow <code>/</code> in relative paths for <code>using module</code> (#7424) (#12492) (Thanks @jcotton42!)</li> |
| 77 | +<li>Update dotnet metadata for next channel for automated updates (#12502)</li> |
| 78 | +<li>Bump .NET to 5.0.0-preview.4 (#12507)</li> |
| 79 | +<li>Bump <code>Microsoft.ApplicationInsights</code> from <code>2.13.1</code> to <code>2.14.0</code> (#12479)</li> |
| 80 | +<li>Bump PackageManagement from 1.4.6 to 1.4.7 in /src/Modules (#12506)</li> |
| 81 | +<li>Bump <code>Xunit.SkippableFact</code> from <code>1.3.12</code> to <code>1.4.8</code> (#12480)</li> |
| 82 | +<li>Fix quotes to allow variable expansion (#12512)</li> |
| 83 | +<li>Use new <code>TargetFramework</code> as <code>net5.0</code> in packaging scripts (#12503) (Thanks @iSazonov!)</li> |
| 84 | +<li>Use new value for <code>TargetFramework</code> as <code>net5.0</code> instead of <code>netcoreapp5.0</code> (#12486) (Thanks @iSazonov!)</li> |
| 85 | +<li>Disable <code>PublishReadyToRun</code> for framework dependent packages (#12450)</li> |
| 86 | +<li>Add <code>dependabot</code> rules to ignore updates from .NET (#12466)</li> |
| 87 | +<li>Update <code>README.md</code> and <code>metadata.json</code> for upcoming release (#12441)</li> |
| 88 | +<li>Turn on <code>ReadyToRun</code> (#12361) (Thanks @iSazonov!)</li> |
| 89 | +<li>Add summary to compressed sections of change log (#12429)</li> |
| 90 | +</ul> |
| 91 | + |
| 92 | +</details> |
| 93 | + |
| 94 | +### Documentation and Help Content |
| 95 | + |
| 96 | +- Add link to life cycle doc to distribution request template (#12638) |
| 97 | +- Update TFM reference in build docs (#12514) (Thanks @xtqqczze!) |
| 98 | +- Fix broken link for blogs in documents (#12471) |
| 99 | + |
3 | 100 | ## [7.1.0-preview.2] - 2020-04-23 |
4 | 101 |
|
5 | 102 | ### Breaking Changes |
|
261 | 358 | - Update `SUPPORT.md` (#11101) (Thanks @mklement0!) |
262 | 359 | - Update `README.md` (#11100) (Thanks @mklement0!) |
263 | 360 |
|
| 361 | +[7.1.0-preview.3]: https://github.com/PowerShell/PowerShell/compare/v7.1.0-preview.2...v7.1.0-preview.3 |
264 | 362 | [7.1.0-preview.2]: https://github.com/PowerShell/PowerShell/compare/v7.1.0-preview.1...v7.1.0-preview.2 |
265 | 363 | [7.1.0-preview.1]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-preview.6...v7.1.0-preview.1 |
| 364 | + |
0 commit comments