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

chore(deps): Bump gaxios #649

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

chore(deps): Bump gaxios #649

wants to merge 2 commits into from

Conversation

d-goog
Copy link
Contributor

@d-goog d-goog commented Feb 7, 2025

Updating gaxios to its release candidate.

🦕

@d-goog d-goog requested a review from a team as a code owner February 7, 2025 01:30
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Feb 7, 2025
@@ -47,7 +46,7 @@ export const METADATA_SERVER_DETECTION = Object.freeze({
export interface Options {
params?: {[index: string]: string};
property?: string;
headers?: OutgoingHttpHeaders;
headers?: HeadersInit;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

HeadersInit is a broader, spec-compliant type when compared to OutgoingHttpHeaders.


if (typeof type === 'object') {
const metadataAccessor: MetadataAccessor = type;

new Headers(metadataAccessor.headers).forEach((value, key) =>
Copy link
Contributor Author

@d-goog d-goog Feb 7, 2025

Choose a reason for hiding this comment

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

Merging headers; matching existing behavior (as seen on line 159 on the current state).

@d-goog
Copy link
Contributor Author

d-goog commented Feb 7, 2025

Note: system test failures exist outside from this PR:

Investigating...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants