Граф коммитов

875 Коммитов

Автор SHA1 Сообщение Дата
jainharsh98 30ff98300f
Merging main into release/main (#2843) 2024-11-08 09:52:17 -08:00
Jacob Viau 6eb8998937
Prep Extensions.Rpc release: merge main into release/main (#2805)
* Generators package version update (#2755)

* Generator tests: Add transitive dependency for System.Text.Json v8.0.5 & bump extension versions (#2760)

* Fixing Function Executor test

* Refactor WebJobs extension info  (#2762)

* skipBuildTagsForGitHubPullRequests when the PR is a fork (#2770)

* Bump System.Text.Json from 8.0.4 to 8.0.5 in /host/src/FunctionsNetHost (#2768)

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.4...v8.0.5)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* re-use FunctionsWorkerApplicationBuilder if called multiple times (#2774)

* Add worker extension validation to CI (#2764)

* ignore rider temp files

* Support SignalR trigger return value (#2771)

* add skipBuildTagsForGitHubPullRequests for extensions (#2779)

* Fix typos in CI referencing test projects (#2773)

* Adding a null check before initiating the internal Activity (#2765)

* Adding a null check for the internal Activity.

* Bump System.Text.Json to 8.0.5 (#2783)

* Use full namespace for Task.FromResult in function metadata provider generator to avoid namespace conflict (#2681)

* Analyzer for Multiple-Output Binding Scenarios with ASP.NET Core Integration (#2706)

* Remove documentation tag (#2751)

The parameter does not exist.

* Update global.json .net8 value (#2795)

* initial fix of duplicate registrations if AddFunctionsWorkerCore called twice (#2790)

* Ignoring fatal exceptions in InvocationHandler (#2789)

* Update nethost global json, update sample (#2797)

* Set extension RPC max message length (#2772)

* Set max message length for RPC client

* Update Rpc version and release notes

* Update packages (#2800)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Surbhi Gupta <surgupta@microsoft.com>
Co-authored-by: Lilian Kasem <likasem@microsoft.com>
Co-authored-by: Fabio Cavalcante <facaval@microsoft.com>
Co-authored-by: sarah <35204912+satvu@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brett Samblanet <brettsam@microsoft.com>
Co-authored-by: Simon Cropp <simon.cropp@gmail.com>
Co-authored-by: yzt <zityang@microsoft.com>
Co-authored-by: Rohit Ranjan <90008725+RohitRanjanMS@users.noreply.github.com>
Co-authored-by: David Lee <10739819+DL444@users.noreply.github.com>
Co-authored-by: Jonathan <vanillajonathan@users.noreply.github.com>
2024-10-23 15:42:09 -07:00
Surgupta 6a324b7988 Generators package version update 2024-10-07 13:51:32 -07:00
Fabio Cavalcante a98b271f10 Updating FunctionExecutorGenerator to avoid long if/else chains. 2024-10-07 10:47:48 -07:00
Lilian Kasem 903be9ce15
Update EntityFramework sample pkg versions (#2742) 2024-10-03 09:24:06 -07:00
Surbhi Gupta 39cb96536a
Updating packages dependencies to the latest (#2729) 2024-09-30 16:43:59 -07:00
Antonio Villanueva 24cd553907
Function App (Flex Cosumption) ZipDeploy publish support (#2712)
* In ZipDeploy, add support for publishing a Flex Consumption function app

* Update release_notes.md with PR number

* Accept review comments
2024-09-23 13:14:32 -07:00
Fabio Cavalcante 1ee6449a59 Adding project name to task display names 2024-09-09 17:16:46 -07:00
Fabio Cavalcante 228f8383a7 Fixing project structure for ASP.NET Core Analyzers 2024-09-09 17:16:46 -07:00
Fabio Cavalcante dc09a2d9e6 Updating ASP.NET Core integration extension version 2024-09-09 09:00:03 -07:00
danielmarbach 3c4d5b4283 DefaultHttpCoordinator SetHttpContextAsync should use async/await to make the catch/rethrow effective 2024-09-09 09:00:03 -07:00
Fabio Cavalcante feb9472c22 Opting out of central package management in extensions inner build 2024-09-06 18:03:16 -07:00
Matthew Henderson 493c4b9840 Allowing version validation to include qualities for testing purposes 2024-09-05 17:17:25 -07:00
Surbhi Gupta 4ef9d3c277
Worker packages dependency update (#2665) 2024-08-20 12:16:30 -07:00
Surbhi Gupta 21ce5a7b65
Updating dependencies to the latest for EventHubs and ServiceBus (#2657) 2024-08-09 11:12:20 -07:00
Shyju Krishnankutty 3e998f5667
[Build] Changing pool image from ubuntu-22.04 to ubuntu-20.04 for FunctionsNetHost Linux artifact (#2653)
- Bumping patch version. New version is 1.0.11
2024-08-07 14:18:41 -07:00
Surbhi Gupta acbaac2e12
Service bus webjobs package version update (#2654) 2024-08-07 13:01:41 -07:00
Jacob Viau 24858b8af0 Fix signing paths 2024-08-06 15:49:32 -07:00
Surbhi Gupta f92cb254a5
Updating Azure.Core and Extension dependencies to the latest (#2638) 2024-08-01 11:19:20 -07:00
Shyju Krishnankutty 5b1dbdbafc
Removing WEBSITE_CONTAINER_READY=0 env variable check for DotnetIsolatedLinuxPlaceholder profile. FNH 1.0.10 (#2629)
Removing WEBSITE_CONTAINER_READY=0 env variable check for DotnetIsolatedLinuxPlaceholder profile.
Bumped version to 1.0.10
2024-07-29 15:22:30 -07:00
Jacob Viau b8fc9ad5fc
Add warning for v3 out of support. Fix incorrect build message. (#2606)
* Fix incorrect build message

* update release_notes.md

* Refactor AzureFunctionVersion default and error checks

* Add warning for v3 out of support

* Address PR comments
2024-07-29 09:36:05 -07:00
Surbhi Gupta ac91781ad9
Updating worker extensions dependencies (#2626) 2024-07-25 15:48:55 -07:00
Aishwarya Bhandari 2beaf9b502
changes (#2619) 2024-07-22 11:14:58 -07:00
Aishwarya Bhandari c5b29f397d
Update web jobs version (#2618) 2024-07-19 13:42:48 -07:00
Rohit Ranjan 4b989b3930
AppInsights package release. (#2612) 2024-07-17 13:42:37 -07:00
Rohit Ranjan 18a5b1136b
ActivityTraceFlags propagation (#2608)
* Adding context propagation for ActivityTraceFlags and TraceState.
2024-07-17 13:27:14 -07:00
sarah 757df9b204
ASP.NET Sample Multiple Output Bindings (#2343) 2024-07-16 13:01:19 -07:00
sarah 3c0687b164
Release Prep (#2591) 2024-07-10 17:01:00 -07:00
Surgupta 53d764e468
Updating generators to fix the namespace conflict with customer code (#2582) 2024-07-10 10:58:03 -07:00
Shyju Krishnankutty 228018ba39
Updating metadata generation to create the $return binding for all http trigger functions. (#2579) 2024-07-10 07:24:25 -07:00
Fabio Cavalcante d6dfbaeaec Ensuring exception message is used if ModelError.Message is not set 2024-07-09 13:22:35 -07:00
sarah 005f9dc345
Release Prep (#2580) 2024-07-08 16:02:40 -07:00
Surgupta 9f9826f70d
Updating ExtensionStartupRunnerGenerator to fix the namespace conflict with customer code (#2553) 2024-07-05 21:04:11 -07:00
Aishwarya Bhandari d5b185eb97
Handle cancellation token if function is invoked before cancellation token (#2546)
* initial change

* add unit test

* updating unit test
2024-07-02 15:20:45 -07:00
Jacob Viau 0152b65031
Use sign-files template (#2554) 2024-07-02 12:03:09 -07:00
Shyju Krishnankutty 18bfc6aaa0
Update FNH worker config to only start worker in placeholder mode. (#2552)
* Update worker config to only start worker in placeholder mode.

* Bumping the patch version of package (new version is 1.0.9)
2024-07-01 15:52:45 -07:00
Jacob Viau 74f3ff8b5c
Remove paths filters for 1es build (#2550) 2024-06-26 13:08:10 -07:00
Shyju Krishnankutty 482483f1f5
Updating some packages to latest stable. (#2549) 2024-06-26 10:38:39 -07:00
Fabio Cavalcante e8e4b161e6
Updating Application Insights package dependencies (#2541)
* Updating Application Insights package dependencies

* mend
2024-06-14 14:38:45 -07:00
Fabio Cavalcante d5c21982fb
Updating Service Bus extension dependencies (#2539) 2024-06-14 13:35:36 -07:00
sarah 3a439bf5d1
Reset ext release notes (#2534) 2024-06-13 12:59:05 -07:00
Lilian Kasem fdd9508841
Reset cosmos extension release notes (#2533) 2024-06-13 11:30:03 -07:00
dependabot[bot] dbb48e2aff
Bump Azure.Identity in /extensions/Worker.Extensions.ServiceBus/src (#2526)
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.11.2 to 1.11.4.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.11.2...Azure.Identity_1.11.4)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 09:41:27 -07:00
sarah efd0aefe0a
[Bug Fix] ASP.NET pipeline hangs when function execution throws an unhandled exception (#2527) 2024-06-12 16:25:27 -07:00
Lilian Kasem ab70ee04bc
Implement `CosmosDBOptions` to allow configuration of the CosmosDB service client via `CosmosClientOptions` (#2483) 2024-06-12 13:03:23 -07:00
Lilian Kasem 9994356a3c
Delete old pipelines (#2522) 2024-06-11 16:13:22 -07:00
Lilian Kasem bb33b54b03
Add eng/ path to core and host ci pipelines (#2525) 2024-06-10 12:32:55 -07:00
Lilian Kasem 1353ca4fed
[1ES] Update net host pipeline pool (#2520) 2024-06-07 15:18:46 -07:00
Lilian Kasem b8db3ddd80
[1ES] Migrate FunctionsNetHost CI pipelines (#2515) 2024-06-07 13:17:57 -07:00
Lilian Kasem 2ece46d8dc
[1ES] Add windows pool and remove extra sign step (#2513) 2024-06-05 16:36:23 -07:00