Obsolete concurrency limiter middleware. - #47571
Conversation
…ware.cs Co-authored-by: James Newton-King <james@newtonking.com>
….com/mitchdenny/aspnetcore into obsolete-concurrency-limiter-package
|
@mitchdenny, this change will be considered for inclusion in the blog post for the release it'll ship in. Nice work! Please ensure that the original comment in this thread contains a clear explanation of what the change does, why it's important (what problem does it solve?), and, if relevant, include things like code samples and/or performance numbers. This content may not be exactly what goes into the blog post, but it will help the team putting together the announcement. Thanks! |
|
Adding blog candidate tag for this so we can let folks know that we are obsoleting this middleware. |
|
see also src/Middleware/ConcurrencyLimiter/perf/Microbenchmarks/QueueEmptyOverhead.cs which is tripping CI failure |
|
Thanks for identifying a breaking change. , after you commit this PR please take the following actions, as part of the breaking changes announcement process: |
Please draft the announcement here in a PR comment for review. We likely don't need to mention this in the blog, it's low usage. |
JamesNK
left a comment
There was a problem hiding this comment.
LGTM. Remember to add a breaking change notification.
|
@Tratcher proposed wording for announcement:
Should I just go ahead and create the breaking change issue? |
|
That looks good for a summary. Go ahead. Here is an example of obsoleting an API announcement: aspnet/Announcements#458 btw, lock the issue on the announcement repo. I you don't, then random people comment on it and it sends out more notifications 😄 |
|
Is there a reason ASP.NET doesn't use custom obsoletion IDs like core .NET libraries? https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/obsoletions-overview |
|
Hi @gewarren. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context. |
|
/cc @davidfowl for his answers to this:
|
|
Hi @mitchdenny. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context. |
|
Removing needs-breaking-change-announcement. This was announced in aspnet/Announcements#502 |
Addresses #47532