-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[azure-core-cpp] Update to 1.1.0 #18779
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
Merged
ras0219-msft
merged 8 commits into
microsoft:master
from
azure-sdk:azure-sdk-for-cpp-jul-2021
Jul 8, 2021
Merged
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
0863a7b
[azure-core-cpp] Update to 1.1.0
azure-sdk 818b315
[azure-storage-common-cpp] Update to 12.0.1
azure-sdk a54433a
[azure-storage-blobs-cpp] Update to 12.0.1
azure-sdk a39b182
[azure-storage-files-datalake-cpp] Update to 12.0.1
azure-sdk f74c492
[azure-storage-files-shares-cpp] Update to 12.0.1
azure-sdk 92ac646
Remove curl version from vcpkg manifest
antkmsft ecf274e
Merge branch 'azure-sdk-for-cpp-jul-2021' of https://github.com/azure…
antkmsft ca10352
Update version files
antkmsft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version constraint will fail if users are using the curated catalog, because there is no entry for
7.44in the curl version database: https://github.com/microsoft/vcpkg/blob/master/versions/c-/curl.jsonUh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it feasible for us to add a version entry for a few of the older versions down to 7.44, to the curl version database?
I am curious to understand the rationale why it went down to 7.48 only:
#15652
FYI @antkmsft, we'd want to make a similar change in https://github.com/Azure/azure-sdk-for-cpp/blob/a8d7a48a07a1eed8cc60dc00a7f618b6282c5eb7/sdk/core/azure-core/vcpkg/vcpkg.json#L44-L46
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As policy, we don't backfill older versions into the public catalog because there's no reasonable way for us to test them (and ensure they're fit for use). Since 7.48.0 is the oldest version available in the public catalog, the two reasonable approaches are:
I strongly recommend option 1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahsonkhan, I'd do the following: apply this PR suggestion, and make a similar PR removing the very same line from vcpkg.json in our repo. No other work is necessary. I am glad it is known to us now, so we don't have to make a
port-version: 1commit to vcpkg repo removing the version.Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot to add, after we commit the version removal, we'll need to run
vcpkg x-add-version --overwrite-version azure-core-cppand do a subsequent commit to this vcpkg repo PR. No other actions are needed (we don't have to run the equivalent of ``vcpkg x-add-version` for the commit to our repo).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made the updates I talked above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix @antkmsft - @ras0219 please let us know if it looks good now. Thanks!