Azure / azure-webjobs-sdk

Azure WebJobs SDK
MIT License
737 stars 358 forks source link

Support Azure Storage SDK 8.+ #1091

Open christopheranderson opened 7 years ago

christopheranderson commented 7 years ago

WebJobs SDK is not compatible with Azure Storage SDK 8.+ and will break customers who try to use it.

Known issues: Queues stops working due to changes with dequeue count: https://github.com/Azure/azure-webjobs-sdk/issues/1045

xt0rted commented 7 years ago

Any chance of pushing a new 2.0.1 version of the webjobs sdk that locks the storage sdk to v7 for now? Currently it's set to WindowsAzure.Storage (>= 7.2.1). My projects are using v2 of the webjobs sdk and v7 of the storage sdk because of the issues I've seen on here, but for anyone who doesn't follow the project this could waste a good amount of their time.

brettsam commented 7 years ago

The original issue #985 has been resolved with some reflection. I must have missed closing out this issue.

davidmatson commented 6 years ago

I think I'm still hitting this issue because I'm on the latest non-prerelease version of the SDK (2.0.0). Could we release an updated non-prerelease 2.0.1 that locks the storage SDK version number while we wait for the final v2.1 or v3.0?