Azure / azure-webjobs-sdk

Azure WebJobs SDK
MIT License
737 stars 358 forks source link

FunctionExceptionFilterAttribute, is it ever going to get out of preview? #2591

Open danielwertheim opened 3 years ago

danielwertheim commented 3 years ago

Seem to have been in preview a rather long time: https://github.com/Azure/azure-webjobs-sdk/blame/dev/src/Microsoft.Azure.WebJobs.Host/Filters/FunctionExceptionFilterAttribute.cs#L13

What should be used instead if you want to intercept calls to functions?

brettsam commented 3 years ago

@mathewc -- what's the latest status on this?

stephanruhland commented 3 years ago

We would love to see the Filters and the FilterAttributes out of Preview!

It targets a lot of interfaces and attributes:

Kind regards

danielwertheim commented 3 years ago

@brettsam Should I interpret this as "there's nothing else to use"? And given the lack of response from your colleague, I'm guessing this will not come out of "preview" any time this year.

v-anvari commented 3 years ago

Hi @danielwertheim, Details on the status are here. Adding the issue to feature request

ben-graffle commented 2 years ago

Is there any update on this?

iant-vaa commented 3 weeks ago

I'm going round in circles trying to find a clear statement on this.

@matthewc commented on https://github.com/Azure/azure-webjobs-sdk/issues/1284 and I think intended to confirm that the feature is dead, but his comment is far from clear. I think by "issue referenced above" he mean the screenshot, which is https://github.com/Azure/azure-webjobs-sdk/issues/2825, which says it's marked obsolete in favour of middleware and references #1284, which says it's marked obsolete because it's not finished yet.

The documentation at https://github.com/Azure/azure-webjobs-sdk/wiki/Function-Filters states that the feature is in preview.

I'm pretty sure this feature is dead, so can the documentation be updated please, and a link added to the middleware documentation.