-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vendor the azblob 0.6.0 dependency so customers can upgrade to later blobs packages #262
Vendor the azblob 0.6.0 dependency so customers can upgrade to later blobs packages #262
Conversation
096ee84
to
fb63fff
Compare
/azp run Azure.azure-event-hubs-go |
Azure Pipelines successfully started running 2 pipeline(s). |
fb63fff
to
0b70bda
Compare
/azp run Azure.azure-event-hubs-go |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run Azure.azure-event-hubs-go |
Azure Pipelines successfully started running 2 pipeline(s). |
…eTypes are strings they don't "match" when it comes to determining if they're the same type. Aliasing should work just fine here.
When will this be merged in? I have an issue using an updated snowflakedb (1.6.13) which needs azure-blobs 0.14.0 but azure-events-hub still requires azure-blobs 0.6.0, any recommended work arounds for such issues which leads the issues mentioned in |
@aarshshah-8 sorry for the delay, this has been tagged and released |
No worries! Thank you for taking care of it so quick. Tested it out and it works great |
azblob@v0.6.0 is a beta dependency we use for storage checkpointing. More recent releases won't compile with our package, which means that customers that want to move forward can't.
Vendoring this dependency allows us to avoid doing that upgrade until the blob package has finalized, or until we migrate over to the latest package released in azure-sdk-for-go.
Fixes #261