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

[core] Core updates for Storage migration #24356

Merged
merged 69 commits into from Jan 3, 2023
Merged

Conversation

xirzec
Copy link
Member

@xirzec xirzec commented Jan 3, 2023

Packages impacted by this PR

core-client
core-http-compat
core-rest-pipeline
core-xml

Issues associated with this PR

#24141

Describe the problem that is addressed by this PR

Supporting changes needed in order to migrate Storage SDKs.

One critical performance fix in core-rest-pipeline with HEAD requests, otherwise mostly enhancements to core-http-compat including clone support.

@ghost ghost added the Azure.Core label Jan 3, 2023
@xirzec xirzec added the Client This issue points to a problem in the data-plane of the library. label Jan 3, 2023
@xirzec xirzec self-assigned this Jan 3, 2023
@@ -112,11 +112,3 @@ export async function parseXML(str: string, opts: XmlOptions = {}): Promise<any>

return parsedXml;
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Add a CHANGELOG entry?

Copy link
Member Author

Choose a reason for hiding this comment

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

Just pushed some CHANGELOG updates :)

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jan 3, 2023

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-core-http-compat

@xirzec
Copy link
Member Author

xirzec commented Jan 3, 2023

Merging this since @witemple-msft also took a look when it was part of the other PR.

@xirzec xirzec merged commit 637732a into Azure:main Jan 3, 2023
@xirzec xirzec deleted the storageCoreChanges branch January 3, 2023 20:50
@jeremymeng
Copy link
Contributor

jeremymeng commented Jan 4, 2023

Somehow this PR broke app-config CI: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=2089188&view=logs&j=b90ae18a-ab13-53d3-1df4-bcba2aec1a70&t=ac4fb594-9cc2-50fc-bf40-ff99f9e7d5ba&l=297
(Microsoft INTERNAL ONLY)

All the changes look innocent to me.

@jeremymeng
Copy link
Contributor

oh appconfig uses core-http-compat too, maybe some changes there isn't working well with nock?

jeremymeng added a commit to jeremymeng/azure-sdk-for-js that referenced this pull request Jan 18, 2023
The xml parsing test started failing after core-xml changes in PR Azure#24356. This
PR applies test fix similar to what's been done to core-xml tests in PR Azure#24356.
jeremymeng added a commit that referenced this pull request Jan 18, 2023
The xml parsing test started failing after core-xml changes in PR #24356. This
PR applies test fix similar to what's been done to core-xml tests in PR #24356.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants