azure-service-bus-go icon indicating copy to clipboard operation
azure-service-bus-go copied to clipboard

Update: Development for Service Bus has moved to the https://github.com/Azure/azure-sdk-for-go repo

Open devigned opened this issue 4 years ago • 0 comments

(UPDATE: from @richardpark-msft, as of 2021-10-06)

Active development on this package has started with the goal to make it consistent with other Service Bus SDKs that have been recently released for other languages (C#, JS, Python, Java). This is all part of our efforts to modernize our SDKs, according to the Azure SDK guidelines link.

As part of this, we have moved active development into the Azure SDK repo for Go (https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/messaging/azservicebus). We have also just released our first beta from that code base.

A word of caution - the new API is different. To ease the transition I've created a migration guide, which should help guide you through any changes needed to get your code working against the beta.

If you'd like to try out the new package there are instructions on how to do so in the azservicebus readme link

This repo will be archived soon. I will be going through any open issues and will move over any that are still relevant for the new codebase. So if you spent effort to report bugs that will NOT be wasted.

devigned avatar Dec 02 '19 22:12 devigned