Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PowerShell/PowerShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.1
Choose a base ref
...
head repository: PowerShell/PowerShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.2
Choose a head ref
  • 11 commits
  • 29 files changed
  • 6 contributors

Commits on Jun 8, 2020

  1. Restrict loading of amsi.dll from system32 folder (#12730)

    <!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. -->
    
    # PR Summary
    
    Restrict search path for `amsi.dll` and `wldp.dll` to just System32 on Windows
    
    ## PR Checklist
    
    - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
        - Use the present tense and imperative mood when describing your changes
    - [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
    - [x] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
    - [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress).
        - If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
    - **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes)**
        - [x] None
        - **OR**
        - [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md)
            - [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
    - **User-facing changes**
        - [x] Not Applicable
        - **OR**
        - [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
            - [ ] Issue filed: <!-- Number/link of that issue here -->
    - **Testing - New and feature**
        - [x] N/A or can only be tested interactively
        - **OR**
        - [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting)
    - **Tooling**
        - [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
        - **OR**
        - [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
            - Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell) for VSCode (which runs in a different PS Host).
            - Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
            - Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) (which provides linting & formatting in the editor extensions).
            - Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
    SteveL-MSFT authored and TravisEz13 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    c3cd9d4 View commit details
    Browse the repository at this point in the history
  2. Change Get-FileHash to close file handles before writing output (#12474)

    # Conflicts:
    #	src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetHash.cs
    HumanEquivalentUnit authored and TravisEz13 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    359cdee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b972a View commit details
    Browse the repository at this point in the history
  4. Ensure null-coalescing LHS is evaluated only once (#12667)

    # Conflicts:
    #	src/System.Management.Automation/engine/parser/Compiler.cs
    rjmholt authored and TravisEz13 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    92a737b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac676f2 View commit details
    Browse the repository at this point in the history
  6. Upgrade APIScan version (#12876)

    adityapatwardhan authored and TravisEz13 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    59733d9 View commit details
    Browse the repository at this point in the history
  7. Pin major Pester version to 4 to prevent breaking changes caused by u…

    …pcoming release of v5 (#12262)
    bergmeister authored and TravisEz13 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    4c26662 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Check if Azure Blob exists before overwriting (#12921)

    Co-authored-by: Aditya Patwardhan <Aditya Patwardhan>
    adityapatwardhan authored and TravisEz13 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    69e0763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d343d89 View commit details
    Browse the repository at this point in the history
  3. Merged PR 11699: Bump to .NET 3.1.5 and update dependencies

    Bump to .NET 3.1.5 and update dependencies
    adityapatwardhan committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    dec48d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Merged PR 11713: Update change log for 7.0.2 release

    Update change log for 7.0.2 release
    adityapatwardhan committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    ab74603 View commit details
    Browse the repository at this point in the history
Loading