Azure / apiops

APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that they’re building.
https://azure.github.io/apiops
MIT License
312 stars 181 forks source link

Added pooling to locking to reduce memory allocations; ConfigureAwait(false) #542

Closed MarkCiliaVincenti closed 2 months ago

MarkCiliaVincenti commented 5 months ago

Moved from #540 as advised.

MarkCiliaVincenti commented 5 months ago

OK @waelkdouh ?

waelkdouh commented 5 months ago

Thanks @MarkCiliaVincenti. Once we are done with testing v6 we will take a look at your PR. We really appreciate your contributions.

waelkdouh commented 2 months ago

Hi we just released v6 release candidate. Can you please try to apply your PR on the new code base?

MarkCiliaVincenti commented 2 months ago

Should this be merged to main?

guythetechie commented 2 months ago

It will be. We're still doing development work on the v6 branch, will periodically merge those changes to back to main.

Thanks again for the PR!