sarah
c936ce7ed4
fix namespace typo in source-gen ( #1186 )
2022-11-21 09:02:40 -08:00
hoshinokanade
709f73cc10
Fix broken link in samples/readme.md ( #1175 )
2022-11-17 10:12:14 -08:00
sarah
1cc98c0424
duplicate binding info fix ( #1180 )
2022-11-17 09:43:48 -08:00
Shivam Rohilla
830d35ca4c
upgrade kafka extension from 3.5.0 to 3.6.0 ( #1153 )
...
* upgrade to 3.6.0
* incorporating the review comment
2022-11-11 10:36:30 +05:30
Maddie Gordon
c38c0ac7a6
Remove preview suffix for Worker.Extensions.Tables package ( #1173 )
...
* remove preview suffix
* release notes
* release notes
* move release note to correct location
2022-11-10 16:42:19 -08:00
Maddie Gordon
9c3305768f
Fix Tables extension reference ( #1163 )
...
* changed Worker.Extension.Storage.Tables to Worker.Extensions.Tables
* Update .gitignore
remove accidental .gitignore update
2022-11-09 17:06:29 -08:00
sarah
320be4e3f1
[SourceGen] Handle default values in binding attributes ( #1131 )
...
Check for and handle default values in binding attribute properties, standardize casing for properties and parameters in binding anonymous type representations.
2022-11-09 12:51:53 -08:00
Lilian Kasem
6bb0845c3f
Initialize new GrpcModelBindingData & bump Sdk to 1.8.0 preview 3 ( #1150 )
2022-11-03 12:03:06 -07:00
Lilian Kasem
2c1b3a8ae6
Support sdk-type binding reference type ( #1107 )
...
* Support sdk-type binding reference type
2022-11-03 10:49:35 -07:00
sarah
2eaa86ae96
Refactor E2E Tests to include V3 testing ( #1147 )
2022-11-02 10:54:11 -07:00
Lilian Kasem
91a7e52fe1
Bump protobuf version to v1.5.9-protofile ( #1148 )
2022-11-01 15:20:39 -07:00
Jacob Viau
9a308ad039
Use a consistent function ID via code gen ( #1103 )
2022-11-01 10:45:05 -07:00
sarah
6880c199be
[SourceGen] Add support for overriding binding property name ( #1130 )
2022-10-20 10:07:29 -07:00
Glenn Gailey
c12ea97800
[Docs] Adding code snippet tags ( #1132 )
...
* Adding code snippet tags
2022-10-19 15:02:23 -07:00
Lilian Kasem
2b7986b81e
Update cancellation sample to show valid use case ( #1115 )
2022-10-17 13:02:43 -07:00
Shyju Krishnankutty
4400fa3612
Resetting release notes. Adding release notes to extensions. ( #1122 )
...
* Resetting release notes. Adding release notes to extensions.
* Storage blobs release notes
2022-10-13 11:43:10 -07:00
Fabio Cavalcante
314910297d
Updating Event Grid package reference to 3.2.1 ( #1114 )
2022-10-12 09:24:53 -07:00
Shyju Krishnankutty
853fc0a0a8
New overloads for WriteStringAsync and WriteBytesAsync method which takes CancellationToken ( #1111 )
...
* New overloads for WriteStringAsync and WriteBytesAsync method which takes CancellationToken
* write -> writes
* Updated release notes
2022-10-12 08:33:39 -07:00
Shyju Krishnankutty
14cc88859a
Adding support for overriding the binding property name in function metadata ( #1086 )
...
* Add support for overriding the property name used when building binding entry for function metatdata generation.
* - Bit of cleanup
- Version bump for Storage.Blobs extension
* Comments cleanup
* Update version of Worker.Extensions.Storage package.
* Clean up based on PR feedback
* Addressing some of PR feedback
* SDK package bump to preview2
* Rebased on main. Fixed release notes in sdk and blob extension
2022-10-10 16:51:20 -07:00
Shyju Krishnankutty
07068cbfc5
Adding a new worker option property to opt-in the behavior to get empty entries in trigger payload ( #1091 )
...
* Adding a new worker option property to opt-in the behavior to get empty entries in function trigger payload
* Addressing PR feedback.
* renaming variable name based on PR feedback.
* Rebasing on top of main. Resolved release notes conflict.
2022-10-10 16:24:16 -07:00
Shyju Krishnankutty
ce03094410
[SDK] Improvements to WebJobsAttributesNotSupported analyzer ( #1092 )
...
* Updated WebJobsAttributesNotSupported analyzer to handle return types.
* SDK package version bump (patch version)
* Cleanup
* Release notes with guessed PR Id
* Formatting fixes - white space
2022-10-05 15:36:15 -07:00
Shyju Krishnankutty
1406ad5ed0
Resetting release notes. ( #1104 )
2022-10-05 13:23:42 -07:00
sarah
9c3380d36a
Add source generated function metadata ( #956 )
...
Implementation change of function-indexing for cold-start improvements. Introduces support for source-generating function metadata.
2022-10-04 10:35:15 -07:00
Maddie Gordon
28ae2dda97
Added support for surfacing user-thrown exception to App Insights ( #939 )
...
* added rpc user exception extension method
* fixed GrpcWorker.cs, still need to validate ToUserRpcException placement in refactor
* fixes
* Update release_notes.md
* Update release_notes.md
* accidental deletions
* refactor/comment
* nits
* fix flag and comment
* + unit tests
* remove whitespace
* cleanup and change tests
* indentation
* address PR comments
* fix
* address PR comments
* build
2022-10-03 11:27:48 -07:00
Lilian Kasem
bfa4f1f224
[Samples] Clean up FunctionApp sample ( #1074 )
2022-10-03 10:26:27 -07:00
Lilian Kasem
966d8da115
Add .NET 7 project ( #1069 )
2022-09-30 15:40:24 -07:00
sarah
7d659ced05
Bump gRPC dependencies ( #1085 )
2022-09-29 15:07:22 -07:00
sarah
0ed601ef86
Add Source Generator Analyzer Rules ( #1048 )
...
Add analyzer rules for the source-generated function metadata preview
2022-09-28 14:54:08 -07:00
Lilian Kasem
e2df0bbbf8
Update release_notes.md ( #1079 )
2022-09-28 11:52:23 -07:00
Lilian Kasem
b42a2a57eb
[Samples] Update extensions sample project ( #1072 )
2022-09-28 11:15:45 -07:00
Lilian Kasem
5f39de6200
[Samples] Update configuration sample project ( #1073 )
2022-09-28 11:13:26 -07:00
Shyju Krishnankutty
1f7a321d88
[Samples] Updated EF sample project to NET 6 & V4 ( #1068 )
...
* Updated EF sample project to NET 6.
* Minor cleanup
* Update worker package to latest(1.9.0)
2022-09-28 08:59:20 -07:00
Shyju Krishnankutty
acffe91b19
[Samples] Updated the exception handling middleware sample to handle multiple output binding case ( #1071 )
...
* Update exception handling middleware sample to handle multiple output binding case
* Update SDK package to latest stable
* Add line break
2022-09-28 08:57:33 -07:00
Lilian Kasem
04ccbd8e45
Bump minor version for release ( #1065 )
2022-09-26 16:57:29 -07:00
Fabio Cavalcante
68812e3f28
Removing AI/Logging early API surface for release ( #1066 )
2022-09-26 16:57:17 -07:00
Shyju Krishnankutty
23fccd7440
NetFxWorker sample project cleanup ( #1052 )
2022-09-21 11:55:38 -07:00
Brett Samblanet
1da3c27d3b
re-adding project reference ( #1049 )
2022-09-20 07:54:30 -07:00
Brett Samblanet
8942abaa8b
updating dependency creation ( #1039 )
2022-09-19 10:34:33 -07:00
Fabio Cavalcante
a77bdc45c0
Updating ServiceBus extension to 5.7.0 ( #1041 )
2022-09-15 15:36:29 -07:00
Lilian Kasem
d60f190cf3
Update fabricbot.json ( #1026 )
2022-09-15 08:48:26 -07:00
sarah
b01176376d
Update E2E Test App to .NET6 ( #988 )
...
* Migrate E2E Test app to V4 (.NET 6)
* Skip the proxies test for now - we can bring back the test once proxies are back.
2022-09-12 14:03:01 -07:00
Lilian Kasem
3b4ae8c222
Handle InvocationCancel message and signal cancellation for in-flight invocations ( #972 )
2022-09-08 12:43:30 -07:00
Fabio Cavalcante
90e6f922f9
Fixing warnings and minor code cleanup. ( #1024 )
2022-09-07 19:07:33 -07:00
Fabio Cavalcante
a7fb070305
Populating WorkerMetadata in init response ( #1022 )
2022-09-06 09:24:19 -07:00
Naren Soni
ae057709ec
Fixing the csproj generation test, GetHttpResponseData ( #1012 )
...
* Fixing the csproj generation test
* Updating netsdk package version for v3 as well
* Fixes GetHttpResponseData to return the correct entry from OutputBinding
* Addressing PR comments
Co-authored-by: Shyju Krishnankutty <connectshyju@gmail.com>
2022-08-31 23:57:18 +05:30
Naren Soni
29c9d2291e
Updating net-sdk version for internal csproj ( #1011 )
2022-08-31 20:58:48 +05:30
sarah
45555ee1ca
Fix Retry Attribute Test ( #1000 )
...
Fix failing E2E test that checks generated functions.metadata file against expected result.
2022-08-23 16:13:41 -07:00
sarah
0c808d7b99
Define Retry Policy Attributes ( #977 )
...
Define Retry Policy Attributes at the Function level.
2022-08-16 17:34:55 -07:00
Shyju Krishnankutty
26b80e78b1
Fix GetOutputBindings method to return correct output when OutputBindingData is not set ( #987 )
...
* Fixing GetOutputBinding method to return entries with null value
* Added release notes
* Test cleanup
2022-08-16 17:12:09 -07:00
Shivam Rohilla
fcda116a6f
Upgrading Kafka Extension from 3.4.0 to 3.5.0 ( #984 )
...
* upgrading to 3.5.0
* incorporation of review comments
* added the PR's and issues
2022-08-12 22:06:12 +05:30