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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@
* This design avoids unnecessary churn in this file.
*/
"allowedAlternativeVersions": {
// "^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"
],
"@azure/ms-rest-js": [
"^2.0.0"
],
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventhub/eventhubs-checkpointstore-blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
},
"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",
"@azure/storage-blob": "^12.7.0",
"events": "^3.0.0",
"tslib": "^2.2.0"
},
Expand Down