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

817 Коммитов

Автор SHA1 Сообщение Дата
Lilian Kasem 3d704f5b35
[1ES] Update extensions build template (#2475) 2024-05-29 10:35:10 -07:00
sarah b6ad812cd0
[Bug Fix] HttpResponseData handling in ASP.NET Core Integration (#2488) 2024-05-28 20:00:24 -07:00
Lilian Kasem 1053f8bb6c
Check if request has started before registering event handler (#2461) 2024-05-24 12:38:45 -07:00
sarah 16fe6c687e
Reset release notes (#2477) 2024-05-21 17:42:48 -07:00
Lilian Kasem 25b61059e9
[1ES] Add new CI files for worker extensions (#2472) 2024-05-21 10:40:30 -07:00
Lilian Kasem b78a64a013
[1ES] Implement extension pipeline templates with Rpc example (#2469) 2024-05-21 10:03:28 -07:00
Lilian Kasem 8443bca53e
Update stages to run in parallel (#2471) 2024-05-21 09:13:10 -07:00
Lilian Kasem 12dc7a4f91
Add AzureFunctionsVersion to test function app project (#2470) 2024-05-20 16:38:15 -07:00
sarah 03aa5b4f60
SDK Release Prep (#2473) 2024-05-20 14:54:43 -07:00
Lilian Kasem 4fbd11543e
[1ES] Add RepositoryInfo.targets file & update trigger paths (#2468) 2024-05-20 10:28:55 -07:00
Lilian Kasem ae7c7b5409
Update Microsoft.AspNetCore.WebUtilities reference in the E2EApps project (#2467) 2024-05-17 16:19:43 -07:00
Lilian Kasem b41e441ed5
[1ES] Add 1ES pipeline files (#2466) 2024-05-17 16:12:46 -07:00
Lilian Kasem c6bf8bc9a2
[1ES] Add code mirror (#2463) 2024-05-15 12:01:05 -07:00
yzt b0e717808a
Fix SignalR extensions DI issue (#2448)
* Fix SignalR extensions DI issue
* Make it idempotent

`AddHostedService` with implementation type as `IHostedService` is forbidden.
2024-05-11 11:27:21 +08:00
Rohit Ranjan 785be42dae
AI Package upgrade. (#2451) 2024-05-09 12:21:20 -07:00
Fabio Cavalcante 455e59d097
Updating Event Hubs dependencies (#2436) 2024-04-29 16:22:57 -07:00
Lilian Kasem 13fdd1fe13
Update worker extension dependencies (#2434) 2024-04-25 16:21:41 -07:00
Lilian Kasem 43cd370e3d
Use TrySet when completing TaskCompletionSource (#2431) 2024-04-24 17:00:12 -07:00
Lilian Kasem fba90c6356
Check if _functionCompletionTask is already complete (#2414) 2024-04-24 13:46:18 -07:00
Lilian Kasem 442884e58d
Update worker storage extension dependencies and WebJobs reference (#2422) 2024-04-23 10:25:18 -07:00
Jacob Viau a0a7f547de
Rev AppInsights package to 1.2.1 (#2399)
* Rev for release

* update release_notes.md
2024-04-22 13:37:08 -07:00
sarah 1e81e6133d
[Source-Gen][Bug Fix] Array input in SignalR generated correctly (#2344) 2024-04-19 14:07:11 -07:00
Matthew Henderson ab611b26be
Update 01-bug-report.yml (#2405) 2024-04-19 14:02:24 -07:00
Rohit Ranjan f9b7a540bf
Removed empty version suffix. (#2420) 2024-04-19 12:48:37 -07:00
Rohit Ranjan 9a14384705
Added Version suffix and updated otel package version. (#2418) 2024-04-19 09:10:31 -07:00
Fabio Cavalcante ca7afd23f6
Minor updates to ActivityExtensions (#2401) 2024-04-16 16:31:16 -07:00
Rohit Ranjan d45568b5ce
OpenTelemetry Support (#2395)
Adding Support for OpenTelemetry

---------

Co-authored-by: Jacob Viau <javia@microsoft.com>
2024-04-12 14:00:38 -07:00
dependabot[bot] b6895ba1ae
Bump Azure.Identity in /src/DotNetWorker.ApplicationInsights (#2392)
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.10.2...Azure.Identity_1.11.0)

---
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-04-11 15:38:22 -07:00
dependabot[bot] f252f7c1c1
Bump Azure.Identity in /extensions/Worker.Extensions.ServiceBus/src (#2393)
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.4 to 1.11.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.10.4...Azure.Identity_1.11.0)

---
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-04-11 15:37:52 -07:00
sarah 3a9a560045
[Bug Fix] Parse HTTP result bindings in legacy generator (#2342) 2024-04-11 14:56:54 -07:00
sarah de334081ab
[BUG FIX] HTTP Trigger Functions with Multiple Output Bindings (#2322) 2024-04-05 13:54:14 -07:00
Jacob Viau add69528ff
Fix release notes version (#2383) 2024-04-04 14:21:43 -07:00
Fabio Cavalcante 442cf35732
Updating CosmosDB extension references. (#2378) 2024-04-03 21:06:55 -07:00
Jacob Viau 8f3c55473b
Re-add SDK refactor with referenced assembly scanning fixed. (#2347)
* Revert "Reverting changes introduced in #1946 (#2313)" (#2346)

This reverts commit c34a868068.

* Directly use ReferencePath for scanning reference assemblies

* update release_notes.md

* Update log message

* Add e2e test to verify SDK assembly scanning

* Include nuget.org for test

* Pass https source first

* Add package with no restore

* Refactor Sdk e2e build steps

* Remove --no-restore
2024-04-03 15:30:17 -07:00
Matthew Henderson cf06831697
adding template for issues relating to migrations from the in-process model (#2366) 2024-03-25 12:43:00 -07:00
Matthew Henderson be02b76e2a
fixing whitespace in asignment automation (#2367) 2024-03-25 12:42:30 -07:00
Fabio Cavalcante 32850727aa
Fixing timeout exception message (#2364) 2024-03-22 14:19:15 -07:00
Diego Gómez 9816a5edf3
Use empty string array in `FunctionsEndpointDataSource.MapHttpFunction` if no HTTP method was defined in `HttpTriggerAttribute` (#2348)
* If FunctionHttpBinding.Methods is null then use an empty string array as a parameter to HttpMethodMetadata constructor so the function responds to all HTTP methods
2024-03-21 11:08:27 -07:00
Fabio Cavalcante f374e4e1c1
Improvements to context coordination handling and observability in ASP.NET Core integration. (#2356) 2024-03-19 15:15:08 -07:00
Shyju Krishnankutty c1b2182e46
Reverting the worker.config change made in #2315 (#2351) 2024-03-18 11:09:01 -07:00
Shyju Krishnankutty e0cd2c152a
Pre-launching a minimal .NET app during placeholder mode (#2324)
* Prelaunch a minimal app during startup.

* Update build YMAL

* Yaml fix

* Yaml fix for path of prelaunch app

* Update nuspec

* Artifact fix

* YAML test

* modifyOutputPath:false

* Fix prelaunch path in nuget

* use wildcard to copy all content

* fix displayname typo

* Prelaunch in warmup call as well.

* Publish net6 version. Update prelaunch app to use some APIs from framework assemblies

* Remove -preview2 from package version.

* Indentation

* Rename "Prelauncher" to "PreLauncher"

* useGlobal Json

* fix dependsOn of ConsolidateArtifacts
2024-03-14 14:23:49 -07:00
sarah a948d719fc
reset release notes (#2338) 2024-03-06 16:00:01 -08:00
sarah a0304abbe5
Bump EH extension version (#2336) 2024-03-06 11:13:37 -08:00
sarah 99b8852bdb
Update Event Hubs extension (#2330) 2024-03-05 15:58:30 -08:00
Matthew Henderson 48a78e3b76
adjusting policies to prevent invalid states (#2242)
* adjusting policies to prevent invalid states

* removing auto-merge workflow
2024-03-05 15:28:43 -08:00
Shyju Krishnankutty c720ff9019
Improvements to NetHost logging & worker.config. (#2315)
* Improvements to logging on FNH.

* Updating worker config to have an additional condition to evaluate INITIALIZED_FROM_PLACEHOLDER env variable.

* Adding support for reloading the logging configurations on specialization.
2024-03-05 10:25:38 -08:00
Fabio Cavalcante 60489bbe72
Updating CosmosDB extension references (#2321) 2024-03-04 13:05:59 -08:00
Shyju Krishnankutty c34a868068
Reverting changes introduced in #1946 (#2313)
* Revert 1946

* Version bump, Release notes update, added System.Memory package reference (which was removed due to revert)
2024-03-01 12:00:17 -08:00
Rohit Ranjan 0052526447
[ApplicationInsights] Enable AAD Auth (#2217)
* Adding support for AAD Auth in the worker AI package.
2024-02-29 09:46:30 -08:00
Shyju Krishnankutty 084df40fb5
Fixed metadata generator not producing metadata when the entry assembly lacked functions but dependent assemblies had them (#2301)
* Fixed metadata generator not producing metadata when the entry assembly lacked functions but dependent assemblies had them

* Fixed metadata generator not producing metadata when the entry assembly lacked functions but dependent assemblies had them. Fixes #2294

* Including release notes entry for #2208

* Removed extension method and changed "GetDependentAssemblyFunctions" method return type to List.
2024-02-28 10:36:46 -08:00