-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switching the worker indexing to use hosting config feature flag (#9245) * Initial commit. * fixing issue with worker indexing, dotnet-isolated, and placeholders (#9253) * fixing issue with worker indexing, dotnet-isolated, and placeholders (#9253) * Update Python Worker Version to 4.14.0 (#9261) * Update Python Worker Version to 4.14.0 * Update release_notes.md --------- Co-authored-by: AzureFunctionsPython <[email protected]> * Setting up workerConfig with ConfigureOptionsWithChangeTokenSource (#9264) * Sending metadata request once per scriptHost instance (#9248) Co-authored-by: Brett Samblanet <[email protected]> * Restart workers when we need to refresh the worker metadata (#9244) * Incrementing patch version to 4.21.1 * Removing duplicate mention of #9253 --------- Co-authored-by: Naren Soni <[email protected]> Co-authored-by: Yogesh <[email protected]> Co-authored-by: Brett Samblanet <[email protected]> Co-authored-by: gavin-aguiar <[email protected]> Co-authored-by: AzureFunctionsPython <[email protected]> Co-authored-by: azfuncgh <[email protected]>
- Loading branch information
1 parent
996cf10
commit 85b2144
Showing
53 changed files
with
890 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.11.0" /> | ||
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.14.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.