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-python-worker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.40.2
Choose a base ref
...
head repository: Azure/azure-functions-python-worker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.41.0
Choose a head ref
  • 13 commits
  • 49 files changed
  • 3 contributors

Commits on Oct 6, 2025

  1. Update Python SDK Version to 1.24.0 (#1784)

    Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
    hallvictoria and AzureFunctionsPython authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    c4e153a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. fix: log sub-exceptions (#1786)

    * log sub-exceptions
    
    * flake + v1
    
    * fix legacy test
    
    * remove else statement
    hallvictoria authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    5dbe571 View commit details
    Browse the repository at this point in the history
  2. build: update version to 1.1.0b2 (#1788)

    * build: update runtimes/v2 version to 1.1.0b2
    
    * fix pyproject
    
    ---------
    
    Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
    hallvictoria and AzureFunctionsPython authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    23b31f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Update Python SDK Version to 1.25.0b1 (#1789)

    Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
    hallvictoria and AzureFunctionsPython authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    17d603c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. fix: 3.13 AppInsights logging (#1791)

    * fix for 313 ai logging
    
    * delete duplicated tests
    hallvictoria authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    181da8c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. fix: update typing inspect get_origin check (#1691)

    * update typing inspect
    
    * Fix test
    
    * lint
    
    * Fix for 3.9+
    
    * Fix tests for 3.9+
    
    * just add none check
    
    * lint
    
    * fix test
    hallvictoria authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    d3b416c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. build: update Python SDK Version to 1.25.0b2 (#1798)

    * Update Python SDK Version to 1.25.0b2
    
    * update pyproject
    
    * 3.10 is min version
    
    ---------
    
    Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
    hallvictoria and AzureFunctionsPython authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    ea12fd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. fix: 3.13 debug logging, error message typo, remove unhelpful warning…

    … log (#1799)
    
    * minor fixes
    
    * flake
    hallvictoria authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    685caf1 View commit details
    Browse the repository at this point in the history
  2. build: update version to 1.1.0b3 (#1802)

    * build: update runtimes/v2 version to 1.1.0b3
    
    * Update azure-functions-runtime version in pyproject.toml
    
    ---------
    
    Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
    hallvictoria and AzureFunctionsPython authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    259fd7d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. minor fixes (#1803)

    hallvictoria authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    f2bacac View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. fix: Py3.13 grpc size limit fix (#1805)

    * Py3.13 grpc size limit fix
    
    * Removed unused imports
    gavin-aguiar authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    4137bfd View commit details
    Browse the repository at this point in the history
  2. build: update version to 1.1.0b2 (#1804)

    * build: update runtimes/v1 version to 1.1.0b2
    
    * Update azure-functions-runtime-v1 version in pyproject
    
    ---------
    
    Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
    hallvictoria and AzureFunctionsPython authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    adb41d1 View commit details
    Browse the repository at this point in the history
  3. build: update version to 4.41.0 (#1806)

    * build: update workers version to 4.41.0
    
    * remove 3.7 & 3.8 from tests
    
    * remove for public tests
    
    * remove test
    
    ---------
    
    Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
    hallvictoria and AzureFunctionsPython authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    069be41 View commit details
    Browse the repository at this point in the history
Loading