You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add in the deprecation slug into the readme as well but put it into t…
…he body of the readme, where it"ll hopefully get picked up easier by 3rd parties.
Update to the GA version of go-amqp (#288)
* Update to the GA version of go-amqp
Updated readme message with GA announcement of azeventhubs.
* update changelog and version info
* update internal pipeline to supported version of Ubuntu
* check for specific error conditions that are now explicitly returned
Update to latest azure-amqp-common-go and go-amqp modules (#287)
* Update to latest azure-amqp-common-go and go-amqp modules
* fix test fake and update go-amqp with race fix
* fix bug in lease renal logic
Updating to let people know that there"s a new beta package if they"d…
… like to try it (#278)
Updating readme so people know that azeventhubs (the newer package) is heading towards GA and the beta is something we"d like people to try out.
Vendor the azblob 0.6.0 dependency so customers can upgrade to later …
…blobs packages (#262)
* vendoring 0.6.0 of azure-storage-blob-go
* updating internal references
* Attempting internal vendoring for some pieces, public interface coming from "azblob".
* slight modifications
* linter clean-up
* skip lint and gocyclo vendored azblob
* fix additional formatting
* skip gocyclo and linting azblob in integration tests
* use gocyclo ignore instead of finding files
* Even though they"re the vendored and non-vendored azblob"s ServiceCodeTypes are strings they don"t "match" when it comes to determining if they"re the same type. Aliasing should work just fine here.
* fix incorrect comment
* Update version and changelog
Co-authored-by: ripark <[email protected]>
Co-authored-by: Joel Hendrix <[email protected]>
Fixing changelog and version - it was behind so my version bump was i…
…ncorrect. (#254)
Changelog and version.go were actually behind by more than one release, so I needed to correct it.