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: Azure/azure-functions-powershell-worker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2803
Choose a base ref
...
head repository: Azure/azure-functions-powershell-worker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.x/ps7.2
Choose a head ref
  • 18 commits
  • 41 files changed
  • 3 contributors

Commits on Jul 27, 2023

  1. Bump Grpc.Net.Client from 2.49.0 to 2.52.0 in /src (#968) (#973)

    Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.49.0 to 2.52.0.
    - [Release notes](https://github.com/grpc/grpc-dotnet/releases)
    - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
    - [Commits](grpc/grpc-dotnet@v2.49.0...v2.52.0)
    
    ---
    updated-dependencies:
    - dependency-name: Grpc.Net.Client
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Francisco-Gamino and dependabot[bot] authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    067ffaa View commit details
    Browse the repository at this point in the history
  2. Upgrade PowerShell 7.2 to SDK 7.2.13 (#975)

    * Upgrade to .NET SDK 6.0.412
    
    * Upgrade Microsoft.PowerShell.SDK to 7.2.13
    Francisco-Gamino authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5657019 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Update language worker to support parsing command-line arguments pref…

    …ix with functions-<argumentname> (#993) (#996)
    
    * Add support to parsing command-line arguments prefix with functions-<argumentname>
    
    * Configure parser to ignore unknown arguments
    
    * Remove deprecated option grpcMaxMessageLength
    Francisco-Gamino authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    fdc5360 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    2c6fbde View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    824f5a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Env variable logic for AZ PS upgrade notification (#1015)

    Set AZUREPS_CHECK_FOR_UPGRADE environment variable to False unless otherwise specified in App Settings, to prevent an expensive check for available version upgrades by AZ PS.
    andystaples authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1bf3405 View commit details
    Browse the repository at this point in the history
  2. Upgrade PS 7.2 SDK to 7.2.15 (#1016)

    * Upgrade PS 7.2 SDK to 7.2.15
    * Upgrade to .NET SDK 6.0.415
    andystaples authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a37e3e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Replace deprecated packages in E2E (#1022)

    * Replace Microsoft.Azure.EventHubs with latest stable Azure.Messaging.EventHubs
    * Replace Microsoft.Azure.DocumentDB.Core with latest stable Microsoft.Azure.Cosmos
    andystaples authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f7d1387 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Updating build to check for vulnerabilities (#1026) (#1027)

    * Add Check-CsprojVulnerabilities.ps1 script
    
    * Do not print report by default
    
    * Add check for security vulnerabilities stage in the pipeline
    
    * Update test projects dependencies
    Francisco-Gamino authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a0af8af View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Upgrade PowerShell SDK to 7.2.18 (#1030)

    * Upgrade PowerShell SDK to 7.2.18
    * Update .NET SDK to .418
    andystaples authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    15eed15 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Update PowerShell SDK to 7.2.19 (#1056)

    Update PowerShell SDK to 7.2.19
    Update .NET SDK to 6.0.421
    andystaples authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    468617c View commit details
    Browse the repository at this point in the history
  2. Add support for OpenTelemetry in worker (#1058)

    * OpenTelemetry support in worker (#1049)
    
    * Detect if OpenTelemetry module is present and environment variable is set
    * Pre-instrument invocations with a span using Invocation ID + parent span ID
    * Forward all user logs to the module to be sent to OTel endpoint
    
    (cherry picked from commit f0c7eec)
    andystaples authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    684a843 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Cherrypick 1ES pipelines to PS7.2 branch (#1075)

    - Add code-mirror.yml
    - Convert build pipeline to 1ES 
    - Remove old pipeline
    - Changes to build.ps1 for new pipeline
    - Remove NuGet Config
    andystaples authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7cd4593 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Update PowerShell SDK to 7.2.21 (#1082)

    * Update PowerShell SDK to 7.2.21
    * Update vulnerable packages
    andystaples authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    49f07f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    19046d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Shutoff Managed Dependency upgrades after 7.2 EOL (#1091)

    * Backport of "Shut off MD module upgrades after 7.2 EOL" (#1084)
    * 7.2 specific changes
    andystaples authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1658352 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    37397f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    e8dbab8 View commit details
    Browse the repository at this point in the history
Loading