Azure / Microsoft.Azure.StackExchangeRedis

Azure-specific wrapper for the StackExchange.Redis client library
MIT License
17 stars 14 forks source link

Dependency on Azure.Identity Version 1.12.0 which contains bug #63

Closed YotamEN closed 2 weeks ago

YotamEN commented 3 months ago

This package uses Azure.Identity Version 1.12.0 which contains a bug causing timeouts while trying to authenticate with Azure resources. You should use an older version / check if they have fixed and provided a newer version.

See https://github.com/Azure/azure-sdk-for-net/issues/44817

YotamEN commented 3 months ago

Link to dependency: https://github.com/Azure/Microsoft.Azure.StackExchangeRedis/blame/a1a4bef386ba3fd7ca38f36ea38b20da8f10bced/Directory.Packages.props#L5

isacruzramos commented 1 month ago

Its the azure.core 1.40 that has the bug, not the Azure.Identity 1.12 correct?

YotamEN commented 1 month ago

Azure.Identity 1.12 definitely has a bug, I don’t know if it’s because it is dependent on a bad version of Azure.Core or if it’s a separate issue. But we’ve had a lot of issues with 1.12, had to revert to older versions.

isacruzramos commented 1 month ago

@YotamEN this is the bug in Azure.Core 1.40 that causes time outs as token refreshes: https://github.com/Azure/azure-sdk-for-net/issues/44817

philon-msft commented 1 month ago

Thanks all for reporting this. The next release of this package (coming soon) will use Azure.Identity 1.12.1 (or newer). If I understand correctly, that will fix the issue.

anhhnguyen206 commented 3 weeks ago

@philon-msft Hi, is there an ETA for the next release? I'm looking to soon integrate this into my project and wonder if this bug has been fixed.

philon-msft commented 3 weeks ago

The next release should come out next week

anhhnguyen206 commented 3 weeks ago

@philon-msft thank you very much for the prompt response!

philon-msft commented 2 weeks ago

v3.2.0 referencing Azure.Identity 1.13.1 has been released