Skip to content
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

[eventhubs] - Update checkpointstore to latest version of event-hubs #16261

Merged

Conversation

maorleger
Copy link
Member

What

  • Updates @azure/eventhubs-checkpoint-blobstore min version to the latest @azure/eventhubs

Why

This resolves the build error when set-dev-version is run, ensuring that the @azure/core-tracing versions are compatible.

@@ -61,7 +61,7 @@
},
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/event-hubs": "^5.5.0",
"@azure/event-hubs": "^5.6.0",
"@azure/logger": "^1.0.0",
"@azure/storage-blob": "^12.4.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't storage-blob need to be updated as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not entirely sure how the set-dev.js script chooses versioning policies, but this was the minimal set of changes necessary to get the build passing again. I think it has something to do with @Azure/[email protected] being in the allowedAlternativeVersions entry

// "^12.4.1" is required for eventhubs-checkpointstore-blob to use the latest GA version
// when there is a new beta version which is being maintained in the repo.
// Remove "^12.4.1" when the storage-blob releases a stable version.
// Add a new entry in case a new version is being tested through the perf tests (Example: "12.2.0").
"@azure/storage-blob": [
"^12.4.1"
],

Although reading that comment it sounds like we should move off of 12.4.1 regardless as 12.6.0 has been out for a while. I can try it and see if things are behaving

@maorleger maorleger merged commit b091673 into Azure:main Jul 7, 2021
@maorleger maorleger deleted the update-eventhubs-checkpoint-blob-storge branch July 7, 2021 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants