Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relayering... #2747

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from
Draft

relayering... #2747

wants to merge 37 commits into from

Commits on Sep 10, 2024

  1. Setting _ToolingSuffix for TargetFrameworkVersion v9.0 (#2597)

    * Setting _ToolingSuffix for V9.0 TargetFrameworkVersion (#2499)
    
    Setting `_ToolingSuffix` value to net9-isolated when the Targetframework of the function app is `net9.0`.
    
    * feature branch release notes
    kshyju authored and fabiocav committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c3aef28 View commit details
    Browse the repository at this point in the history
  2. Adding net9.0 TFM (#2615)

    * Adding net9.0 TFM
    
    Update build YAML to install net9
    
    pin to preview6 in global.json
    
    * Bump SDK package version
    
    * Adding Net9 sample app.
    
    * Updating the below packages to use 9x version for net9.0 tfm
     - Microsoft.Extensions.Hosting
     - Microsoft.Extensions.Hosting.Abstractions
     - System.Collections.Immutable
     - System.Diagnostics.DiagnosticSource
    
    * Move condition to ItemGroup element instead of Choose-When pattern.
    
    * Updated ApplicationInsights package version in Sample app to latest stable (1.3.0)
    kshyju authored and fabiocav committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5afbdb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58fcbc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b78405 View commit details
    Browse the repository at this point in the history
  5. Dependency updates

    fabiocav committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7b7418c View commit details
    Browse the repository at this point in the history
  6. Test updates

    fabiocav committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    35f6939 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee0374d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    300896f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6a6730 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d942af View commit details
    Browse the repository at this point in the history
  11. Fixing SDK tests

    fabiocav committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4c8a7e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9b5010b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dd85390 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1e7db02 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    804f4c4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    77e2af4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    267b26b View commit details
    Browse the repository at this point in the history
  18. adding FunctionsWebApplicationBuilder

    brettsam authored and fabiocav committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4cba80e View commit details
    Browse the repository at this point in the history
  19. Fixing path separator character to work with both linux and windows.B…

    …uild DotnetWorker.Extensions.sln as well for tests
    kshyju authored and fabiocav committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    292d5b9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    41f2839 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    54d39a1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    112ebfe View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8633dce View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a538ec5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3f82750 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    53686c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Removed fallback command line argument reading code for grpc worker s…

    …tartup options. (#2693)
    
    * Removing the fallback command line argument reading code for grpc worker startup options.
    
    * Add release notes.
    kshyju authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    37c15bb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    6232eae View commit details
    Browse the repository at this point in the history
  2. Set IncludeEmptyEntriesInMessagePayload capability to true by default (

    …#2701)
    
    * Set IncludeEmptyEntriesInMessagePayload to true by default
    
    * Update release notes
    liliankasem authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    06574fc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

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

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    9c82ddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59ca7e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. relayering...

    brettsam committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b9a64b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 10, 2024

  1. cleanup

    brettsam committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2c5a7db View commit details
    Browse the repository at this point in the history