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

Common SDK version update in CallingServer SDK dependencies #18451

Conversation

ravithanneeru
Copy link

No description provided.

@@ -68,7 +68,7 @@
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/communication-common": "^1.1.0",
"@azure/communication-common": "^1.1.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

The usage of ^ will ensure that the customer gets the latest version of the common package among all the versions that have major version 1. Any reason to explicitly change this?

Copy link
Author

Choose a reason for hiding this comment

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

Calling server SDK is dependent on the changes in common SDK from feature/communication-CallingServer-preview branch which is building using 1.1.1 version. Keeping 1.1.0 version causing the changes from feature branch are not reflecting in CallingServer SDK. Hope my understanding is correct.

Copy link
Author

Choose a reason for hiding this comment

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

Additional information: Currently we are validating calling server SDK APIs in the end samples we have been developing.

@zihzhan-msft zihzhan-msft merged commit 1984deb into Azure:feature/communication-CallingServer-preview Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants